Class: Google::Cloud::ServiceDirectory::V1::ListNamespacesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceDirectory::V1::ListNamespacesResponse
- 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.ListNamespaces.
Instance Attribute Summary collapse
-
#namespaces ⇒ ::Array<::Google::Cloud::ServiceDirectory::V1::Namespace>
The list of namespaces.
-
#next_page_token ⇒ ::String
Token to retrieve the next page of results, or empty if there are no more results in the list.
Instance Attribute Details
#namespaces ⇒ ::Array<::Google::Cloud::ServiceDirectory::V1::Namespace>
Returns The list of namespaces.
116 117 118 119 |
# File 'proto_docs/google/cloud/servicedirectory/v1/registration_service.rb', line 116 class ListNamespacesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns Token to retrieve the next page of results, or empty if there are no more results in the list.
116 117 118 119 |
# File 'proto_docs/google/cloud/servicedirectory/v1/registration_service.rb', line 116 class ListNamespacesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |