Class: Google::Cloud::Monitoring::V3::ListServicesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::ListServicesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/service_service.rb
Overview
The ListServices
response.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
If there are more results than have been returned, then this field is set to a non-empty value.
-
#services ⇒ ::Array<::Google::Cloud::Monitoring::V3::Service>
The
Service
s matching the specified filter.
Instance Attribute Details
#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 page_token
in the next call to this method.
107 108 109 110 |
# File 'proto_docs/google/monitoring/v3/service_service.rb', line 107 class ListServicesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#services ⇒ ::Array<::Google::Cloud::Monitoring::V3::Service>
Returns The Service
s matching the specified filter.
107 108 109 110 |
# File 'proto_docs/google/monitoring/v3/service_service.rb', line 107 class ListServicesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |