Class GetMetricDescriptorRequest (2.3.0)

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

The GetMetricDescriptor 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 value of [METRIC_ID] is "compute.googleapis.com/instance/disk/read_bytes_count".

:type: str