class documentation
class WorkerBuildIdVersionSets: (source)
Constructor: WorkerBuildIdVersionSets._from_proto(resp)
Represents the sets of compatible Build ID versions associated with some Task Queue, as
fetched by Client.get_worker_build_id_compatibility
.
Method | default |
Returns the default Build ID for this task queue. |
Method | default |
Returns the default version set for this task queue. |
Class Variable | version |
All version sets that were fetched for this task queue. |
Static Method | _from |
Undocumented |
@staticmethod
def _from_proto(resp:
def _from_proto(resp:
temporalio.api.workflowservice.v1.GetWorkerBuildIdCompatibilityResponse
) -> WorkerBuildIdVersionSets
:
(source)
¶
Undocumented