Class: Google::Cloud::ServiceDirectory::V1::ListNamespacesResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#namespaces::Array<::Google::Cloud::ServiceDirectory::V1::Namespace>

Returns The list of namespaces.

Returns:



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.

Returns:

  • (::String)

    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