Reference documentation and code samples for the Stackdriver Logging V2 Client class DeleteLogMetricRequest.
The parameters to DeleteLogMetric.
Generated from protobuf message google.logging.v2.DeleteLogMetricRequest
Namespace
Google \ Cloud \ Logging \ V2Methods
__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 delete: "projects/[PROJECT_ID]/metrics/[METRIC_ID]" |
getMetricName
Required. The resource name of the metric to delete: "projects/[PROJECT_ID]/metrics/[METRIC_ID]"
Returns | |
---|---|
Type | Description |
string |
setMetricName
Required. The resource name of the metric to delete: "projects/[PROJECT_ID]/metrics/[METRIC_ID]"
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
metricName |
string
Required. The resource name of the metric to delete: "projects/[PROJECT_ID]/metrics/[METRIC_ID]" Please see Google\Cloud\Logging\V2\MetricsServiceV2Client::logMetricName() for help formatting this field. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Logging\V2\DeleteLogMetricRequest |