DeleteMetricDescriptorRequest
class DeleteMetricDescriptorRequest extends Message
The DeleteMetricDescriptor request.
Protobuf type Google\Monitoring\V3\DeleteMetricDescriptorRequest
Methods
No description
The metric descriptor on which to execute the request. The format is
"projects/{project_id_or_number}/metricDescriptors/{metric_id}".
The metric descriptor on which to execute the request. The format is
"projects/{project_id_or_number}/metricDescriptors/{metric_id}".
Details
at line 28
__construct()
at line 42
string
getName()
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".
Generated from protobuf field string name = 3;
at line 56
setName(string $var)
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".
Generated from protobuf field string name = 3;