Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::ListMetricDescriptorsResponse.
The ListMetricDescriptors
response.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#metric_descriptors
def metric_descriptors() -> ::Array<::Google::Api::MetricDescriptor>
Returns
-
(::Array<::Google::Api::MetricDescriptor>) — The metric descriptors that are available to the project
and that match the value of
filter
, if present.
#metric_descriptors=
def metric_descriptors=(value) -> ::Array<::Google::Api::MetricDescriptor>
Parameter
-
value (::Array<::Google::Api::MetricDescriptor>) — 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.
#next_page_token
def next_page_token() -> ::String
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.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::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.
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.