Stackdriver Logging V2 Client - Class UpdateLogMetricRequest (1.26.0)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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 Google\Cloud\Logging\V2\LogMetric

Required. The updated 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.

Returns
TypeDescription
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.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getMetric

Required. The updated metric.

Returns
TypeDescription
Google\Cloud\Logging\V2\LogMetric|null

hasMetric

clearMetric

setMetric

Required. The updated metric.

Parameter
NameDescription
var Google\Cloud\Logging\V2\LogMetric
Returns
TypeDescription
$this