Skip to main content

Interface: WorkerBuildIdVersionSets

client.WorkerBuildIdVersionSets

Represents the sets of compatible Build Id versions associated with some Task Queue, as fetched by TaskQueueClient.getBuildIdCompatability.

The Worker Versioning API is still being designed. Major changes are expected.

Properties

defaultBuildId

defaultBuildId: string

Returns the overall default Build Id for the task queue these sets are associated with.


defaultSet

defaultSet: BuildIdVersionSet

Returns the default set of compatible Build Ids for the task queue these sets are associated with.


versionSets

Readonly versionSets: BuildIdVersionSet[]

All version sets that were fetched for this task queue.