Class DeleteMetricDescriptorRequest (2.3.0)

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

The DeleteMetricDescriptor request. .. attribute:: name

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".

:type: str