Class: Google::Cloud::ServiceDirectory::V1::ListServicesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceDirectory::V1::ListServicesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/servicedirectory/v1/registration_service.rb
Overview
The response message for RegistrationService.ListServices.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Token to retrieve the next page of results, or empty if there are no more results in the list.
-
#services ⇒ ::Array<::Google::Cloud::ServiceDirectory::V1::Service>
The list of services.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Token to retrieve the next page of results, or empty if there are no more results in the list.
247 248 249 250 |
# File 'proto_docs/google/cloud/servicedirectory/v1/registration_service.rb', line 247 class ListServicesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#services ⇒ ::Array<::Google::Cloud::ServiceDirectory::V1::Service>
Returns The list of services.
247 248 249 250 |
# File 'proto_docs/google/cloud/servicedirectory/v1/registration_service.rb', line 247 class ListServicesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |