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 | |
---|---|
Name | Description |
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 |
↳ 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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getMetric
Required. The updated metric.
Returns | |
---|---|
Type | Description |
Google\Cloud\Logging\V2\LogMetric|null |
hasMetric
clearMetric
setMetric
Required. The updated metric.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Logging\V2\LogMetric
|
Returns | |
---|---|
Type | Description |
$this |