Class ListMonitoredResourceDescriptorsResponse (2.11.1)

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

The ListMonitoredResourceDescriptors response.

Attributes

NameDescription
resource_descriptors Sequence[google.api.monitored_resource_pb2.MonitoredResourceDescriptor]
The monitored resource descriptors that are available to this project and that match ``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.

Inheritance

builtins.object > proto.message.Message > ListMonitoredResourceDescriptorsResponse