Class ListMetricDescriptorsResponse (2.19.2)

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

The ListMetricDescriptors response.

Attributes

NameDescription
metric_descriptors MutableSequence[google.api.metric_pb2.MetricDescriptor]
The metric descriptors that are available to the project and that match the value of filter, if present.
next_page_token str
If there are more results than have been returned, then this field is set to a non-empty value. To see the additional results, use that value as page_token in the next call to this method.