Skip to main content

Interface: IBatchOperationUpdateActivityOptions

batch.v1.IBatchOperationUpdateActivityOptions

Properties of a BatchOperationUpdateActivityOptions.

Hierarchy

Properties

activity

Optional activity: "type" | "matchAll"

The activity to update. If match_all is set to true, all activities will be updated.

Inherited from

$Properties.activity


activityOptions

Optional activityOptions: null | $Properties

Update Activity options. Partial updates are accepted and controlled by update_mask.

Inherited from

$Properties.activityOptions


identity

Optional identity: null | string

The identity of the worker/client.

Inherited from

$Properties.identity


matchAll

Optional matchAll: null | boolean

BatchOperationUpdateActivityOptions matchAll

Inherited from

$Properties.matchAll


restoreOriginal

Optional restoreOriginal: null | boolean

If set, the activity options will be restored to the default. Default options are then options activity was created with. They are part of the first ActivityTaskScheduled event. This flag cannot be combined with any other option; if you supply restore_original together with other options, the request will be rejected.

Inherited from

$Properties.restoreOriginal


type

Optional type: null | string

BatchOperationUpdateActivityOptions type

Inherited from

$Properties.type


updateMask

Optional updateMask: null | $Properties

Controls which fields from activity_options will be applied

Inherited from

$Properties.updateMask