Class: Google::Monitoring::V3::ListMetricDescriptorsResponse
- Inherits:
-
Object
- Object
- Google::Monitoring::V3::ListMetricDescriptorsResponse
- Defined in:
- lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/metric_service.rb
Overview
The +ListMetricDescriptors+ response.
Instance Attribute Summary collapse
-
#metric_descriptors ⇒ Array<Google::Api::MetricDescriptor>
The metric descriptors that are available to the project and that match the value of +filter+, if present.
-
#next_page_token ⇒ String
If there are more results than have been returned, then this field is set to a non-empty value.
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.
98 |
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/metric_service.rb', line 98 class ListMetricDescriptorsResponse; 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 +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 |