Class: Google::Cloud::Monitoring::V3::ListMonitoredResourceDescriptorsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/monitoring/v3/metric_service.rb

Overview

The ListMonitoredResourceDescriptors response.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

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

Returns:

  • (::String)

    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.



61
62
63
64
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 61

class ListMonitoredResourceDescriptorsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#resource_descriptors::Array<::Google::Api::MonitoredResourceDescriptor>

Returns The monitored resource descriptors that are available to this project and that match filter, if present.

Returns:



61
62
63
64
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 61

class ListMonitoredResourceDescriptorsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end