Class: ListActivityExecutionsRequest
workflowservice.v1.ListActivityExecutionsRequest
Represents a ListActivityExecutionsRequest.
Implements
Constructors
constructor
• new ListActivityExecutionsRequest(properties?): ListActivityExecutionsRequest
Constructs a new ListActivityExecutionsRequest.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | IListActivityExecutionsRequest | Properties to set |
Returns
Properties
namespace
• namespace: string
ListActivityExecutionsRequest namespace.
Implementation of
IListActivityExecutionsRequest.namespace
nextPageToken
• nextPageToken: Uint8Array
Token returned in ListActivityExecutionsResponse.
Implementation of
IListActivityExecutionsRequest.nextPageToken
pageSize
• pageSize: number
Max number of executions to return per page.
Implementation of
IListActivityExecutionsRequest.pageSize
query
• query: string
Visibility query, see https://docs.temporal.io/list-filter for the syntax.
Implementation of
IListActivityExecutionsRequest.query
Methods
toJSON
▸ toJSON(): Object
Converts this ListActivityExecutionsRequest to JSON.
Returns
Object
JSON object
create
▸ create(properties?): ListActivityExecutionsRequest
Creates a new ListActivityExecutionsRequest instance using the specified properties.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | IListActivityExecutionsRequest | Properties to set |
Returns
ListActivityExecutionsRequest instance
decode
▸ decode(reader, length?): ListActivityExecutionsRequest
Decodes a ListActivityExecutionsRequest 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 |
Returns
ListActivityExecutionsRequest
Throws
If the payload is not a reader or valid buffer
Throws
If required fields are missing
decodeDelimited
▸ decodeDelimited(reader): ListActivityExecutionsRequest
Decodes a ListActivityExecutionsRequest message from the specified reader or buffer, length delimited.
Parameters
| Name | Type | Description |
|---|---|---|
reader | Uint8Array | Reader | Reader or buffer to decode from |
Returns
ListActivityExecutionsRequest
Throws
If the payload is not a reader or valid buffer
Throws
If required fields are missing
encode
▸ encode(message, writer?): Writer
Encodes the specified ListActivityExecutionsRequest message. Does not implicitly temporal.api.workflowservice.v1.ListActivityExecutionsRequest.verify|verify messages.
Parameters
| Name | Type | Description |
|---|---|---|
message | IListActivityExecutionsRequest | ListActivityExecutionsRequest message or plain object to encode |
writer? | Writer | Writer to encode to |
Returns
Writer
Writer
encodeDelimited
▸ encodeDelimited(message, writer?): Writer
Encodes the specified ListActivityExecutionsRequest message, length delimited. Does not implicitly temporal.api.workflowservice.v1.ListActivityExecutionsRequest.verify|verify messages.
Parameters
| Name | Type | Description |
|---|---|---|
message | IListActivityExecutionsRequest | ListActivityExecutionsRequest message or plain object to encode |
writer? | Writer | Writer to encode to |
Returns
Writer
Writer
fromObject
▸ fromObject(object): ListActivityExecutionsRequest
Creates a ListActivityExecutionsRequest message from a plain object. Also converts values to their respective internal types.
Parameters
| Name | Type | Description |
|---|---|---|
object | Object | Plain object |
Returns
ListActivityExecutionsRequest
getTypeUrl
▸ getTypeUrl(typeUrlPrefix?): string
Gets the default type url for ListActivityExecutionsRequest
Parameters
| Name | Type | Description |
|---|---|---|
typeUrlPrefix? | string | your custom typeUrlPrefix(default "type.googleapis.com") |
Returns
string
The default type url
toObject
▸ toObject(message, options?): Object
Creates a plain object from a ListActivityExecutionsRequest message. Also converts values to other types if specified.
Parameters
| Name | Type | Description |
|---|---|---|
message | ListActivityExecutionsRequest | ListActivityExecutionsRequest |
options? | IConversionOptions | Conversion options |
Returns
Object
Plain object