class DeleteMetricDescriptorRequest extends Message

The DeleteMetricDescriptor request.

Protobuf type Google\Monitoring\V3\DeleteMetricDescriptorRequest

Methods

__construct()

No description

string
getName()

The metric descriptor on which to execute the request. The format is "projects/{project_id_or_number}/metricDescriptors/{metric_id}".

setName(string $var)

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;

Return Value

string

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;

Parameters

string $var