Skip to main content

Interface: $Properties

v1.UpdateWorkerConfigRequest.$Properties

Properties of an UpdateWorkerConfigRequest.

Hierarchy

Properties

identity

Optional identity: null | string

The identity of the client who initiated this request.


namespace

Optional namespace: null | string

Namespace this worker belongs to.


reason

Optional reason: null | string

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


resourceId

Optional resourceId: null | string

Resource ID for routing. Contains the worker grouping key.


selector

Optional selector: null | $Properties

Defines which workers should receive this command.


updateMask

Optional updateMask: null | $Properties

Controls which fields from worker_config will be applied


workerConfig

Optional workerConfig: null | $Properties

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