Class: Google::Cloud::Monitoring::V3::ListMetricDescriptorsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::ListMetricDescriptorsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/metric_service.rb
Overview
The ListMetricDescriptors request.
Instance Attribute Summary collapse
-
#active_only ⇒ ::Boolean
Optional.
-
#filter ⇒ ::String
Optional.
-
#name ⇒ ::String
Required.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
Instance Attribute Details
#active_only ⇒ ::Boolean
123 124 125 126 |
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 123 class ListMetricDescriptorsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#filter ⇒ ::String
123 124 125 126 |
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 123 class ListMetricDescriptorsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
123 124 125 126 |
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 123 class ListMetricDescriptorsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
123 124 125 126 |
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 123 class ListMetricDescriptorsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
123 124 125 126 |
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 123 class ListMetricDescriptorsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |