Reference documentation and code samples for the Stackdriver Monitoring V3 Client class DeleteMetricDescriptorRequest.
The DeleteMetricDescriptor
request.
Generated from protobuf message google.monitoring.v3.DeleteMetricDescriptorRequest
Namespace
Google \ Cloud \ Monitoring \ V3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The metric descriptor on which to execute the request. The format is: projects/[PROJECT_ID_OR_NUMBER]/metricDescriptors/[METRIC_ID] An example of |
getName
Required. The metric descriptor on which to execute the request. The format is:
projects/[PROJECT_ID_OR_NUMBER]/metricDescriptors/[METRIC_ID]
An example of [METRIC_ID]
is:
"custom.googleapis.com/my_test_metric"
.
Returns | |
---|---|
Type | Description |
string |
setName
Required. The metric descriptor on which to execute the request. The format is:
projects/[PROJECT_ID_OR_NUMBER]/metricDescriptors/[METRIC_ID]
An example of [METRIC_ID]
is:
"custom.googleapis.com/my_test_metric"
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
name |
string
Required. The metric descriptor on which to execute the request. The format is: projects/[PROJECT_ID_OR_NUMBER]/metricDescriptors/[METRIC_ID] An example of |
Returns | |
---|---|
Type | Description |
Google\Cloud\Monitoring\V3\DeleteMetricDescriptorRequest |