Class Google::Cloud::ServiceDirectory::V1beta1::ListNamespacesResponse (v0.7.4)

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

#namespaces=

def namespaces=(value) -> ::Array<::Google::Cloud::ServiceDirectory::V1beta1::Namespace>
Parameter
Returns

#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.