Class: Google::Cloud::ServiceManagement::V1::ListServicesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceManagement::V1::ListServicesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/api/servicemanagement/v1/servicemanager.rb
Overview
Response message for ListServices
method.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Token that can be passed to
ListServices
to resume a paginated query. -
#services ⇒ ::Array<::Google::Cloud::ServiceManagement::V1::ManagedService>
The returned services will only have the name field set.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Token that can be passed to ListServices
to resume a paginated query.
56 57 58 59 |
# File 'proto_docs/google/api/servicemanagement/v1/servicemanager.rb', line 56 class ListServicesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#services ⇒ ::Array<::Google::Cloud::ServiceManagement::V1::ManagedService>
Returns The returned services will only have the name field set.
56 57 58 59 |
# File 'proto_docs/google/api/servicemanagement/v1/servicemanager.rb', line 56 class ListServicesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |