temporalio.client.WorkerBuildIdVersionSets
class documentation

class WorkerBuildIdVersionSets: (source)

Constructor: WorkerBuildIdVersionSets._from_proto(resp)

View In Hierarchy

Represents the sets of compatible Build ID versions associated with some Task Queue, as fetched by Client.get_worker_build_id_compatibility.

def default_build_id(self) -> str: (source)

Returns the default Build ID for this task queue.

def default_set(self) -> BuildIdVersionSet: (source)

Returns the default version set for this task queue.

version_sets: Sequence[BuildIdVersionSet] = (source)

All version sets that were fetched for this task queue.