Class ListNamespacesRequest (1.5.1)

ListNamespacesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request message for RegistrationService.ListNamespaces.

Attributes

NameDescription
parent str
Required. The resource name of the project and location whose namespaces you'd like to list.
page_size int
Optional. The maximum number of items to return.
page_token str
Optional. The next_page_token value returned from a previous List request, if any.
filter str
Optional. The filter to list results by. General ``filter`` string syntax: ``
order_by str
Optional. The order to list results by. General ``order_by`` string syntax: ``

Inheritance

builtins.object > proto.message.Message > ListNamespacesRequest