Class: GetWorkerTaskReachabilityResponse
workflowservice.v1.GetWorkerTaskReachabilityResponse
[cleanup-wv-pre-release]
Deprecated. Use DescribeTaskQueue.
Properties
buildIdReachability
• buildIdReachability: $Properties[]
Task reachability, broken down by build id and then task queue. When requesting a large number of task queues or all task queues associated with the given build ids in a namespace, all task queues will be listed in the response but some of them may not contain reachability information due to a server enforced limit. When reaching the limit, task queues that reachability information could not be retrieved for will be marked with a single TASK_REACHABILITY_UNSPECIFIED entry. The caller may issue another call to get the reachability for those task queues.
Open source users can adjust this limit by setting the server's dynamic config value for
limit.reachabilityTaskQueueScan with the caveat that this call can strain the visibility store.
Methods
toJSON
▸ toJSON(): Object
Converts this GetWorkerTaskReachabilityResponse to JSON.
Returns
Object
JSON object
create
▸ create(properties?): GetWorkerTaskReachabilityResponse & $Properties
Creates a new GetWorkerTaskReachabilityResponse instance using the specified properties.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | $Properties | Properties to set |
Returns
GetWorkerTaskReachabilityResponse & $Properties
GetWorkerTaskReachabilityResponse instance
▸ create(properties?): GetWorkerTaskReachabilityResponse
Parameters
| Name | Type |
|---|---|
properties? | $Properties |
Returns
GetWorkerTaskReachabilityResponse
decode
▸ decode(reader, length?): GetWorkerTaskReachabilityResponse & $Properties
Decodes a GetWorkerTaskReachabilityResponse 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
GetWorkerTaskReachabilityResponse & $Properties
GetWorkerTaskReachabilityResponse
Throws
If the payload is not a reader or valid buffer
Throws
If required fields are missing
decodeDelimited
▸ decodeDelimited(reader): GetWorkerTaskReachabilityResponse & $Properties
Decodes a GetWorkerTaskReachabilityResponse message from the specified reader or buffer, length delimited.
Parameters
| Name | Type | Description |
|---|---|---|
reader | Uint8Array | Reader | Reader or buffer to decode from |
Returns
GetWorkerTaskReachabilityResponse & $Properties
GetWorkerTaskReachabilityResponse
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 GetWorkerTaskReachabilityResponse message. Does not implicitly temporal.api.workflowservice.v1.GetWorkerTaskReachabilityResponse.verify|verify messages.
Parameters
| Name | Type | Description |
|---|---|---|
message | $Properties | GetWorkerTaskReachabilityResponse message or plain object to encode |
writer? | Writer | Writer to encode to |
Returns
Writer
Writer
encodeDelimited
▸ encodeDelimited(message, writer?): Writer
Encodes the specified GetWorkerTaskReachabilityResponse message, length delimited. Does not implicitly temporal.api.workflowservice.v1.GetWorkerTaskReachabilityResponse.verify|verify messages.
Parameters
| Name | Type | Description |
|---|---|---|
message | $Properties | GetWorkerTaskReachabilityResponse message or plain object to encode |
writer? | Writer | Writer to encode to |
Returns
Writer
Writer
fromObject
▸ fromObject(object): GetWorkerTaskReachabilityResponse
Creates a GetWorkerTaskReachabilityResponse message from a plain object. Also converts values to their respective internal types.
Parameters
| Name | Type | Description |
|---|---|---|
object | Object | Plain object |
Returns
GetWorkerTaskReachabilityResponse
GetWorkerTaskReachabilityResponse
toObject
▸ toObject(message, options?): Object
Creates a plain object from a GetWorkerTaskReachabilityResponse message. Also converts values to other types if specified.
Parameters
| Name | Type | Description |
|---|---|---|
message | GetWorkerTaskReachabilityResponse | GetWorkerTaskReachabilityResponse |
options? | IConversionOptions | Conversion options |
Returns
Object
Plain object