Class: UpdateWorkerConfigRequest
workflowservice.v1.UpdateWorkerConfigRequest
Represents an UpdateWorkerConfigRequest.
Implements
Constructors
constructor
• new UpdateWorkerConfigRequest(properties?): UpdateWorkerConfigRequest
Constructs a new UpdateWorkerConfigRequest.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | IUpdateWorkerConfigRequest | Properties to set |
Returns
Properties
identity
• identity: string
The identity of the client who initiated this request.
Implementation of
IUpdateWorkerConfigRequest.identity
namespace
• namespace: string
Namespace this worker belongs to.
Implementation of
IUpdateWorkerConfigRequest.namespace
reason
• reason: string
Reason for sending worker command, can be used for audit purpose.
Implementation of
IUpdateWorkerConfigRequest.reason
resourceId
• resourceId: string
Resource ID for routing. Contains the worker grouping key.
Implementation of
IUpdateWorkerConfigRequest.resourceId
selector
• Optional selector: null | IWorkerSelector
Defines which workers should receive this command.
Implementation of
IUpdateWorkerConfigRequest.selector
updateMask
• Optional updateMask: null | IFieldMask
Controls which fields from worker_config will be applied
Implementation of
IUpdateWorkerConfigRequest.updateMask