Interface: IUpdateWorkerConfigRequest
workflowservice.v1.IUpdateWorkerConfigRequest
Properties of an UpdateWorkerConfigRequest.
Hierarchy
-
↳
IUpdateWorkerConfigRequest
Properties
identity
• Optional identity: null | string
The identity of the client who initiated this request.
Inherited from
namespace
• Optional namespace: null | string
Namespace this worker belongs to.
Inherited from
reason
• Optional reason: null | string
Reason for sending worker command, can be used for audit purpose.
Inherited from
resourceId
• Optional resourceId: null | string
Resource ID for routing. Contains the worker grouping key.
Inherited from
selector
• Optional selector: null | $Properties
Defines which workers should receive this command.
Inherited from
updateMask
• Optional updateMask: null | $Properties
Controls which fields from worker_config will be applied
Inherited from
workerConfig
• Optional workerConfig: null | $Properties
Partial updates are accepted and controlled by update_mask. The worker configuration to set.