Class: GetWorkerTaskReachabilityResponse
workflowservice.v1.GetWorkerTaskReachabilityResponse
Deprecated. Use DescribeTaskQueue
.
Implements
Constructors
constructor
• new GetWorkerTaskReachabilityResponse(properties?
): GetWorkerTaskReachabilityResponse
Constructs a new GetWorkerTaskReachabilityResponse.
Parameters
Name | Type | Description |
---|---|---|
properties? | IGetWorkerTaskReachabilityResponse | Properties to set |
Returns
GetWorkerTaskReachabilityResponse
Properties
buildIdReachability
• buildIdReachability: IBuildIdReachability
[]
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.
Implementation of
IGetWorkerTaskReachabilityResponse.buildIdReachability
Methods
toJSON
▸ toJSON(): Object
Converts this GetWorkerTaskReachabilityResponse to JSON.
Returns
Object
JSON object
create
▸ create(properties?
): GetWorkerTaskReachabilityResponse
Creates a new GetWorkerTaskReachabilityResponse instance using the specified properties.
Parameters
Name | Type | Description |
---|---|---|
properties? | IGetWorkerTaskReachabilityResponse | Properties to set |
Returns
GetWorkerTaskReachabilityResponse
GetWorkerTaskReachabilityResponse instance
decode
▸ decode(reader
, length?
): GetWorkerTaskReachabilityResponse
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
GetWorkerTaskReachabilityResponse
Throws
If the payload is not a reader or valid buffer
Throws
If required fields are missing
decodeDelimited
▸ decodeDelimited(reader
): GetWorkerTaskReachabilityResponse
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
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 | IGetWorkerTaskReachabilityResponse | 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 | IGetWorkerTaskReachabilityResponse | 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
getTypeUrl
▸ getTypeUrl(typeUrlPrefix?
): string
Gets the default type url for GetWorkerTaskReachabilityResponse
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 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