Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 1.08 KB

File metadata and controls

15 lines (7 loc) · 1.08 KB

ListNamespacesRequest

Properties

Name Type Description Notes
parent List<String> [optional]
pageToken String An opaque token that allows pagination for list APIs (e.g. ListNamespaces). For an initial client request for a list API, if the server cannot return all items in one response, or if there are more items than the `pageSize` specified in the client request, the server must return a `nextPageToken` in the response indicating there are more results available. After the initial request, the value of `nextPageToken` from each response must be used by the client as the `pageToken` parameter value for the next request. Clients must interpret either `null`, missing value or empty string value of `nextPageToken` from a server response as the end of the listing results. [optional]
pageSize Integer An inclusive upper bound of the number of results that a client will receive. [optional]