Reference documentation and code samples for the Stackdriver Logging V2 Client class CreateLogMetricRequest.
The parameters to CreateLogMetric.
Generated from protobuf message google.logging.v2.CreateLogMetricRequest
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The resource name of the project in which to create the metric: "projects/[PROJECT_ID]" The new metric must be provided in the request.
↳ metric
Google\Cloud\Logging\V2\LogMetric
Required. The new logs-based metric, which must not have an identifier that already exists.
getParent
Required. The resource name of the project in which to create the metric: "projects/[PROJECT_ID]" The new metric must be provided in the request.
Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
string
setParent
Required. The resource name of the project in which to create the metric: "projects/[PROJECT_ID]" The new metric must be provided in the request.
Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
var
string
$this
getMetric
Required. The new logs-based metric, which must not have an identifier that already exists.
Generated from protobuf field .google.logging.v2.LogMetric metric = 2 [(.google.api.field_behavior) = REQUIRED];
hasMetric
clearMetric
setMetric
Required. The new logs-based metric, which must not have an identifier that already exists.
Generated from protobuf field .google.logging.v2.LogMetric metric = 2 [(.google.api.field_behavior) = REQUIRED];
$this