Reference documentation and code samples for the Stackdriver Logging V2 Client class UpdateLogMetricRequest.
The parameters to UpdateLogMetric.
Generated from protobuf message google.logging.v2.UpdateLogMetricRequest
Namespace
Google \ Cloud \ Logging \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ metric_name
string
Required. The resource name of the metric to update: "projects/[PROJECT_ID]/metrics/[METRIC_ID]" The updated metric must be provided in the request and it's name
field must be the same as [METRIC_ID]
If the metric does not exist in [PROJECT_ID]
, then a new metric is created.
↳ metric
getMetricName
Required. The resource name of the metric to update:
"projects/[PROJECT_ID]/metrics/[METRIC_ID]"
The updated metric must be provided in the request and it's name
field must be the same as [METRIC_ID]
If the metric
does not exist in [PROJECT_ID]
, then a new metric is created.
string
setMetricName
Required. The resource name of the metric to update:
"projects/[PROJECT_ID]/metrics/[METRIC_ID]"
The updated metric must be provided in the request and it's name
field must be the same as [METRIC_ID]
If the metric
does not exist in [PROJECT_ID]
, then a new metric is created.
var
string
$this
getMetric
Required. The updated metric.
hasMetric
clearMetric
setMetric
Required. The updated metric.
$this
static::build
metricName
string
Required. The resource name of the metric to update:
"projects/[PROJECT_ID]/metrics/[METRIC_ID]"
The updated metric must be provided in the request and it's name
field must be the same as [METRIC_ID]
If the metric
does not exist in [PROJECT_ID]
, then a new metric is created. Please see MetricsServiceV2Client::logMetricName()
for help formatting this field.
metric