Class: Google::Cloud::Monitoring::V3::ListMetricDescriptorsResponse

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 ListMetricDescriptors response.

Instance Attribute Summary collapse

Instance Attribute Details

#metric_descriptors::Array<::Google::Api::MetricDescriptor>

Returns The metric descriptors that are available to the project and that match the value of filter, if present.

Returns:



121
122
123
124
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 121

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

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



121
122
123
124
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 121

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