Class: Google::Cloud::ServiceDirectory::V1beta1::ListServicesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceDirectory::V1beta1::ListServicesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/servicedirectory/v1beta1/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::V1beta1::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.
252 253 254 255 |
# File 'proto_docs/google/cloud/servicedirectory/v1beta1/registration_service.rb', line 252 class ListServicesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#services ⇒ ::Array<::Google::Cloud::ServiceDirectory::V1beta1::Service>
Returns The list of services.
252 253 254 255 |
# File 'proto_docs/google/cloud/servicedirectory/v1beta1/registration_service.rb', line 252 class ListServicesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |