Skip to main content

Interface: IUpdateWorkerConfigRequest

workflowservice.v1.IUpdateWorkerConfigRequest

Properties of an UpdateWorkerConfigRequest.

Hierarchy

Properties

identity

Optional identity: null | string

The identity of the client who initiated this request.

Inherited from

$Properties.identity


namespace

Optional namespace: null | string

Namespace this worker belongs to.

Inherited from

$Properties.namespace


reason

Optional reason: null | string

Reason for sending worker command, can be used for audit purpose.

Inherited from

$Properties.reason


resourceId

Optional resourceId: null | string

Resource ID for routing. Contains the worker grouping key.

Inherited from

$Properties.resourceId


selector

Optional selector: null | $Properties

Defines which workers should receive this command.

Inherited from

$Properties.selector


updateMask

Optional updateMask: null | $Properties

Controls which fields from worker_config will be applied

Inherited from

$Properties.updateMask


workerConfig

Optional workerConfig: null | $Properties

Partial updates are accepted and controlled by update_mask. The worker configuration to set.

Inherited from

$Properties.workerConfig