Class DeleteMetricDescriptorRequest (2.11.1)

DeleteMetricDescriptorRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

The DeleteMetricDescriptor request.

Attribute

NameDescription
name str
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"``.

Inheritance

builtins.object > proto.message.Message > DeleteMetricDescriptorRequest