Class: Google::Cloud::Monitoring::V3::ListMonitoredResourceDescriptorsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::ListMonitoredResourceDescriptorsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/metric_service.rb
Overview
The ListMonitoredResourceDescriptors request.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
An optional filter describing the descriptors to be returned.
-
#name ⇒ ::String
Required.
-
#page_size ⇒ ::Integer
A positive number that is the maximum number of results to return.
-
#page_token ⇒ ::String
If this field is not empty then it must contain the
nextPageTokenvalue returned by a previous call to this method.
Instance Attribute Details
#filter ⇒ ::String
48 49 50 51 |
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 48 class ListMonitoredResourceDescriptorsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
48 49 50 51 |
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 48 class ListMonitoredResourceDescriptorsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
48 49 50 51 |
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 48 class ListMonitoredResourceDescriptorsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
48 49 50 51 |
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 48 class ListMonitoredResourceDescriptorsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |