Interface: IAddNewCompatibleVersion
v1.UpdateWorkerBuildIdCompatibilityRequest.IAddNewCompatibleVersion
Properties of an AddNewCompatibleVersion.
Implemented by
Properties
existingCompatibleBuildId
• Optional
existingCompatibleBuildId: null
| string
A build id which must already exist in the version sets known by the task queue. The new id will be stored in the set containing this id, marking it as compatible with the versions within.
makeSetDefault
• Optional
makeSetDefault: null
| boolean
When set, establishes the compatible set being targeted as the overall default for the queue. If a different set was the current default, the targeted set will replace it as the new default.
newBuildId
• Optional
newBuildId: null
| string
A new id to be added to an existing compatible set.