Reference documentation and code samples for the Service Directory V1beta1 API class Google::Cloud::ServiceDirectory::V1beta1::ListNamespacesResponse.
The response message for RegistrationService.ListNamespaces.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#namespaces
def namespaces() -> ::Array<::Google::Cloud::ServiceDirectory::V1beta1::Namespace>
Returns
- (::Array<::Google::Cloud::ServiceDirectory::V1beta1::Namespace>) — The list of namespaces.
#namespaces=
def namespaces=(value) -> ::Array<::Google::Cloud::ServiceDirectory::V1beta1::Namespace>
Parameter
- value (::Array<::Google::Cloud::ServiceDirectory::V1beta1::Namespace>) — The list of namespaces.
Returns
- (::Array<::Google::Cloud::ServiceDirectory::V1beta1::Namespace>) — The list of namespaces.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — Token to retrieve the next page of results, or empty if there are no more results in the list.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — Token to retrieve the next page of results, or empty if there are no more results in the list.
Returns
- (::String) — Token to retrieve the next page of results, or empty if there are no more results in the list.