Class: DescribeWorkerDeploymentResponse
workflowservice.v1.DescribeWorkerDeploymentResponse
Represents a DescribeWorkerDeploymentResponse.
Properties
conflictToken
• conflictToken: Uint8Array
This value is returned so that it can be optionally passed to APIs that write to the Worker Deployment state to ensure that the state did not change between this read and a future write.
workerDeploymentInfo
• Optional workerDeploymentInfo: null | $Properties
DescribeWorkerDeploymentResponse workerDeploymentInfo.
Methods
toJSON
▸ toJSON(): Object
Converts this DescribeWorkerDeploymentResponse to JSON.
Returns
Object
JSON object
create
▸ create(properties?): DescribeWorkerDeploymentResponse & $Properties
Creates a new DescribeWorkerDeploymentResponse instance using the specified properties.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | $Properties | Properties to set |
Returns
DescribeWorkerDeploymentResponse & $Properties
DescribeWorkerDeploymentResponse instance
▸ create(properties?): DescribeWorkerDeploymentResponse
Parameters
| Name | Type |
|---|---|
properties? | $Properties |
Returns
DescribeWorkerDeploymentResponse
decode
▸ decode(reader, length?): DescribeWorkerDeploymentResponse & $Properties
Decodes a DescribeWorkerDeploymentResponse 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
DescribeWorkerDeploymentResponse & $Properties
DescribeWorkerDeploymentResponse
Throws
If the payload is not a reader or valid buffer
Throws
If required fields are missing
decodeDelimited
▸ decodeDelimited(reader): DescribeWorkerDeploymentResponse & $Properties
Decodes a DescribeWorkerDeploymentResponse message from the specified reader or buffer, length delimited.
Parameters
| Name | Type | Description |
|---|---|---|
reader | Uint8Array | Reader | Reader or buffer to decode from |
Returns
DescribeWorkerDeploymentResponse & $Properties
DescribeWorkerDeploymentResponse
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 DescribeWorkerDeploymentResponse message. Does not implicitly temporal.api.workflowservice.v1.DescribeWorkerDeploymentResponse.verify|verify messages.
Parameters
| Name | Type | Description |
|---|---|---|
message | $Properties | DescribeWorkerDeploymentResponse message or plain object to encode |
writer? | Writer | Writer to encode to |
Returns
Writer
Writer
encodeDelimited
▸ encodeDelimited(message, writer?): Writer
Encodes the specified DescribeWorkerDeploymentResponse message, length delimited. Does not implicitly temporal.api.workflowservice.v1.DescribeWorkerDeploymentResponse.verify|verify messages.
Parameters
| Name | Type | Description |
|---|---|---|
message | $Properties | DescribeWorkerDeploymentResponse message or plain object to encode |
writer? | Writer | Writer to encode to |
Returns
Writer
Writer
fromObject
▸ fromObject(object): DescribeWorkerDeploymentResponse
Creates a DescribeWorkerDeploymentResponse message from a plain object. Also converts values to their respective internal types.
Parameters
| Name | Type | Description |
|---|---|---|
object | Object | Plain object |
Returns
DescribeWorkerDeploymentResponse
DescribeWorkerDeploymentResponse
toObject
▸ toObject(message, options?): Object
Creates a plain object from a DescribeWorkerDeploymentResponse message. Also converts values to other types if specified.
Parameters
| Name | Type | Description |
|---|---|---|
message | DescribeWorkerDeploymentResponse | DescribeWorkerDeploymentResponse |
options? | IConversionOptions | Conversion options |
Returns
Object
Plain object