Class: Google::Cloud::Monitoring::V3::ListServicesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::ListServicesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/service_service.rb
Overview
The ListServices
request.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
A filter specifying what
Service
s to return. -
#page_size ⇒ ::Integer
A non-negative number that is the maximum number of results to return.
-
#page_token ⇒ ::String
If this field is not empty then it must contain the
nextPageToken
value returned by a previous call to this method. -
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
93 94 95 96 |
# File 'proto_docs/google/monitoring/v3/service_service.rb', line 93 class ListServicesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
93 94 95 96 |
# File 'proto_docs/google/monitoring/v3/service_service.rb', line 93 class ListServicesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
93 94 95 96 |
# File 'proto_docs/google/monitoring/v3/service_service.rb', line 93 class ListServicesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
93 94 95 96 |
# File 'proto_docs/google/monitoring/v3/service_service.rb', line 93 class ListServicesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |