Skip to main content

Class: SetWorkerDeploymentManagerRequest

workflowservice.v1.SetWorkerDeploymentManagerRequest

Update the ManagerIdentity of a Worker Deployment.

Properties

conflictToken

conflictToken: Uint8Array

Optional. This can be the value of conflict_token from a Describe, or another Worker Deployment API. Passing a non-nil conflict token will cause this request to fail if the Deployment's configuration has been modified between the API call that generated the token and this one.


deploymentName

deploymentName: string

SetWorkerDeploymentManagerRequest deploymentName.


identity

identity: string

Required. The identity of the client who initiated this request.


managerIdentity

Optional managerIdentity: null | string

Arbitrary value for manager_identity. Empty will unset the field.


namespace

namespace: string

SetWorkerDeploymentManagerRequest namespace.


newManagerIdentity

Optional newManagerIdentity: "managerIdentity" | "self"

SetWorkerDeploymentManagerRequest newManagerIdentity.


self

Optional self: null | boolean

True will set manager_identity to identity.

Methods

toJSON

toJSON(): Object

Converts this SetWorkerDeploymentManagerRequest to JSON.

Returns

Object

JSON object


create

create(properties?): SetWorkerDeploymentManagerRequest & $Shape

Creates a new SetWorkerDeploymentManagerRequest instance using the specified properties.

Parameters

NameTypeDescription
properties?$ShapeProperties to set

Returns

SetWorkerDeploymentManagerRequest & $Shape

SetWorkerDeploymentManagerRequest instance

create(properties?): SetWorkerDeploymentManagerRequest

Parameters

NameType
properties?$Properties

Returns

SetWorkerDeploymentManagerRequest


decode

decode(reader, length?): SetWorkerDeploymentManagerRequest & $Shape

Decodes a SetWorkerDeploymentManagerRequest message from the specified reader or buffer.

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from
length?numberMessage length if known beforehand

Returns

SetWorkerDeploymentManagerRequest & $Shape

SetWorkerDeploymentManagerRequest

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): SetWorkerDeploymentManagerRequest & $Shape

Decodes a SetWorkerDeploymentManagerRequest message from the specified reader or buffer, length delimited.

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

SetWorkerDeploymentManagerRequest & $Shape

SetWorkerDeploymentManagerRequest

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 SetWorkerDeploymentManagerRequest message. Does not implicitly temporal.api.workflowservice.v1.SetWorkerDeploymentManagerRequest.verify|verify messages.

Parameters

NameTypeDescription
message$PropertiesSetWorkerDeploymentManagerRequest message or plain object to encode
writer?WriterWriter to encode to

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

Encodes the specified SetWorkerDeploymentManagerRequest message, length delimited. Does not implicitly temporal.api.workflowservice.v1.SetWorkerDeploymentManagerRequest.verify|verify messages.

Parameters

NameTypeDescription
message$PropertiesSetWorkerDeploymentManagerRequest message or plain object to encode
writer?WriterWriter to encode to

Returns

Writer

Writer


fromObject

fromObject(object): SetWorkerDeploymentManagerRequest

Creates a SetWorkerDeploymentManagerRequest message from a plain object. Also converts values to their respective internal types.

Parameters

NameTypeDescription
objectObjectPlain object

Returns

SetWorkerDeploymentManagerRequest

SetWorkerDeploymentManagerRequest


toObject

toObject(message, options?): Object

Creates a plain object from a SetWorkerDeploymentManagerRequest message. Also converts values to other types if specified.

Parameters

NameTypeDescription
messageSetWorkerDeploymentManagerRequestSetWorkerDeploymentManagerRequest
options?IConversionOptionsConversion options

Returns

Object

Plain object