Class: ListNamespacesRequest
workflowservice.v1.ListNamespacesRequest
Represents a ListNamespacesRequest.
Implements
Constructors
constructor
• new ListNamespacesRequest(properties?
): ListNamespacesRequest
Constructs a new ListNamespacesRequest.
Parameters
Name | Type | Description |
---|---|---|
properties? | IListNamespacesRequest | Properties to set |
Returns
Properties
namespaceFilter
• Optional
namespaceFilter: null
| INamespaceFilter
ListNamespacesRequest namespaceFilter.
Implementation of
IListNamespacesRequest.namespaceFilter
nextPageToken
• nextPageToken: Uint8Array
ListNamespacesRequest nextPageToken.
Implementation of
IListNamespacesRequest.nextPageToken
pageSize
• pageSize: number
ListNamespacesRequest pageSize.
Implementation of
IListNamespacesRequest.pageSize
Methods
toJSON
▸ toJSON(): Object
Converts this ListNamespacesRequest to JSON.
Returns
Object
JSON object
create
▸ create(properties?
): ListNamespacesRequest
Creates a new ListNamespacesRequest instance using the specified properties.
Parameters
Name | Type | Description |
---|---|---|
properties? | IListNamespacesRequest | Properties to set |
Returns
ListNamespacesRequest instance
decode
▸ decode(reader
, length?
): ListNamespacesRequest
Decodes a ListNamespacesRequest message from the specified reader or buffer.
Parameters
Name | Type | Description |
---|---|---|
reader | Uint8Array | Reader | Reader or buffer to decode from |
length? | number | Message length if known beforehand |