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

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/metric_service.rb

Overview

The +ListMetricDescriptors+ response.

Instance Attribute Summary collapse

Instance Attribute Details

#metric_descriptorsArray<Google::Api::MetricDescriptor>

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

Returns:

  • (Array<Google::Api::MetricDescriptor>)

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



98
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/metric_service.rb', line 98

class ListMetricDescriptorsResponse; end

#next_page_tokenString

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 +pageToken+ 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 +pageToken+ in the next call to this method.



98
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/metric_service.rb', line 98

class ListMetricDescriptorsResponse; end