Skip to main content

Interface: IUpdateWorkerBuildIdCompatibilityRequest

workflowservice.v1.IUpdateWorkerBuildIdCompatibilityRequest

Properties of an UpdateWorkerBuildIdCompatibilityRequest.

Hierarchy

  • $Properties

    IUpdateWorkerBuildIdCompatibilityRequest

Properties

addNewBuildIdInNewDefaultSet

Optional addNewBuildIdInNewDefaultSet: null | string

A new build id. This operation will create a new set which will be the new overall default version for the queue, with this id as its only member. This new set is incompatible with all previous sets/versions.

(-- api-linter: core::0140::prepositions=disabled aip.dev/not-precedent: In makes perfect sense here. --)

Inherited from

$Properties.addNewBuildIdInNewDefaultSet


addNewCompatibleBuildId

Optional addNewCompatibleBuildId: null | $Properties

Adds a new id to an existing compatible set, see sub-message definition for more.

Inherited from

$Properties.addNewCompatibleBuildId


mergeSets

Optional mergeSets: null | $Properties

Merge two existing sets together, thus declaring all build IDs in both sets compatible with one another. The primary set's default will become the default for the merged set. This is useful if you've accidentally declared a new ID as incompatible you meant to declare as compatible. The unusual case of incomplete replication during failover could also result in a split set, which this operation can repair.

Inherited from

$Properties.mergeSets


namespace

Optional namespace: null | string

UpdateWorkerBuildIdCompatibilityRequest namespace

Inherited from

$Properties.namespace


operation

Optional operation: "addNewBuildIdInNewDefaultSet" | "addNewCompatibleBuildId" | "promoteSetByBuildId" | "promoteBuildIdWithinSet" | "mergeSets"

UpdateWorkerBuildIdCompatibilityRequest operation

Inherited from

$Properties.operation


promoteBuildIdWithinSet

Optional promoteBuildIdWithinSet: null | string

Promote an existing build id within some set to be the current default for that set.

(-- api-linter: core::0140::prepositions=disabled aip.dev/not-precedent: Within makes perfect sense here. --)

Inherited from

$Properties.promoteBuildIdWithinSet


promoteSetByBuildId

Optional promoteSetByBuildId: null | string

Promote an existing set to be the current default (if it isn't already) by targeting an existing build id within it. This field's value is the extant build id.

(-- api-linter: core::0140::prepositions=disabled aip.dev/not-precedent: Names are hard. --)

Inherited from

$Properties.promoteSetByBuildId


taskQueue

Optional taskQueue: null | string

Must be set, the task queue to apply changes to. Because all workers on a given task queue must have the same set of workflow & activity implementations, there is no reason to specify a task queue type here.

Inherited from

$Properties.taskQueue