From 4254c6fd1851a51ef7ba34f514b091361f9b15b7 Mon Sep 17 00:00:00 2001 From: Tim Conley Date: Mon, 13 Oct 2025 10:17:17 -0700 Subject: [PATCH 1/2] Replace the module in protos with the correct path --- scripts/gen_protos.py | 6 +- temporalio/api/activity/v1/message_pb2.py | 2 +- temporalio/api/batch/v1/message_pb2.py | 22 +- .../api/cloud/account/v1/message_pb2.py | 8 +- .../cloudservice/v1/request_response_pb2.py | 232 +++++----- .../cloud/connectivityrule/v1/message_pb2.py | 8 +- .../api/cloud/identity/v1/message_pb2.py | 38 +- .../api/cloud/namespace/v1/message_pb2.py | 42 +- temporalio/api/cloud/nexus/v1/message_pb2.py | 12 +- .../api/cloud/operation/v1/message_pb2.py | 2 +- temporalio/api/cloud/region/v1/message_pb2.py | 2 +- temporalio/api/cloud/sink/v1/message_pb2.py | 4 +- temporalio/api/cloud/usage/v1/message_pb2.py | 8 +- temporalio/api/command/v1/message_pb2.py | 40 +- temporalio/api/common/v1/grpc_status_pb2.py | 2 +- temporalio/api/common/v1/message_pb2.py | 58 +-- temporalio/api/deployment/v1/message_pb2.py | 34 +- temporalio/api/errordetails/v1/message_pb2.py | 36 +- temporalio/api/export/v1/message_pb2.py | 4 +- temporalio/api/failure/v1/message_pb2.py | 24 +- temporalio/api/filter/v1/message_pb2.py | 8 +- temporalio/api/history/v1/message_pb2.py | 122 ++--- temporalio/api/namespace/v1/message_pb2.py | 22 +- temporalio/api/nexus/v1/message_pb2.py | 40 +- .../v1/request_response_pb2.py | 58 +-- temporalio/api/protocol/v1/message_pb2.py | 2 +- temporalio/api/query/v1/message_pb2.py | 6 +- temporalio/api/replication/v1/message_pb2.py | 6 +- temporalio/api/rules/v1/message_pb2.py | 10 +- temporalio/api/schedule/v1/message_pb2.py | 32 +- .../api/sdk/v1/enhanced_stack_trace_pb2.py | 12 +- .../api/sdk/v1/task_complete_metadata_pb2.py | 2 +- temporalio/api/sdk/v1/user_metadata_pb2.py | 2 +- temporalio/api/sdk/v1/worker_config_pb2.py | 6 +- .../api/sdk/v1/workflow_metadata_pb2.py | 6 +- temporalio/api/taskqueue/v1/message_pb2.py | 52 +-- .../testservice/v1/request_response_pb2.py | 16 +- temporalio/api/update/v1/message_pb2.py | 18 +- temporalio/api/version/v1/message_pb2.py | 6 +- temporalio/api/worker/v1/message_pb2.py | 12 +- temporalio/api/workflow/v1/message_pb2.py | 58 +-- .../v1/request_response_pb2.py | 422 +++++++++--------- 42 files changed, 753 insertions(+), 749 deletions(-) diff --git a/scripts/gen_protos.py b/scripts/gen_protos.py index 32c5c3af2..81581673e 100644 --- a/scripts/gen_protos.py +++ b/scripts/gen_protos.py @@ -42,6 +42,10 @@ partial( re.compile(r"from temporal\.sdk\.core\.").sub, r"from temporalio.bridge.proto." ), + partial( + re.compile(r"'__module__' : 'temporal\.api\.").sub, + r"'__module__' : 'temporalio.api.", + ), ] pyi_fixes = [ @@ -60,7 +64,7 @@ def fix_generated_output(base_path: Path): - protoc doesn't generate the correct import paths (https://github.com/protocolbuffers/protobuf/issues/1491) """ - + print("Fixing generated protoc output") imports: Mapping[str, List[str]] = collections.defaultdict(list) for p in base_path.iterdir(): if p.is_dir(): diff --git a/temporalio/api/activity/v1/message_pb2.py b/temporalio/api/activity/v1/message_pb2.py index 58f1d95cb..baf769c7c 100644 --- a/temporalio/api/activity/v1/message_pb2.py +++ b/temporalio/api/activity/v1/message_pb2.py @@ -34,7 +34,7 @@ (_message.Message,), { "DESCRIPTOR": _ACTIVITYOPTIONS, - "__module__": "temporal.api.activity.v1.message_pb2", + "__module__": "temporalio.api.activity.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.activity.v1.ActivityOptions) }, ) diff --git a/temporalio/api/batch/v1/message_pb2.py b/temporalio/api/batch/v1/message_pb2.py index 6e412e7bd..cb1e39b73 100644 --- a/temporalio/api/batch/v1/message_pb2.py +++ b/temporalio/api/batch/v1/message_pb2.py @@ -72,7 +72,7 @@ (_message.Message,), { "DESCRIPTOR": _BATCHOPERATIONINFO, - "__module__": "temporal.api.batch.v1.message_pb2", + "__module__": "temporalio.api.batch.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.batch.v1.BatchOperationInfo) }, ) @@ -83,7 +83,7 @@ (_message.Message,), { "DESCRIPTOR": _BATCHOPERATIONTERMINATION, - "__module__": "temporal.api.batch.v1.message_pb2", + "__module__": "temporalio.api.batch.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.batch.v1.BatchOperationTermination) }, ) @@ -94,7 +94,7 @@ (_message.Message,), { "DESCRIPTOR": _BATCHOPERATIONSIGNAL, - "__module__": "temporal.api.batch.v1.message_pb2", + "__module__": "temporalio.api.batch.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.batch.v1.BatchOperationSignal) }, ) @@ -105,7 +105,7 @@ (_message.Message,), { "DESCRIPTOR": _BATCHOPERATIONCANCELLATION, - "__module__": "temporal.api.batch.v1.message_pb2", + "__module__": "temporalio.api.batch.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.batch.v1.BatchOperationCancellation) }, ) @@ -116,7 +116,7 @@ (_message.Message,), { "DESCRIPTOR": _BATCHOPERATIONDELETION, - "__module__": "temporal.api.batch.v1.message_pb2", + "__module__": "temporalio.api.batch.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.batch.v1.BatchOperationDeletion) }, ) @@ -127,7 +127,7 @@ (_message.Message,), { "DESCRIPTOR": _BATCHOPERATIONRESET, - "__module__": "temporal.api.batch.v1.message_pb2", + "__module__": "temporalio.api.batch.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.batch.v1.BatchOperationReset) }, ) @@ -138,7 +138,7 @@ (_message.Message,), { "DESCRIPTOR": _BATCHOPERATIONUPDATEWORKFLOWEXECUTIONOPTIONS, - "__module__": "temporal.api.batch.v1.message_pb2", + "__module__": "temporalio.api.batch.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.batch.v1.BatchOperationUpdateWorkflowExecutionOptions) }, ) @@ -149,7 +149,7 @@ (_message.Message,), { "DESCRIPTOR": _BATCHOPERATIONUNPAUSEACTIVITIES, - "__module__": "temporal.api.batch.v1.message_pb2", + "__module__": "temporalio.api.batch.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.batch.v1.BatchOperationUnpauseActivities) }, ) @@ -160,7 +160,7 @@ (_message.Message,), { "DESCRIPTOR": _BATCHOPERATIONTRIGGERWORKFLOWRULE, - "__module__": "temporal.api.batch.v1.message_pb2", + "__module__": "temporalio.api.batch.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.batch.v1.BatchOperationTriggerWorkflowRule) }, ) @@ -171,7 +171,7 @@ (_message.Message,), { "DESCRIPTOR": _BATCHOPERATIONRESETACTIVITIES, - "__module__": "temporal.api.batch.v1.message_pb2", + "__module__": "temporalio.api.batch.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.batch.v1.BatchOperationResetActivities) }, ) @@ -182,7 +182,7 @@ (_message.Message,), { "DESCRIPTOR": _BATCHOPERATIONUPDATEACTIVITYOPTIONS, - "__module__": "temporal.api.batch.v1.message_pb2", + "__module__": "temporalio.api.batch.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.batch.v1.BatchOperationUpdateActivityOptions) }, ) diff --git a/temporalio/api/cloud/account/v1/message_pb2.py b/temporalio/api/cloud/account/v1/message_pb2.py index b212d7592..7fcdc68d9 100644 --- a/temporalio/api/cloud/account/v1/message_pb2.py +++ b/temporalio/api/cloud/account/v1/message_pb2.py @@ -32,7 +32,7 @@ (_message.Message,), { "DESCRIPTOR": _METRICSSPEC, - "__module__": "temporal.api.cloud.account.v1.message_pb2", + "__module__": "temporalio.api.cloud.account.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.account.v1.MetricsSpec) }, ) @@ -43,7 +43,7 @@ (_message.Message,), { "DESCRIPTOR": _ACCOUNTSPEC, - "__module__": "temporal.api.cloud.account.v1.message_pb2", + "__module__": "temporalio.api.cloud.account.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.account.v1.AccountSpec) }, ) @@ -54,7 +54,7 @@ (_message.Message,), { "DESCRIPTOR": _METRICS, - "__module__": "temporal.api.cloud.account.v1.message_pb2", + "__module__": "temporalio.api.cloud.account.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.account.v1.Metrics) }, ) @@ -65,7 +65,7 @@ (_message.Message,), { "DESCRIPTOR": _ACCOUNT, - "__module__": "temporal.api.cloud.account.v1.message_pb2", + "__module__": "temporalio.api.cloud.account.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.account.v1.Account) }, ) diff --git a/temporalio/api/cloud/cloudservice/v1/request_response_pb2.py b/temporalio/api/cloud/cloudservice/v1/request_response_pb2.py index 718a075bb..b2149a894 100644 --- a/temporalio/api/cloud/cloudservice/v1/request_response_pb2.py +++ b/temporalio/api/cloud/cloudservice/v1/request_response_pb2.py @@ -289,7 +289,7 @@ (_message.Message,), { "DESCRIPTOR": _GETUSERSREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.GetUsersRequest) }, ) @@ -300,7 +300,7 @@ (_message.Message,), { "DESCRIPTOR": _GETUSERSRESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.GetUsersResponse) }, ) @@ -311,7 +311,7 @@ (_message.Message,), { "DESCRIPTOR": _GETUSERREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.GetUserRequest) }, ) @@ -322,7 +322,7 @@ (_message.Message,), { "DESCRIPTOR": _GETUSERRESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.GetUserResponse) }, ) @@ -333,7 +333,7 @@ (_message.Message,), { "DESCRIPTOR": _CREATEUSERREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.CreateUserRequest) }, ) @@ -344,7 +344,7 @@ (_message.Message,), { "DESCRIPTOR": _CREATEUSERRESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.CreateUserResponse) }, ) @@ -355,7 +355,7 @@ (_message.Message,), { "DESCRIPTOR": _UPDATEUSERREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.UpdateUserRequest) }, ) @@ -366,7 +366,7 @@ (_message.Message,), { "DESCRIPTOR": _UPDATEUSERRESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.UpdateUserResponse) }, ) @@ -377,7 +377,7 @@ (_message.Message,), { "DESCRIPTOR": _DELETEUSERREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.DeleteUserRequest) }, ) @@ -388,7 +388,7 @@ (_message.Message,), { "DESCRIPTOR": _DELETEUSERRESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.DeleteUserResponse) }, ) @@ -399,7 +399,7 @@ (_message.Message,), { "DESCRIPTOR": _SETUSERNAMESPACEACCESSREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.SetUserNamespaceAccessRequest) }, ) @@ -410,7 +410,7 @@ (_message.Message,), { "DESCRIPTOR": _SETUSERNAMESPACEACCESSRESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.SetUserNamespaceAccessResponse) }, ) @@ -421,7 +421,7 @@ (_message.Message,), { "DESCRIPTOR": _GETASYNCOPERATIONREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.GetAsyncOperationRequest) }, ) @@ -432,7 +432,7 @@ (_message.Message,), { "DESCRIPTOR": _GETASYNCOPERATIONRESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.GetAsyncOperationResponse) }, ) @@ -447,12 +447,12 @@ (_message.Message,), { "DESCRIPTOR": _CREATENAMESPACEREQUEST_TAGSENTRY, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.CreateNamespaceRequest.TagsEntry) }, ), "DESCRIPTOR": _CREATENAMESPACEREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.CreateNamespaceRequest) }, ) @@ -464,7 +464,7 @@ (_message.Message,), { "DESCRIPTOR": _CREATENAMESPACERESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.CreateNamespaceResponse) }, ) @@ -475,7 +475,7 @@ (_message.Message,), { "DESCRIPTOR": _GETNAMESPACESREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.GetNamespacesRequest) }, ) @@ -486,7 +486,7 @@ (_message.Message,), { "DESCRIPTOR": _GETNAMESPACESRESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.GetNamespacesResponse) }, ) @@ -497,7 +497,7 @@ (_message.Message,), { "DESCRIPTOR": _GETNAMESPACEREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.GetNamespaceRequest) }, ) @@ -508,7 +508,7 @@ (_message.Message,), { "DESCRIPTOR": _GETNAMESPACERESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.GetNamespaceResponse) }, ) @@ -519,7 +519,7 @@ (_message.Message,), { "DESCRIPTOR": _UPDATENAMESPACEREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.UpdateNamespaceRequest) }, ) @@ -530,7 +530,7 @@ (_message.Message,), { "DESCRIPTOR": _UPDATENAMESPACERESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.UpdateNamespaceResponse) }, ) @@ -541,7 +541,7 @@ (_message.Message,), { "DESCRIPTOR": _RENAMECUSTOMSEARCHATTRIBUTEREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.RenameCustomSearchAttributeRequest) }, ) @@ -552,7 +552,7 @@ (_message.Message,), { "DESCRIPTOR": _RENAMECUSTOMSEARCHATTRIBUTERESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.RenameCustomSearchAttributeResponse) }, ) @@ -563,7 +563,7 @@ (_message.Message,), { "DESCRIPTOR": _DELETENAMESPACEREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.DeleteNamespaceRequest) }, ) @@ -574,7 +574,7 @@ (_message.Message,), { "DESCRIPTOR": _DELETENAMESPACERESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.DeleteNamespaceResponse) }, ) @@ -585,7 +585,7 @@ (_message.Message,), { "DESCRIPTOR": _FAILOVERNAMESPACEREGIONREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.FailoverNamespaceRegionRequest) }, ) @@ -596,7 +596,7 @@ (_message.Message,), { "DESCRIPTOR": _FAILOVERNAMESPACEREGIONRESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.FailoverNamespaceRegionResponse) }, ) @@ -607,7 +607,7 @@ (_message.Message,), { "DESCRIPTOR": _ADDNAMESPACEREGIONREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.AddNamespaceRegionRequest) }, ) @@ -618,7 +618,7 @@ (_message.Message,), { "DESCRIPTOR": _ADDNAMESPACEREGIONRESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.AddNamespaceRegionResponse) }, ) @@ -629,7 +629,7 @@ (_message.Message,), { "DESCRIPTOR": _DELETENAMESPACEREGIONREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.DeleteNamespaceRegionRequest) }, ) @@ -640,7 +640,7 @@ (_message.Message,), { "DESCRIPTOR": _DELETENAMESPACEREGIONRESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.DeleteNamespaceRegionResponse) }, ) @@ -651,7 +651,7 @@ (_message.Message,), { "DESCRIPTOR": _GETREGIONSREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.GetRegionsRequest) }, ) @@ -662,7 +662,7 @@ (_message.Message,), { "DESCRIPTOR": _GETREGIONSRESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.GetRegionsResponse) }, ) @@ -673,7 +673,7 @@ (_message.Message,), { "DESCRIPTOR": _GETREGIONREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.GetRegionRequest) }, ) @@ -684,7 +684,7 @@ (_message.Message,), { "DESCRIPTOR": _GETREGIONRESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.GetRegionResponse) }, ) @@ -695,7 +695,7 @@ (_message.Message,), { "DESCRIPTOR": _GETAPIKEYSREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.GetApiKeysRequest) }, ) @@ -706,7 +706,7 @@ (_message.Message,), { "DESCRIPTOR": _GETAPIKEYSRESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.GetApiKeysResponse) }, ) @@ -717,7 +717,7 @@ (_message.Message,), { "DESCRIPTOR": _GETAPIKEYREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.GetApiKeyRequest) }, ) @@ -728,7 +728,7 @@ (_message.Message,), { "DESCRIPTOR": _GETAPIKEYRESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.GetApiKeyResponse) }, ) @@ -739,7 +739,7 @@ (_message.Message,), { "DESCRIPTOR": _CREATEAPIKEYREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.CreateApiKeyRequest) }, ) @@ -750,7 +750,7 @@ (_message.Message,), { "DESCRIPTOR": _CREATEAPIKEYRESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.CreateApiKeyResponse) }, ) @@ -761,7 +761,7 @@ (_message.Message,), { "DESCRIPTOR": _UPDATEAPIKEYREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.UpdateApiKeyRequest) }, ) @@ -772,7 +772,7 @@ (_message.Message,), { "DESCRIPTOR": _UPDATEAPIKEYRESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.UpdateApiKeyResponse) }, ) @@ -783,7 +783,7 @@ (_message.Message,), { "DESCRIPTOR": _DELETEAPIKEYREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.DeleteApiKeyRequest) }, ) @@ -794,7 +794,7 @@ (_message.Message,), { "DESCRIPTOR": _DELETEAPIKEYRESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.DeleteApiKeyResponse) }, ) @@ -805,7 +805,7 @@ (_message.Message,), { "DESCRIPTOR": _GETNEXUSENDPOINTSREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.GetNexusEndpointsRequest) }, ) @@ -816,7 +816,7 @@ (_message.Message,), { "DESCRIPTOR": _GETNEXUSENDPOINTSRESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.GetNexusEndpointsResponse) }, ) @@ -827,7 +827,7 @@ (_message.Message,), { "DESCRIPTOR": _GETNEXUSENDPOINTREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.GetNexusEndpointRequest) }, ) @@ -838,7 +838,7 @@ (_message.Message,), { "DESCRIPTOR": _GETNEXUSENDPOINTRESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.GetNexusEndpointResponse) }, ) @@ -849,7 +849,7 @@ (_message.Message,), { "DESCRIPTOR": _CREATENEXUSENDPOINTREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.CreateNexusEndpointRequest) }, ) @@ -860,7 +860,7 @@ (_message.Message,), { "DESCRIPTOR": _CREATENEXUSENDPOINTRESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.CreateNexusEndpointResponse) }, ) @@ -871,7 +871,7 @@ (_message.Message,), { "DESCRIPTOR": _UPDATENEXUSENDPOINTREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.UpdateNexusEndpointRequest) }, ) @@ -882,7 +882,7 @@ (_message.Message,), { "DESCRIPTOR": _UPDATENEXUSENDPOINTRESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.UpdateNexusEndpointResponse) }, ) @@ -893,7 +893,7 @@ (_message.Message,), { "DESCRIPTOR": _DELETENEXUSENDPOINTREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.DeleteNexusEndpointRequest) }, ) @@ -904,7 +904,7 @@ (_message.Message,), { "DESCRIPTOR": _DELETENEXUSENDPOINTRESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.DeleteNexusEndpointResponse) }, ) @@ -919,7 +919,7 @@ (_message.Message,), { "DESCRIPTOR": _GETUSERGROUPSREQUEST_GOOGLEGROUPFILTER, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.GetUserGroupsRequest.GoogleGroupFilter) }, ), @@ -928,12 +928,12 @@ (_message.Message,), { "DESCRIPTOR": _GETUSERGROUPSREQUEST_SCIMGROUPFILTER, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.GetUserGroupsRequest.SCIMGroupFilter) }, ), "DESCRIPTOR": _GETUSERGROUPSREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.GetUserGroupsRequest) }, ) @@ -946,7 +946,7 @@ (_message.Message,), { "DESCRIPTOR": _GETUSERGROUPSRESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.GetUserGroupsResponse) }, ) @@ -957,7 +957,7 @@ (_message.Message,), { "DESCRIPTOR": _GETUSERGROUPREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.GetUserGroupRequest) }, ) @@ -968,7 +968,7 @@ (_message.Message,), { "DESCRIPTOR": _GETUSERGROUPRESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.GetUserGroupResponse) }, ) @@ -979,7 +979,7 @@ (_message.Message,), { "DESCRIPTOR": _CREATEUSERGROUPREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.CreateUserGroupRequest) }, ) @@ -990,7 +990,7 @@ (_message.Message,), { "DESCRIPTOR": _CREATEUSERGROUPRESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.CreateUserGroupResponse) }, ) @@ -1001,7 +1001,7 @@ (_message.Message,), { "DESCRIPTOR": _UPDATEUSERGROUPREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.UpdateUserGroupRequest) }, ) @@ -1012,7 +1012,7 @@ (_message.Message,), { "DESCRIPTOR": _UPDATEUSERGROUPRESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.UpdateUserGroupResponse) }, ) @@ -1023,7 +1023,7 @@ (_message.Message,), { "DESCRIPTOR": _DELETEUSERGROUPREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.DeleteUserGroupRequest) }, ) @@ -1034,7 +1034,7 @@ (_message.Message,), { "DESCRIPTOR": _DELETEUSERGROUPRESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.DeleteUserGroupResponse) }, ) @@ -1045,7 +1045,7 @@ (_message.Message,), { "DESCRIPTOR": _SETUSERGROUPNAMESPACEACCESSREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.SetUserGroupNamespaceAccessRequest) }, ) @@ -1056,7 +1056,7 @@ (_message.Message,), { "DESCRIPTOR": _SETUSERGROUPNAMESPACEACCESSRESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.SetUserGroupNamespaceAccessResponse) }, ) @@ -1067,7 +1067,7 @@ (_message.Message,), { "DESCRIPTOR": _ADDUSERGROUPMEMBERREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.AddUserGroupMemberRequest) }, ) @@ -1078,7 +1078,7 @@ (_message.Message,), { "DESCRIPTOR": _ADDUSERGROUPMEMBERRESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.AddUserGroupMemberResponse) }, ) @@ -1089,7 +1089,7 @@ (_message.Message,), { "DESCRIPTOR": _REMOVEUSERGROUPMEMBERREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.RemoveUserGroupMemberRequest) }, ) @@ -1100,7 +1100,7 @@ (_message.Message,), { "DESCRIPTOR": _REMOVEUSERGROUPMEMBERRESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.RemoveUserGroupMemberResponse) }, ) @@ -1111,7 +1111,7 @@ (_message.Message,), { "DESCRIPTOR": _GETUSERGROUPMEMBERSREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.GetUserGroupMembersRequest) }, ) @@ -1122,7 +1122,7 @@ (_message.Message,), { "DESCRIPTOR": _GETUSERGROUPMEMBERSRESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.GetUserGroupMembersResponse) }, ) @@ -1133,7 +1133,7 @@ (_message.Message,), { "DESCRIPTOR": _CREATESERVICEACCOUNTREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.CreateServiceAccountRequest) }, ) @@ -1144,7 +1144,7 @@ (_message.Message,), { "DESCRIPTOR": _CREATESERVICEACCOUNTRESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.CreateServiceAccountResponse) }, ) @@ -1155,7 +1155,7 @@ (_message.Message,), { "DESCRIPTOR": _GETSERVICEACCOUNTREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.GetServiceAccountRequest) }, ) @@ -1166,7 +1166,7 @@ (_message.Message,), { "DESCRIPTOR": _GETSERVICEACCOUNTRESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.GetServiceAccountResponse) }, ) @@ -1177,7 +1177,7 @@ (_message.Message,), { "DESCRIPTOR": _GETSERVICEACCOUNTSREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.GetServiceAccountsRequest) }, ) @@ -1188,7 +1188,7 @@ (_message.Message,), { "DESCRIPTOR": _GETSERVICEACCOUNTSRESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.GetServiceAccountsResponse) }, ) @@ -1199,7 +1199,7 @@ (_message.Message,), { "DESCRIPTOR": _UPDATESERVICEACCOUNTREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.UpdateServiceAccountRequest) }, ) @@ -1210,7 +1210,7 @@ (_message.Message,), { "DESCRIPTOR": _UPDATESERVICEACCOUNTRESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.UpdateServiceAccountResponse) }, ) @@ -1221,7 +1221,7 @@ (_message.Message,), { "DESCRIPTOR": _DELETESERVICEACCOUNTREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.DeleteServiceAccountRequest) }, ) @@ -1232,7 +1232,7 @@ (_message.Message,), { "DESCRIPTOR": _DELETESERVICEACCOUNTRESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.DeleteServiceAccountResponse) }, ) @@ -1243,7 +1243,7 @@ (_message.Message,), { "DESCRIPTOR": _GETUSAGEREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.GetUsageRequest) }, ) @@ -1254,7 +1254,7 @@ (_message.Message,), { "DESCRIPTOR": _GETUSAGERESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.GetUsageResponse) }, ) @@ -1265,7 +1265,7 @@ (_message.Message,), { "DESCRIPTOR": _GETACCOUNTREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.GetAccountRequest) }, ) @@ -1276,7 +1276,7 @@ (_message.Message,), { "DESCRIPTOR": _GETACCOUNTRESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.GetAccountResponse) }, ) @@ -1287,7 +1287,7 @@ (_message.Message,), { "DESCRIPTOR": _UPDATEACCOUNTREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.UpdateAccountRequest) }, ) @@ -1298,7 +1298,7 @@ (_message.Message,), { "DESCRIPTOR": _UPDATEACCOUNTRESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.UpdateAccountResponse) }, ) @@ -1309,7 +1309,7 @@ (_message.Message,), { "DESCRIPTOR": _CREATENAMESPACEEXPORTSINKREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.CreateNamespaceExportSinkRequest) }, ) @@ -1320,7 +1320,7 @@ (_message.Message,), { "DESCRIPTOR": _CREATENAMESPACEEXPORTSINKRESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.CreateNamespaceExportSinkResponse) }, ) @@ -1331,7 +1331,7 @@ (_message.Message,), { "DESCRIPTOR": _GETNAMESPACEEXPORTSINKREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.GetNamespaceExportSinkRequest) }, ) @@ -1342,7 +1342,7 @@ (_message.Message,), { "DESCRIPTOR": _GETNAMESPACEEXPORTSINKRESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.GetNamespaceExportSinkResponse) }, ) @@ -1353,7 +1353,7 @@ (_message.Message,), { "DESCRIPTOR": _GETNAMESPACEEXPORTSINKSREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.GetNamespaceExportSinksRequest) }, ) @@ -1364,7 +1364,7 @@ (_message.Message,), { "DESCRIPTOR": _GETNAMESPACEEXPORTSINKSRESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.GetNamespaceExportSinksResponse) }, ) @@ -1375,7 +1375,7 @@ (_message.Message,), { "DESCRIPTOR": _UPDATENAMESPACEEXPORTSINKREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.UpdateNamespaceExportSinkRequest) }, ) @@ -1386,7 +1386,7 @@ (_message.Message,), { "DESCRIPTOR": _UPDATENAMESPACEEXPORTSINKRESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.UpdateNamespaceExportSinkResponse) }, ) @@ -1397,7 +1397,7 @@ (_message.Message,), { "DESCRIPTOR": _DELETENAMESPACEEXPORTSINKREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.DeleteNamespaceExportSinkRequest) }, ) @@ -1408,7 +1408,7 @@ (_message.Message,), { "DESCRIPTOR": _DELETENAMESPACEEXPORTSINKRESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.DeleteNamespaceExportSinkResponse) }, ) @@ -1419,7 +1419,7 @@ (_message.Message,), { "DESCRIPTOR": _VALIDATENAMESPACEEXPORTSINKREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.ValidateNamespaceExportSinkRequest) }, ) @@ -1430,7 +1430,7 @@ (_message.Message,), { "DESCRIPTOR": _VALIDATENAMESPACEEXPORTSINKRESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.ValidateNamespaceExportSinkResponse) }, ) @@ -1445,12 +1445,12 @@ (_message.Message,), { "DESCRIPTOR": _UPDATENAMESPACETAGSREQUEST_TAGSTOUPSERTENTRY, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.UpdateNamespaceTagsRequest.TagsToUpsertEntry) }, ), "DESCRIPTOR": _UPDATENAMESPACETAGSREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.UpdateNamespaceTagsRequest) }, ) @@ -1462,7 +1462,7 @@ (_message.Message,), { "DESCRIPTOR": _UPDATENAMESPACETAGSRESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.UpdateNamespaceTagsResponse) }, ) @@ -1473,7 +1473,7 @@ (_message.Message,), { "DESCRIPTOR": _CREATECONNECTIVITYRULEREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.CreateConnectivityRuleRequest) }, ) @@ -1484,7 +1484,7 @@ (_message.Message,), { "DESCRIPTOR": _CREATECONNECTIVITYRULERESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.CreateConnectivityRuleResponse) }, ) @@ -1495,7 +1495,7 @@ (_message.Message,), { "DESCRIPTOR": _GETCONNECTIVITYRULEREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.GetConnectivityRuleRequest) }, ) @@ -1506,7 +1506,7 @@ (_message.Message,), { "DESCRIPTOR": _GETCONNECTIVITYRULERESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.GetConnectivityRuleResponse) }, ) @@ -1517,7 +1517,7 @@ (_message.Message,), { "DESCRIPTOR": _GETCONNECTIVITYRULESREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.GetConnectivityRulesRequest) }, ) @@ -1528,7 +1528,7 @@ (_message.Message,), { "DESCRIPTOR": _GETCONNECTIVITYRULESRESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.GetConnectivityRulesResponse) }, ) @@ -1539,7 +1539,7 @@ (_message.Message,), { "DESCRIPTOR": _DELETECONNECTIVITYRULEREQUEST, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.DeleteConnectivityRuleRequest) }, ) @@ -1550,7 +1550,7 @@ (_message.Message,), { "DESCRIPTOR": _DELETECONNECTIVITYRULERESPONSE, - "__module__": "temporal.api.cloud.cloudservice.v1.request_response_pb2", + "__module__": "temporalio.api.cloud.cloudservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.cloudservice.v1.DeleteConnectivityRuleResponse) }, ) diff --git a/temporalio/api/cloud/connectivityrule/v1/message_pb2.py b/temporalio/api/cloud/connectivityrule/v1/message_pb2.py index 86820b3bc..6737fdcae 100644 --- a/temporalio/api/cloud/connectivityrule/v1/message_pb2.py +++ b/temporalio/api/cloud/connectivityrule/v1/message_pb2.py @@ -34,7 +34,7 @@ (_message.Message,), { "DESCRIPTOR": _CONNECTIVITYRULE, - "__module__": "temporal.api.cloud.connectivityrule.v1.message_pb2", + "__module__": "temporalio.api.cloud.connectivityrule.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.connectivityrule.v1.ConnectivityRule) }, ) @@ -45,7 +45,7 @@ (_message.Message,), { "DESCRIPTOR": _CONNECTIVITYRULESPEC, - "__module__": "temporal.api.cloud.connectivityrule.v1.message_pb2", + "__module__": "temporalio.api.cloud.connectivityrule.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.connectivityrule.v1.ConnectivityRuleSpec) }, ) @@ -56,7 +56,7 @@ (_message.Message,), { "DESCRIPTOR": _PUBLICCONNECTIVITYRULE, - "__module__": "temporal.api.cloud.connectivityrule.v1.message_pb2", + "__module__": "temporalio.api.cloud.connectivityrule.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.connectivityrule.v1.PublicConnectivityRule) }, ) @@ -67,7 +67,7 @@ (_message.Message,), { "DESCRIPTOR": _PRIVATECONNECTIVITYRULE, - "__module__": "temporal.api.cloud.connectivityrule.v1.message_pb2", + "__module__": "temporalio.api.cloud.connectivityrule.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.connectivityrule.v1.PrivateConnectivityRule) }, ) diff --git a/temporalio/api/cloud/identity/v1/message_pb2.py b/temporalio/api/cloud/identity/v1/message_pb2.py index cd834be03..892468506 100644 --- a/temporalio/api/cloud/identity/v1/message_pb2.py +++ b/temporalio/api/cloud/identity/v1/message_pb2.py @@ -58,7 +58,7 @@ (_message.Message,), { "DESCRIPTOR": _ACCOUNTACCESS, - "__module__": "temporal.api.cloud.identity.v1.message_pb2", + "__module__": "temporalio.api.cloud.identity.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.identity.v1.AccountAccess) }, ) @@ -69,7 +69,7 @@ (_message.Message,), { "DESCRIPTOR": _NAMESPACEACCESS, - "__module__": "temporal.api.cloud.identity.v1.message_pb2", + "__module__": "temporalio.api.cloud.identity.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.identity.v1.NamespaceAccess) }, ) @@ -84,12 +84,12 @@ (_message.Message,), { "DESCRIPTOR": _ACCESS_NAMESPACEACCESSESENTRY, - "__module__": "temporal.api.cloud.identity.v1.message_pb2", + "__module__": "temporalio.api.cloud.identity.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.identity.v1.Access.NamespaceAccessesEntry) }, ), "DESCRIPTOR": _ACCESS, - "__module__": "temporal.api.cloud.identity.v1.message_pb2", + "__module__": "temporalio.api.cloud.identity.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.identity.v1.Access) }, ) @@ -101,7 +101,7 @@ (_message.Message,), { "DESCRIPTOR": _NAMESPACESCOPEDACCESS, - "__module__": "temporal.api.cloud.identity.v1.message_pb2", + "__module__": "temporalio.api.cloud.identity.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.identity.v1.NamespaceScopedAccess) }, ) @@ -112,7 +112,7 @@ (_message.Message,), { "DESCRIPTOR": _USERSPEC, - "__module__": "temporal.api.cloud.identity.v1.message_pb2", + "__module__": "temporalio.api.cloud.identity.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.identity.v1.UserSpec) }, ) @@ -123,7 +123,7 @@ (_message.Message,), { "DESCRIPTOR": _INVITATION, - "__module__": "temporal.api.cloud.identity.v1.message_pb2", + "__module__": "temporalio.api.cloud.identity.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.identity.v1.Invitation) }, ) @@ -134,7 +134,7 @@ (_message.Message,), { "DESCRIPTOR": _USER, - "__module__": "temporal.api.cloud.identity.v1.message_pb2", + "__module__": "temporalio.api.cloud.identity.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.identity.v1.User) }, ) @@ -145,7 +145,7 @@ (_message.Message,), { "DESCRIPTOR": _GOOGLEGROUPSPEC, - "__module__": "temporal.api.cloud.identity.v1.message_pb2", + "__module__": "temporalio.api.cloud.identity.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.identity.v1.GoogleGroupSpec) }, ) @@ -156,7 +156,7 @@ (_message.Message,), { "DESCRIPTOR": _SCIMGROUPSPEC, - "__module__": "temporal.api.cloud.identity.v1.message_pb2", + "__module__": "temporalio.api.cloud.identity.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.identity.v1.SCIMGroupSpec) }, ) @@ -167,7 +167,7 @@ (_message.Message,), { "DESCRIPTOR": _CLOUDGROUPSPEC, - "__module__": "temporal.api.cloud.identity.v1.message_pb2", + "__module__": "temporalio.api.cloud.identity.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.identity.v1.CloudGroupSpec) }, ) @@ -178,7 +178,7 @@ (_message.Message,), { "DESCRIPTOR": _USERGROUPSPEC, - "__module__": "temporal.api.cloud.identity.v1.message_pb2", + "__module__": "temporalio.api.cloud.identity.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.identity.v1.UserGroupSpec) }, ) @@ -189,7 +189,7 @@ (_message.Message,), { "DESCRIPTOR": _USERGROUP, - "__module__": "temporal.api.cloud.identity.v1.message_pb2", + "__module__": "temporalio.api.cloud.identity.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.identity.v1.UserGroup) }, ) @@ -200,7 +200,7 @@ (_message.Message,), { "DESCRIPTOR": _USERGROUPMEMBERID, - "__module__": "temporal.api.cloud.identity.v1.message_pb2", + "__module__": "temporalio.api.cloud.identity.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.identity.v1.UserGroupMemberId) }, ) @@ -211,7 +211,7 @@ (_message.Message,), { "DESCRIPTOR": _USERGROUPMEMBER, - "__module__": "temporal.api.cloud.identity.v1.message_pb2", + "__module__": "temporalio.api.cloud.identity.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.identity.v1.UserGroupMember) }, ) @@ -222,7 +222,7 @@ (_message.Message,), { "DESCRIPTOR": _SERVICEACCOUNT, - "__module__": "temporal.api.cloud.identity.v1.message_pb2", + "__module__": "temporalio.api.cloud.identity.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.identity.v1.ServiceAccount) }, ) @@ -233,7 +233,7 @@ (_message.Message,), { "DESCRIPTOR": _SERVICEACCOUNTSPEC, - "__module__": "temporal.api.cloud.identity.v1.message_pb2", + "__module__": "temporalio.api.cloud.identity.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.identity.v1.ServiceAccountSpec) }, ) @@ -244,7 +244,7 @@ (_message.Message,), { "DESCRIPTOR": _APIKEY, - "__module__": "temporal.api.cloud.identity.v1.message_pb2", + "__module__": "temporalio.api.cloud.identity.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.identity.v1.ApiKey) }, ) @@ -255,7 +255,7 @@ (_message.Message,), { "DESCRIPTOR": _APIKEYSPEC, - "__module__": "temporal.api.cloud.identity.v1.message_pb2", + "__module__": "temporalio.api.cloud.identity.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.identity.v1.ApiKeySpec) }, ) diff --git a/temporalio/api/cloud/namespace/v1/message_pb2.py b/temporalio/api/cloud/namespace/v1/message_pb2.py index 827ad10f4..17f25d185 100644 --- a/temporalio/api/cloud/namespace/v1/message_pb2.py +++ b/temporalio/api/cloud/namespace/v1/message_pb2.py @@ -70,7 +70,7 @@ (_message.Message,), { "DESCRIPTOR": _CERTIFICATEFILTERSPEC, - "__module__": "temporal.api.cloud.namespace.v1.message_pb2", + "__module__": "temporalio.api.cloud.namespace.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.namespace.v1.CertificateFilterSpec) }, ) @@ -81,7 +81,7 @@ (_message.Message,), { "DESCRIPTOR": _MTLSAUTHSPEC, - "__module__": "temporal.api.cloud.namespace.v1.message_pb2", + "__module__": "temporalio.api.cloud.namespace.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.namespace.v1.MtlsAuthSpec) }, ) @@ -92,7 +92,7 @@ (_message.Message,), { "DESCRIPTOR": _APIKEYAUTHSPEC, - "__module__": "temporal.api.cloud.namespace.v1.message_pb2", + "__module__": "temporalio.api.cloud.namespace.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.namespace.v1.ApiKeyAuthSpec) }, ) @@ -111,17 +111,17 @@ (_message.Message,), { "DESCRIPTOR": _CODECSERVERSPEC_CUSTOMERRORMESSAGE_ERRORMESSAGE, - "__module__": "temporal.api.cloud.namespace.v1.message_pb2", + "__module__": "temporalio.api.cloud.namespace.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.namespace.v1.CodecServerSpec.CustomErrorMessage.ErrorMessage) }, ), "DESCRIPTOR": _CODECSERVERSPEC_CUSTOMERRORMESSAGE, - "__module__": "temporal.api.cloud.namespace.v1.message_pb2", + "__module__": "temporalio.api.cloud.namespace.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.namespace.v1.CodecServerSpec.CustomErrorMessage) }, ), "DESCRIPTOR": _CODECSERVERSPEC, - "__module__": "temporal.api.cloud.namespace.v1.message_pb2", + "__module__": "temporalio.api.cloud.namespace.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.namespace.v1.CodecServerSpec) }, ) @@ -134,7 +134,7 @@ (_message.Message,), { "DESCRIPTOR": _LIFECYCLESPEC, - "__module__": "temporal.api.cloud.namespace.v1.message_pb2", + "__module__": "temporalio.api.cloud.namespace.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.namespace.v1.LifecycleSpec) }, ) @@ -145,7 +145,7 @@ (_message.Message,), { "DESCRIPTOR": _HIGHAVAILABILITYSPEC, - "__module__": "temporal.api.cloud.namespace.v1.message_pb2", + "__module__": "temporalio.api.cloud.namespace.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.namespace.v1.HighAvailabilitySpec) }, ) @@ -160,7 +160,7 @@ (_message.Message,), { "DESCRIPTOR": _NAMESPACESPEC_CUSTOMSEARCHATTRIBUTESENTRY, - "__module__": "temporal.api.cloud.namespace.v1.message_pb2", + "__module__": "temporalio.api.cloud.namespace.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.namespace.v1.NamespaceSpec.CustomSearchAttributesEntry) }, ), @@ -169,12 +169,12 @@ (_message.Message,), { "DESCRIPTOR": _NAMESPACESPEC_SEARCHATTRIBUTESENTRY, - "__module__": "temporal.api.cloud.namespace.v1.message_pb2", + "__module__": "temporalio.api.cloud.namespace.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.namespace.v1.NamespaceSpec.SearchAttributesEntry) }, ), "DESCRIPTOR": _NAMESPACESPEC, - "__module__": "temporal.api.cloud.namespace.v1.message_pb2", + "__module__": "temporalio.api.cloud.namespace.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.namespace.v1.NamespaceSpec) }, ) @@ -187,7 +187,7 @@ (_message.Message,), { "DESCRIPTOR": _ENDPOINTS, - "__module__": "temporal.api.cloud.namespace.v1.message_pb2", + "__module__": "temporalio.api.cloud.namespace.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.namespace.v1.Endpoints) }, ) @@ -198,7 +198,7 @@ (_message.Message,), { "DESCRIPTOR": _LIMITS, - "__module__": "temporal.api.cloud.namespace.v1.message_pb2", + "__module__": "temporalio.api.cloud.namespace.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.namespace.v1.Limits) }, ) @@ -209,7 +209,7 @@ (_message.Message,), { "DESCRIPTOR": _AWSPRIVATELINKINFO, - "__module__": "temporal.api.cloud.namespace.v1.message_pb2", + "__module__": "temporalio.api.cloud.namespace.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.namespace.v1.AWSPrivateLinkInfo) }, ) @@ -220,7 +220,7 @@ (_message.Message,), { "DESCRIPTOR": _PRIVATECONNECTIVITY, - "__module__": "temporal.api.cloud.namespace.v1.message_pb2", + "__module__": "temporalio.api.cloud.namespace.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.namespace.v1.PrivateConnectivity) }, ) @@ -235,7 +235,7 @@ (_message.Message,), { "DESCRIPTOR": _NAMESPACE_REGIONSTATUSENTRY, - "__module__": "temporal.api.cloud.namespace.v1.message_pb2", + "__module__": "temporalio.api.cloud.namespace.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.namespace.v1.Namespace.RegionStatusEntry) }, ), @@ -244,12 +244,12 @@ (_message.Message,), { "DESCRIPTOR": _NAMESPACE_TAGSENTRY, - "__module__": "temporal.api.cloud.namespace.v1.message_pb2", + "__module__": "temporalio.api.cloud.namespace.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.namespace.v1.Namespace.TagsEntry) }, ), "DESCRIPTOR": _NAMESPACE, - "__module__": "temporal.api.cloud.namespace.v1.message_pb2", + "__module__": "temporalio.api.cloud.namespace.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.namespace.v1.Namespace) }, ) @@ -262,7 +262,7 @@ (_message.Message,), { "DESCRIPTOR": _NAMESPACEREGIONSTATUS, - "__module__": "temporal.api.cloud.namespace.v1.message_pb2", + "__module__": "temporalio.api.cloud.namespace.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.namespace.v1.NamespaceRegionStatus) }, ) @@ -273,7 +273,7 @@ (_message.Message,), { "DESCRIPTOR": _EXPORTSINKSPEC, - "__module__": "temporal.api.cloud.namespace.v1.message_pb2", + "__module__": "temporalio.api.cloud.namespace.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.namespace.v1.ExportSinkSpec) }, ) @@ -284,7 +284,7 @@ (_message.Message,), { "DESCRIPTOR": _EXPORTSINK, - "__module__": "temporal.api.cloud.namespace.v1.message_pb2", + "__module__": "temporalio.api.cloud.namespace.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.namespace.v1.ExportSink) }, ) diff --git a/temporalio/api/cloud/nexus/v1/message_pb2.py b/temporalio/api/cloud/nexus/v1/message_pb2.py index e7c3f6ea5..f34cac2cc 100644 --- a/temporalio/api/cloud/nexus/v1/message_pb2.py +++ b/temporalio/api/cloud/nexus/v1/message_pb2.py @@ -41,7 +41,7 @@ (_message.Message,), { "DESCRIPTOR": _ENDPOINTSPEC, - "__module__": "temporal.api.cloud.nexus.v1.message_pb2", + "__module__": "temporalio.api.cloud.nexus.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.nexus.v1.EndpointSpec) }, ) @@ -52,7 +52,7 @@ (_message.Message,), { "DESCRIPTOR": _ENDPOINTTARGETSPEC, - "__module__": "temporal.api.cloud.nexus.v1.message_pb2", + "__module__": "temporalio.api.cloud.nexus.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.nexus.v1.EndpointTargetSpec) }, ) @@ -63,7 +63,7 @@ (_message.Message,), { "DESCRIPTOR": _WORKERTARGETSPEC, - "__module__": "temporal.api.cloud.nexus.v1.message_pb2", + "__module__": "temporalio.api.cloud.nexus.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.nexus.v1.WorkerTargetSpec) }, ) @@ -74,7 +74,7 @@ (_message.Message,), { "DESCRIPTOR": _ENDPOINTPOLICYSPEC, - "__module__": "temporal.api.cloud.nexus.v1.message_pb2", + "__module__": "temporalio.api.cloud.nexus.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.nexus.v1.EndpointPolicySpec) }, ) @@ -85,7 +85,7 @@ (_message.Message,), { "DESCRIPTOR": _ALLOWEDCLOUDNAMESPACEPOLICYSPEC, - "__module__": "temporal.api.cloud.nexus.v1.message_pb2", + "__module__": "temporalio.api.cloud.nexus.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.nexus.v1.AllowedCloudNamespacePolicySpec) }, ) @@ -96,7 +96,7 @@ (_message.Message,), { "DESCRIPTOR": _ENDPOINT, - "__module__": "temporal.api.cloud.nexus.v1.message_pb2", + "__module__": "temporalio.api.cloud.nexus.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.nexus.v1.Endpoint) }, ) diff --git a/temporalio/api/cloud/operation/v1/message_pb2.py b/temporalio/api/cloud/operation/v1/message_pb2.py index 230e00583..8d4664ed5 100644 --- a/temporalio/api/cloud/operation/v1/message_pb2.py +++ b/temporalio/api/cloud/operation/v1/message_pb2.py @@ -30,7 +30,7 @@ (_message.Message,), { "DESCRIPTOR": _ASYNCOPERATION, - "__module__": "temporal.api.cloud.operation.v1.message_pb2", + "__module__": "temporalio.api.cloud.operation.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.operation.v1.AsyncOperation) }, ) diff --git a/temporalio/api/cloud/region/v1/message_pb2.py b/temporalio/api/cloud/region/v1/message_pb2.py index edcb844b9..17a5461a8 100644 --- a/temporalio/api/cloud/region/v1/message_pb2.py +++ b/temporalio/api/cloud/region/v1/message_pb2.py @@ -26,7 +26,7 @@ (_message.Message,), { "DESCRIPTOR": _REGION, - "__module__": "temporal.api.cloud.region.v1.message_pb2", + "__module__": "temporalio.api.cloud.region.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.region.v1.Region) }, ) diff --git a/temporalio/api/cloud/sink/v1/message_pb2.py b/temporalio/api/cloud/sink/v1/message_pb2.py index d50bf6bee..193db76d7 100644 --- a/temporalio/api/cloud/sink/v1/message_pb2.py +++ b/temporalio/api/cloud/sink/v1/message_pb2.py @@ -26,7 +26,7 @@ (_message.Message,), { "DESCRIPTOR": _S3SPEC, - "__module__": "temporal.api.cloud.sink.v1.message_pb2", + "__module__": "temporalio.api.cloud.sink.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.sink.v1.S3Spec) }, ) @@ -37,7 +37,7 @@ (_message.Message,), { "DESCRIPTOR": _GCSSPEC, - "__module__": "temporal.api.cloud.sink.v1.message_pb2", + "__module__": "temporalio.api.cloud.sink.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.sink.v1.GCSSpec) }, ) diff --git a/temporalio/api/cloud/usage/v1/message_pb2.py b/temporalio/api/cloud/usage/v1/message_pb2.py index 2cb309c32..84b635bba 100644 --- a/temporalio/api/cloud/usage/v1/message_pb2.py +++ b/temporalio/api/cloud/usage/v1/message_pb2.py @@ -47,7 +47,7 @@ (_message.Message,), { "DESCRIPTOR": _SUMMARY, - "__module__": "temporal.api.cloud.usage.v1.message_pb2", + "__module__": "temporalio.api.cloud.usage.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.usage.v1.Summary) }, ) @@ -58,7 +58,7 @@ (_message.Message,), { "DESCRIPTOR": _RECORDGROUP, - "__module__": "temporal.api.cloud.usage.v1.message_pb2", + "__module__": "temporalio.api.cloud.usage.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.usage.v1.RecordGroup) }, ) @@ -69,7 +69,7 @@ (_message.Message,), { "DESCRIPTOR": _GROUPBY, - "__module__": "temporal.api.cloud.usage.v1.message_pb2", + "__module__": "temporalio.api.cloud.usage.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.usage.v1.GroupBy) }, ) @@ -80,7 +80,7 @@ (_message.Message,), { "DESCRIPTOR": _RECORD, - "__module__": "temporal.api.cloud.usage.v1.message_pb2", + "__module__": "temporalio.api.cloud.usage.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.cloud.usage.v1.Record) }, ) diff --git a/temporalio/api/command/v1/message_pb2.py b/temporalio/api/command/v1/message_pb2.py index a5435dd2e..f01c3810d 100644 --- a/temporalio/api/command/v1/message_pb2.py +++ b/temporalio/api/command/v1/message_pb2.py @@ -105,7 +105,7 @@ (_message.Message,), { "DESCRIPTOR": _SCHEDULEACTIVITYTASKCOMMANDATTRIBUTES, - "__module__": "temporal.api.command.v1.message_pb2", + "__module__": "temporalio.api.command.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.command.v1.ScheduleActivityTaskCommandAttributes) }, ) @@ -116,7 +116,7 @@ (_message.Message,), { "DESCRIPTOR": _REQUESTCANCELACTIVITYTASKCOMMANDATTRIBUTES, - "__module__": "temporal.api.command.v1.message_pb2", + "__module__": "temporalio.api.command.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.command.v1.RequestCancelActivityTaskCommandAttributes) }, ) @@ -127,7 +127,7 @@ (_message.Message,), { "DESCRIPTOR": _STARTTIMERCOMMANDATTRIBUTES, - "__module__": "temporal.api.command.v1.message_pb2", + "__module__": "temporalio.api.command.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.command.v1.StartTimerCommandAttributes) }, ) @@ -138,7 +138,7 @@ (_message.Message,), { "DESCRIPTOR": _COMPLETEWORKFLOWEXECUTIONCOMMANDATTRIBUTES, - "__module__": "temporal.api.command.v1.message_pb2", + "__module__": "temporalio.api.command.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.command.v1.CompleteWorkflowExecutionCommandAttributes) }, ) @@ -149,7 +149,7 @@ (_message.Message,), { "DESCRIPTOR": _FAILWORKFLOWEXECUTIONCOMMANDATTRIBUTES, - "__module__": "temporal.api.command.v1.message_pb2", + "__module__": "temporalio.api.command.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.command.v1.FailWorkflowExecutionCommandAttributes) }, ) @@ -160,7 +160,7 @@ (_message.Message,), { "DESCRIPTOR": _CANCELTIMERCOMMANDATTRIBUTES, - "__module__": "temporal.api.command.v1.message_pb2", + "__module__": "temporalio.api.command.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.command.v1.CancelTimerCommandAttributes) }, ) @@ -171,7 +171,7 @@ (_message.Message,), { "DESCRIPTOR": _CANCELWORKFLOWEXECUTIONCOMMANDATTRIBUTES, - "__module__": "temporal.api.command.v1.message_pb2", + "__module__": "temporalio.api.command.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.command.v1.CancelWorkflowExecutionCommandAttributes) }, ) @@ -183,7 +183,7 @@ (_message.Message,), { "DESCRIPTOR": _REQUESTCANCELEXTERNALWORKFLOWEXECUTIONCOMMANDATTRIBUTES, - "__module__": "temporal.api.command.v1.message_pb2", + "__module__": "temporalio.api.command.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.command.v1.RequestCancelExternalWorkflowExecutionCommandAttributes) }, ) @@ -196,7 +196,7 @@ (_message.Message,), { "DESCRIPTOR": _SIGNALEXTERNALWORKFLOWEXECUTIONCOMMANDATTRIBUTES, - "__module__": "temporal.api.command.v1.message_pb2", + "__module__": "temporalio.api.command.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.command.v1.SignalExternalWorkflowExecutionCommandAttributes) }, ) @@ -209,7 +209,7 @@ (_message.Message,), { "DESCRIPTOR": _UPSERTWORKFLOWSEARCHATTRIBUTESCOMMANDATTRIBUTES, - "__module__": "temporal.api.command.v1.message_pb2", + "__module__": "temporalio.api.command.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.command.v1.UpsertWorkflowSearchAttributesCommandAttributes) }, ) @@ -221,7 +221,7 @@ (_message.Message,), { "DESCRIPTOR": _MODIFYWORKFLOWPROPERTIESCOMMANDATTRIBUTES, - "__module__": "temporal.api.command.v1.message_pb2", + "__module__": "temporalio.api.command.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.command.v1.ModifyWorkflowPropertiesCommandAttributes) }, ) @@ -236,12 +236,12 @@ (_message.Message,), { "DESCRIPTOR": _RECORDMARKERCOMMANDATTRIBUTES_DETAILSENTRY, - "__module__": "temporal.api.command.v1.message_pb2", + "__module__": "temporalio.api.command.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.command.v1.RecordMarkerCommandAttributes.DetailsEntry) }, ), "DESCRIPTOR": _RECORDMARKERCOMMANDATTRIBUTES, - "__module__": "temporal.api.command.v1.message_pb2", + "__module__": "temporalio.api.command.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.command.v1.RecordMarkerCommandAttributes) }, ) @@ -254,7 +254,7 @@ (_message.Message,), { "DESCRIPTOR": _CONTINUEASNEWWORKFLOWEXECUTIONCOMMANDATTRIBUTES, - "__module__": "temporal.api.command.v1.message_pb2", + "__module__": "temporalio.api.command.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.command.v1.ContinueAsNewWorkflowExecutionCommandAttributes) }, ) @@ -266,7 +266,7 @@ (_message.Message,), { "DESCRIPTOR": _STARTCHILDWORKFLOWEXECUTIONCOMMANDATTRIBUTES, - "__module__": "temporal.api.command.v1.message_pb2", + "__module__": "temporalio.api.command.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.command.v1.StartChildWorkflowExecutionCommandAttributes) }, ) @@ -277,7 +277,7 @@ (_message.Message,), { "DESCRIPTOR": _PROTOCOLMESSAGECOMMANDATTRIBUTES, - "__module__": "temporal.api.command.v1.message_pb2", + "__module__": "temporalio.api.command.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.command.v1.ProtocolMessageCommandAttributes) }, ) @@ -292,12 +292,12 @@ (_message.Message,), { "DESCRIPTOR": _SCHEDULENEXUSOPERATIONCOMMANDATTRIBUTES_NEXUSHEADERENTRY, - "__module__": "temporal.api.command.v1.message_pb2", + "__module__": "temporalio.api.command.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.command.v1.ScheduleNexusOperationCommandAttributes.NexusHeaderEntry) }, ), "DESCRIPTOR": _SCHEDULENEXUSOPERATIONCOMMANDATTRIBUTES, - "__module__": "temporal.api.command.v1.message_pb2", + "__module__": "temporalio.api.command.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.command.v1.ScheduleNexusOperationCommandAttributes) }, ) @@ -309,7 +309,7 @@ (_message.Message,), { "DESCRIPTOR": _REQUESTCANCELNEXUSOPERATIONCOMMANDATTRIBUTES, - "__module__": "temporal.api.command.v1.message_pb2", + "__module__": "temporalio.api.command.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.command.v1.RequestCancelNexusOperationCommandAttributes) }, ) @@ -320,7 +320,7 @@ (_message.Message,), { "DESCRIPTOR": _COMMAND, - "__module__": "temporal.api.command.v1.message_pb2", + "__module__": "temporalio.api.command.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.command.v1.Command) }, ) diff --git a/temporalio/api/common/v1/grpc_status_pb2.py b/temporalio/api/common/v1/grpc_status_pb2.py index fd75d79be..17642e92e 100644 --- a/temporalio/api/common/v1/grpc_status_pb2.py +++ b/temporalio/api/common/v1/grpc_status_pb2.py @@ -27,7 +27,7 @@ (_message.Message,), { "DESCRIPTOR": _GRPCSTATUS, - "__module__": "temporal.api.common.v1.grpc_status_pb2", + "__module__": "temporalio.api.common.v1.grpc_status_pb2", # @@protoc_insertion_point(class_scope:temporal.api.common.v1.GrpcStatus) }, ) diff --git a/temporalio/api/common/v1/message_pb2.py b/temporalio/api/common/v1/message_pb2.py index a30edcac2..edaa01f1e 100644 --- a/temporalio/api/common/v1/message_pb2.py +++ b/temporalio/api/common/v1/message_pb2.py @@ -74,7 +74,7 @@ (_message.Message,), { "DESCRIPTOR": _DATABLOB, - "__module__": "temporal.api.common.v1.message_pb2", + "__module__": "temporalio.api.common.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.common.v1.DataBlob) }, ) @@ -85,7 +85,7 @@ (_message.Message,), { "DESCRIPTOR": _PAYLOADS, - "__module__": "temporal.api.common.v1.message_pb2", + "__module__": "temporalio.api.common.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.common.v1.Payloads) }, ) @@ -100,12 +100,12 @@ (_message.Message,), { "DESCRIPTOR": _PAYLOAD_METADATAENTRY, - "__module__": "temporal.api.common.v1.message_pb2", + "__module__": "temporalio.api.common.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.common.v1.Payload.MetadataEntry) }, ), "DESCRIPTOR": _PAYLOAD, - "__module__": "temporal.api.common.v1.message_pb2", + "__module__": "temporalio.api.common.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.common.v1.Payload) }, ) @@ -121,12 +121,12 @@ (_message.Message,), { "DESCRIPTOR": _SEARCHATTRIBUTES_INDEXEDFIELDSENTRY, - "__module__": "temporal.api.common.v1.message_pb2", + "__module__": "temporalio.api.common.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.common.v1.SearchAttributes.IndexedFieldsEntry) }, ), "DESCRIPTOR": _SEARCHATTRIBUTES, - "__module__": "temporal.api.common.v1.message_pb2", + "__module__": "temporalio.api.common.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.common.v1.SearchAttributes) }, ) @@ -142,12 +142,12 @@ (_message.Message,), { "DESCRIPTOR": _MEMO_FIELDSENTRY, - "__module__": "temporal.api.common.v1.message_pb2", + "__module__": "temporalio.api.common.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.common.v1.Memo.FieldsEntry) }, ), "DESCRIPTOR": _MEMO, - "__module__": "temporal.api.common.v1.message_pb2", + "__module__": "temporalio.api.common.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.common.v1.Memo) }, ) @@ -163,12 +163,12 @@ (_message.Message,), { "DESCRIPTOR": _HEADER_FIELDSENTRY, - "__module__": "temporal.api.common.v1.message_pb2", + "__module__": "temporalio.api.common.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.common.v1.Header.FieldsEntry) }, ), "DESCRIPTOR": _HEADER, - "__module__": "temporal.api.common.v1.message_pb2", + "__module__": "temporalio.api.common.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.common.v1.Header) }, ) @@ -180,7 +180,7 @@ (_message.Message,), { "DESCRIPTOR": _WORKFLOWEXECUTION, - "__module__": "temporal.api.common.v1.message_pb2", + "__module__": "temporalio.api.common.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.common.v1.WorkflowExecution) }, ) @@ -191,7 +191,7 @@ (_message.Message,), { "DESCRIPTOR": _WORKFLOWTYPE, - "__module__": "temporal.api.common.v1.message_pb2", + "__module__": "temporalio.api.common.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.common.v1.WorkflowType) }, ) @@ -202,7 +202,7 @@ (_message.Message,), { "DESCRIPTOR": _ACTIVITYTYPE, - "__module__": "temporal.api.common.v1.message_pb2", + "__module__": "temporalio.api.common.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.common.v1.ActivityType) }, ) @@ -213,7 +213,7 @@ (_message.Message,), { "DESCRIPTOR": _RETRYPOLICY, - "__module__": "temporal.api.common.v1.message_pb2", + "__module__": "temporalio.api.common.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.common.v1.RetryPolicy) }, ) @@ -224,7 +224,7 @@ (_message.Message,), { "DESCRIPTOR": _METERINGMETADATA, - "__module__": "temporal.api.common.v1.message_pb2", + "__module__": "temporalio.api.common.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.common.v1.MeteringMetadata) }, ) @@ -235,7 +235,7 @@ (_message.Message,), { "DESCRIPTOR": _WORKERVERSIONSTAMP, - "__module__": "temporal.api.common.v1.message_pb2", + "__module__": "temporalio.api.common.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.common.v1.WorkerVersionStamp) }, ) @@ -246,7 +246,7 @@ (_message.Message,), { "DESCRIPTOR": _WORKERVERSIONCAPABILITIES, - "__module__": "temporal.api.common.v1.message_pb2", + "__module__": "temporalio.api.common.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.common.v1.WorkerVersionCapabilities) }, ) @@ -257,7 +257,7 @@ (_message.Message,), { "DESCRIPTOR": _RESETOPTIONS, - "__module__": "temporal.api.common.v1.message_pb2", + "__module__": "temporalio.api.common.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.common.v1.ResetOptions) }, ) @@ -276,12 +276,12 @@ (_message.Message,), { "DESCRIPTOR": _CALLBACK_NEXUS_HEADERENTRY, - "__module__": "temporal.api.common.v1.message_pb2", + "__module__": "temporalio.api.common.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.common.v1.Callback.Nexus.HeaderEntry) }, ), "DESCRIPTOR": _CALLBACK_NEXUS, - "__module__": "temporal.api.common.v1.message_pb2", + "__module__": "temporalio.api.common.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.common.v1.Callback.Nexus) }, ), @@ -290,12 +290,12 @@ (_message.Message,), { "DESCRIPTOR": _CALLBACK_INTERNAL, - "__module__": "temporal.api.common.v1.message_pb2", + "__module__": "temporalio.api.common.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.common.v1.Callback.Internal) }, ), "DESCRIPTOR": _CALLBACK, - "__module__": "temporal.api.common.v1.message_pb2", + "__module__": "temporalio.api.common.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.common.v1.Callback) }, ) @@ -317,7 +317,7 @@ (_message.Message,), { "DESCRIPTOR": _LINK_WORKFLOWEVENT_EVENTREFERENCE, - "__module__": "temporal.api.common.v1.message_pb2", + "__module__": "temporalio.api.common.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.common.v1.Link.WorkflowEvent.EventReference) }, ), @@ -326,12 +326,12 @@ (_message.Message,), { "DESCRIPTOR": _LINK_WORKFLOWEVENT_REQUESTIDREFERENCE, - "__module__": "temporal.api.common.v1.message_pb2", + "__module__": "temporalio.api.common.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.common.v1.Link.WorkflowEvent.RequestIdReference) }, ), "DESCRIPTOR": _LINK_WORKFLOWEVENT, - "__module__": "temporal.api.common.v1.message_pb2", + "__module__": "temporalio.api.common.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.common.v1.Link.WorkflowEvent) }, ), @@ -340,12 +340,12 @@ (_message.Message,), { "DESCRIPTOR": _LINK_BATCHJOB, - "__module__": "temporal.api.common.v1.message_pb2", + "__module__": "temporalio.api.common.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.common.v1.Link.BatchJob) }, ), "DESCRIPTOR": _LINK, - "__module__": "temporal.api.common.v1.message_pb2", + "__module__": "temporalio.api.common.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.common.v1.Link) }, ) @@ -360,7 +360,7 @@ (_message.Message,), { "DESCRIPTOR": _PRIORITY, - "__module__": "temporal.api.common.v1.message_pb2", + "__module__": "temporalio.api.common.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.common.v1.Priority) }, ) @@ -371,7 +371,7 @@ (_message.Message,), { "DESCRIPTOR": _WORKERSELECTOR, - "__module__": "temporal.api.common.v1.message_pb2", + "__module__": "temporalio.api.common.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.common.v1.WorkerSelector) }, ) diff --git a/temporalio/api/deployment/v1/message_pb2.py b/temporalio/api/deployment/v1/message_pb2.py index 3a9b0127b..d712870ef 100644 --- a/temporalio/api/deployment/v1/message_pb2.py +++ b/temporalio/api/deployment/v1/message_pb2.py @@ -61,7 +61,7 @@ (_message.Message,), { "DESCRIPTOR": _WORKERDEPLOYMENTOPTIONS, - "__module__": "temporal.api.deployment.v1.message_pb2", + "__module__": "temporalio.api.deployment.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.deployment.v1.WorkerDeploymentOptions) }, ) @@ -72,7 +72,7 @@ (_message.Message,), { "DESCRIPTOR": _DEPLOYMENT, - "__module__": "temporal.api.deployment.v1.message_pb2", + "__module__": "temporalio.api.deployment.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.deployment.v1.Deployment) }, ) @@ -87,7 +87,7 @@ (_message.Message,), { "DESCRIPTOR": _DEPLOYMENTINFO_METADATAENTRY, - "__module__": "temporal.api.deployment.v1.message_pb2", + "__module__": "temporalio.api.deployment.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.deployment.v1.DeploymentInfo.MetadataEntry) }, ), @@ -96,12 +96,12 @@ (_message.Message,), { "DESCRIPTOR": _DEPLOYMENTINFO_TASKQUEUEINFO, - "__module__": "temporal.api.deployment.v1.message_pb2", + "__module__": "temporalio.api.deployment.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.deployment.v1.DeploymentInfo.TaskQueueInfo) }, ), "DESCRIPTOR": _DEPLOYMENTINFO, - "__module__": "temporal.api.deployment.v1.message_pb2", + "__module__": "temporalio.api.deployment.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.deployment.v1.DeploymentInfo) }, ) @@ -118,12 +118,12 @@ (_message.Message,), { "DESCRIPTOR": _UPDATEDEPLOYMENTMETADATA_UPSERTENTRIESENTRY, - "__module__": "temporal.api.deployment.v1.message_pb2", + "__module__": "temporalio.api.deployment.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.deployment.v1.UpdateDeploymentMetadata.UpsertEntriesEntry) }, ), "DESCRIPTOR": _UPDATEDEPLOYMENTMETADATA, - "__module__": "temporal.api.deployment.v1.message_pb2", + "__module__": "temporalio.api.deployment.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.deployment.v1.UpdateDeploymentMetadata) }, ) @@ -135,7 +135,7 @@ (_message.Message,), { "DESCRIPTOR": _DEPLOYMENTLISTINFO, - "__module__": "temporal.api.deployment.v1.message_pb2", + "__module__": "temporalio.api.deployment.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.deployment.v1.DeploymentListInfo) }, ) @@ -150,12 +150,12 @@ (_message.Message,), { "DESCRIPTOR": _WORKERDEPLOYMENTVERSIONINFO_VERSIONTASKQUEUEINFO, - "__module__": "temporal.api.deployment.v1.message_pb2", + "__module__": "temporalio.api.deployment.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.deployment.v1.WorkerDeploymentVersionInfo.VersionTaskQueueInfo) }, ), "DESCRIPTOR": _WORKERDEPLOYMENTVERSIONINFO, - "__module__": "temporal.api.deployment.v1.message_pb2", + "__module__": "temporalio.api.deployment.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.deployment.v1.WorkerDeploymentVersionInfo) }, ) @@ -167,7 +167,7 @@ (_message.Message,), { "DESCRIPTOR": _VERSIONDRAINAGEINFO, - "__module__": "temporal.api.deployment.v1.message_pb2", + "__module__": "temporalio.api.deployment.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.deployment.v1.VersionDrainageInfo) }, ) @@ -182,12 +182,12 @@ (_message.Message,), { "DESCRIPTOR": _WORKERDEPLOYMENTINFO_WORKERDEPLOYMENTVERSIONSUMMARY, - "__module__": "temporal.api.deployment.v1.message_pb2", + "__module__": "temporalio.api.deployment.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.deployment.v1.WorkerDeploymentInfo.WorkerDeploymentVersionSummary) }, ), "DESCRIPTOR": _WORKERDEPLOYMENTINFO, - "__module__": "temporal.api.deployment.v1.message_pb2", + "__module__": "temporalio.api.deployment.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.deployment.v1.WorkerDeploymentInfo) }, ) @@ -199,7 +199,7 @@ (_message.Message,), { "DESCRIPTOR": _WORKERDEPLOYMENTVERSION, - "__module__": "temporal.api.deployment.v1.message_pb2", + "__module__": "temporalio.api.deployment.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.deployment.v1.WorkerDeploymentVersion) }, ) @@ -214,12 +214,12 @@ (_message.Message,), { "DESCRIPTOR": _VERSIONMETADATA_ENTRIESENTRY, - "__module__": "temporal.api.deployment.v1.message_pb2", + "__module__": "temporalio.api.deployment.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.deployment.v1.VersionMetadata.EntriesEntry) }, ), "DESCRIPTOR": _VERSIONMETADATA, - "__module__": "temporal.api.deployment.v1.message_pb2", + "__module__": "temporalio.api.deployment.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.deployment.v1.VersionMetadata) }, ) @@ -231,7 +231,7 @@ (_message.Message,), { "DESCRIPTOR": _ROUTINGCONFIG, - "__module__": "temporal.api.deployment.v1.message_pb2", + "__module__": "temporalio.api.deployment.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.deployment.v1.RoutingConfig) }, ) diff --git a/temporalio/api/errordetails/v1/message_pb2.py b/temporalio/api/errordetails/v1/message_pb2.py index 8f8b2c853..772238c02 100644 --- a/temporalio/api/errordetails/v1/message_pb2.py +++ b/temporalio/api/errordetails/v1/message_pb2.py @@ -77,7 +77,7 @@ (_message.Message,), { "DESCRIPTOR": _NOTFOUNDFAILURE, - "__module__": "temporal.api.errordetails.v1.message_pb2", + "__module__": "temporalio.api.errordetails.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.errordetails.v1.NotFoundFailure) }, ) @@ -88,7 +88,7 @@ (_message.Message,), { "DESCRIPTOR": _WORKFLOWEXECUTIONALREADYSTARTEDFAILURE, - "__module__": "temporal.api.errordetails.v1.message_pb2", + "__module__": "temporalio.api.errordetails.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.errordetails.v1.WorkflowExecutionAlreadyStartedFailure) }, ) @@ -99,7 +99,7 @@ (_message.Message,), { "DESCRIPTOR": _NAMESPACENOTACTIVEFAILURE, - "__module__": "temporal.api.errordetails.v1.message_pb2", + "__module__": "temporalio.api.errordetails.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.errordetails.v1.NamespaceNotActiveFailure) }, ) @@ -110,7 +110,7 @@ (_message.Message,), { "DESCRIPTOR": _NAMESPACEUNAVAILABLEFAILURE, - "__module__": "temporal.api.errordetails.v1.message_pb2", + "__module__": "temporalio.api.errordetails.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.errordetails.v1.NamespaceUnavailableFailure) }, ) @@ -121,7 +121,7 @@ (_message.Message,), { "DESCRIPTOR": _NAMESPACEINVALIDSTATEFAILURE, - "__module__": "temporal.api.errordetails.v1.message_pb2", + "__module__": "temporalio.api.errordetails.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.errordetails.v1.NamespaceInvalidStateFailure) }, ) @@ -132,7 +132,7 @@ (_message.Message,), { "DESCRIPTOR": _NAMESPACENOTFOUNDFAILURE, - "__module__": "temporal.api.errordetails.v1.message_pb2", + "__module__": "temporalio.api.errordetails.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.errordetails.v1.NamespaceNotFoundFailure) }, ) @@ -143,7 +143,7 @@ (_message.Message,), { "DESCRIPTOR": _NAMESPACEALREADYEXISTSFAILURE, - "__module__": "temporal.api.errordetails.v1.message_pb2", + "__module__": "temporalio.api.errordetails.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.errordetails.v1.NamespaceAlreadyExistsFailure) }, ) @@ -154,7 +154,7 @@ (_message.Message,), { "DESCRIPTOR": _CLIENTVERSIONNOTSUPPORTEDFAILURE, - "__module__": "temporal.api.errordetails.v1.message_pb2", + "__module__": "temporalio.api.errordetails.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.errordetails.v1.ClientVersionNotSupportedFailure) }, ) @@ -165,7 +165,7 @@ (_message.Message,), { "DESCRIPTOR": _SERVERVERSIONNOTSUPPORTEDFAILURE, - "__module__": "temporal.api.errordetails.v1.message_pb2", + "__module__": "temporalio.api.errordetails.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.errordetails.v1.ServerVersionNotSupportedFailure) }, ) @@ -176,7 +176,7 @@ (_message.Message,), { "DESCRIPTOR": _CANCELLATIONALREADYREQUESTEDFAILURE, - "__module__": "temporal.api.errordetails.v1.message_pb2", + "__module__": "temporalio.api.errordetails.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.errordetails.v1.CancellationAlreadyRequestedFailure) }, ) @@ -187,7 +187,7 @@ (_message.Message,), { "DESCRIPTOR": _QUERYFAILEDFAILURE, - "__module__": "temporal.api.errordetails.v1.message_pb2", + "__module__": "temporalio.api.errordetails.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.errordetails.v1.QueryFailedFailure) }, ) @@ -198,7 +198,7 @@ (_message.Message,), { "DESCRIPTOR": _PERMISSIONDENIEDFAILURE, - "__module__": "temporal.api.errordetails.v1.message_pb2", + "__module__": "temporalio.api.errordetails.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.errordetails.v1.PermissionDeniedFailure) }, ) @@ -209,7 +209,7 @@ (_message.Message,), { "DESCRIPTOR": _RESOURCEEXHAUSTEDFAILURE, - "__module__": "temporal.api.errordetails.v1.message_pb2", + "__module__": "temporalio.api.errordetails.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.errordetails.v1.ResourceExhaustedFailure) }, ) @@ -220,7 +220,7 @@ (_message.Message,), { "DESCRIPTOR": _SYSTEMWORKFLOWFAILURE, - "__module__": "temporal.api.errordetails.v1.message_pb2", + "__module__": "temporalio.api.errordetails.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.errordetails.v1.SystemWorkflowFailure) }, ) @@ -231,7 +231,7 @@ (_message.Message,), { "DESCRIPTOR": _WORKFLOWNOTREADYFAILURE, - "__module__": "temporal.api.errordetails.v1.message_pb2", + "__module__": "temporalio.api.errordetails.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.errordetails.v1.WorkflowNotReadyFailure) }, ) @@ -242,7 +242,7 @@ (_message.Message,), { "DESCRIPTOR": _NEWERBUILDEXISTSFAILURE, - "__module__": "temporal.api.errordetails.v1.message_pb2", + "__module__": "temporalio.api.errordetails.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.errordetails.v1.NewerBuildExistsFailure) }, ) @@ -257,12 +257,12 @@ (_message.Message,), { "DESCRIPTOR": _MULTIOPERATIONEXECUTIONFAILURE_OPERATIONSTATUS, - "__module__": "temporal.api.errordetails.v1.message_pb2", + "__module__": "temporalio.api.errordetails.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.errordetails.v1.MultiOperationExecutionFailure.OperationStatus) }, ), "DESCRIPTOR": _MULTIOPERATIONEXECUTIONFAILURE, - "__module__": "temporal.api.errordetails.v1.message_pb2", + "__module__": "temporalio.api.errordetails.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.errordetails.v1.MultiOperationExecutionFailure) }, ) diff --git a/temporalio/api/export/v1/message_pb2.py b/temporalio/api/export/v1/message_pb2.py index 05a46aeff..35d672eca 100644 --- a/temporalio/api/export/v1/message_pb2.py +++ b/temporalio/api/export/v1/message_pb2.py @@ -30,7 +30,7 @@ (_message.Message,), { "DESCRIPTOR": _WORKFLOWEXECUTION, - "__module__": "temporal.api.export.v1.message_pb2", + "__module__": "temporalio.api.export.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.export.v1.WorkflowExecution) }, ) @@ -41,7 +41,7 @@ (_message.Message,), { "DESCRIPTOR": _WORKFLOWEXECUTIONS, - "__module__": "temporal.api.export.v1.message_pb2", + "__module__": "temporalio.api.export.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.export.v1.WorkflowExecutions) }, ) diff --git a/temporalio/api/failure/v1/message_pb2.py b/temporalio/api/failure/v1/message_pb2.py index b4867507d..6b6133112 100644 --- a/temporalio/api/failure/v1/message_pb2.py +++ b/temporalio/api/failure/v1/message_pb2.py @@ -57,7 +57,7 @@ (_message.Message,), { "DESCRIPTOR": _APPLICATIONFAILUREINFO, - "__module__": "temporal.api.failure.v1.message_pb2", + "__module__": "temporalio.api.failure.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.failure.v1.ApplicationFailureInfo) }, ) @@ -68,7 +68,7 @@ (_message.Message,), { "DESCRIPTOR": _TIMEOUTFAILUREINFO, - "__module__": "temporal.api.failure.v1.message_pb2", + "__module__": "temporalio.api.failure.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.failure.v1.TimeoutFailureInfo) }, ) @@ -79,7 +79,7 @@ (_message.Message,), { "DESCRIPTOR": _CANCELEDFAILUREINFO, - "__module__": "temporal.api.failure.v1.message_pb2", + "__module__": "temporalio.api.failure.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.failure.v1.CanceledFailureInfo) }, ) @@ -90,7 +90,7 @@ (_message.Message,), { "DESCRIPTOR": _TERMINATEDFAILUREINFO, - "__module__": "temporal.api.failure.v1.message_pb2", + "__module__": "temporalio.api.failure.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.failure.v1.TerminatedFailureInfo) }, ) @@ -101,7 +101,7 @@ (_message.Message,), { "DESCRIPTOR": _SERVERFAILUREINFO, - "__module__": "temporal.api.failure.v1.message_pb2", + "__module__": "temporalio.api.failure.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.failure.v1.ServerFailureInfo) }, ) @@ -112,7 +112,7 @@ (_message.Message,), { "DESCRIPTOR": _RESETWORKFLOWFAILUREINFO, - "__module__": "temporal.api.failure.v1.message_pb2", + "__module__": "temporalio.api.failure.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.failure.v1.ResetWorkflowFailureInfo) }, ) @@ -123,7 +123,7 @@ (_message.Message,), { "DESCRIPTOR": _ACTIVITYFAILUREINFO, - "__module__": "temporal.api.failure.v1.message_pb2", + "__module__": "temporalio.api.failure.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.failure.v1.ActivityFailureInfo) }, ) @@ -134,7 +134,7 @@ (_message.Message,), { "DESCRIPTOR": _CHILDWORKFLOWEXECUTIONFAILUREINFO, - "__module__": "temporal.api.failure.v1.message_pb2", + "__module__": "temporalio.api.failure.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.failure.v1.ChildWorkflowExecutionFailureInfo) }, ) @@ -145,7 +145,7 @@ (_message.Message,), { "DESCRIPTOR": _NEXUSOPERATIONFAILUREINFO, - "__module__": "temporal.api.failure.v1.message_pb2", + "__module__": "temporalio.api.failure.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.failure.v1.NexusOperationFailureInfo) }, ) @@ -156,7 +156,7 @@ (_message.Message,), { "DESCRIPTOR": _NEXUSHANDLERFAILUREINFO, - "__module__": "temporal.api.failure.v1.message_pb2", + "__module__": "temporalio.api.failure.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.failure.v1.NexusHandlerFailureInfo) }, ) @@ -167,7 +167,7 @@ (_message.Message,), { "DESCRIPTOR": _FAILURE, - "__module__": "temporal.api.failure.v1.message_pb2", + "__module__": "temporalio.api.failure.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.failure.v1.Failure) }, ) @@ -178,7 +178,7 @@ (_message.Message,), { "DESCRIPTOR": _MULTIOPERATIONEXECUTIONABORTED, - "__module__": "temporal.api.failure.v1.message_pb2", + "__module__": "temporalio.api.failure.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.failure.v1.MultiOperationExecutionAborted) }, ) diff --git a/temporalio/api/filter/v1/message_pb2.py b/temporalio/api/filter/v1/message_pb2.py index d939344c2..3df20337d 100644 --- a/temporalio/api/filter/v1/message_pb2.py +++ b/temporalio/api/filter/v1/message_pb2.py @@ -34,7 +34,7 @@ (_message.Message,), { "DESCRIPTOR": _WORKFLOWEXECUTIONFILTER, - "__module__": "temporal.api.filter.v1.message_pb2", + "__module__": "temporalio.api.filter.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.filter.v1.WorkflowExecutionFilter) }, ) @@ -45,7 +45,7 @@ (_message.Message,), { "DESCRIPTOR": _WORKFLOWTYPEFILTER, - "__module__": "temporal.api.filter.v1.message_pb2", + "__module__": "temporalio.api.filter.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.filter.v1.WorkflowTypeFilter) }, ) @@ -56,7 +56,7 @@ (_message.Message,), { "DESCRIPTOR": _STARTTIMEFILTER, - "__module__": "temporal.api.filter.v1.message_pb2", + "__module__": "temporalio.api.filter.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.filter.v1.StartTimeFilter) }, ) @@ -67,7 +67,7 @@ (_message.Message,), { "DESCRIPTOR": _STATUSFILTER, - "__module__": "temporal.api.filter.v1.message_pb2", + "__module__": "temporalio.api.filter.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.filter.v1.StatusFilter) }, ) diff --git a/temporalio/api/history/v1/message_pb2.py b/temporalio/api/history/v1/message_pb2.py index d3f40a8c9..f48a5946f 100644 --- a/temporalio/api/history/v1/message_pb2.py +++ b/temporalio/api/history/v1/message_pb2.py @@ -253,7 +253,7 @@ (_message.Message,), { "DESCRIPTOR": _WORKFLOWEXECUTIONSTARTEDEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.WorkflowExecutionStartedEventAttributes) }, ) @@ -264,7 +264,7 @@ (_message.Message,), { "DESCRIPTOR": _WORKFLOWEXECUTIONCOMPLETEDEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.WorkflowExecutionCompletedEventAttributes) }, ) @@ -275,7 +275,7 @@ (_message.Message,), { "DESCRIPTOR": _WORKFLOWEXECUTIONFAILEDEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.WorkflowExecutionFailedEventAttributes) }, ) @@ -286,7 +286,7 @@ (_message.Message,), { "DESCRIPTOR": _WORKFLOWEXECUTIONTIMEDOUTEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.WorkflowExecutionTimedOutEventAttributes) }, ) @@ -298,7 +298,7 @@ (_message.Message,), { "DESCRIPTOR": _WORKFLOWEXECUTIONCONTINUEDASNEWEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.WorkflowExecutionContinuedAsNewEventAttributes) }, ) @@ -310,7 +310,7 @@ (_message.Message,), { "DESCRIPTOR": _WORKFLOWTASKSCHEDULEDEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.WorkflowTaskScheduledEventAttributes) }, ) @@ -321,7 +321,7 @@ (_message.Message,), { "DESCRIPTOR": _WORKFLOWTASKSTARTEDEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.WorkflowTaskStartedEventAttributes) }, ) @@ -332,7 +332,7 @@ (_message.Message,), { "DESCRIPTOR": _WORKFLOWTASKCOMPLETEDEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.WorkflowTaskCompletedEventAttributes) }, ) @@ -343,7 +343,7 @@ (_message.Message,), { "DESCRIPTOR": _WORKFLOWTASKTIMEDOUTEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.WorkflowTaskTimedOutEventAttributes) }, ) @@ -354,7 +354,7 @@ (_message.Message,), { "DESCRIPTOR": _WORKFLOWTASKFAILEDEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.WorkflowTaskFailedEventAttributes) }, ) @@ -365,7 +365,7 @@ (_message.Message,), { "DESCRIPTOR": _ACTIVITYTASKSCHEDULEDEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.ActivityTaskScheduledEventAttributes) }, ) @@ -376,7 +376,7 @@ (_message.Message,), { "DESCRIPTOR": _ACTIVITYTASKSTARTEDEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.ActivityTaskStartedEventAttributes) }, ) @@ -387,7 +387,7 @@ (_message.Message,), { "DESCRIPTOR": _ACTIVITYTASKCOMPLETEDEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.ActivityTaskCompletedEventAttributes) }, ) @@ -398,7 +398,7 @@ (_message.Message,), { "DESCRIPTOR": _ACTIVITYTASKFAILEDEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.ActivityTaskFailedEventAttributes) }, ) @@ -409,7 +409,7 @@ (_message.Message,), { "DESCRIPTOR": _ACTIVITYTASKTIMEDOUTEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.ActivityTaskTimedOutEventAttributes) }, ) @@ -420,7 +420,7 @@ (_message.Message,), { "DESCRIPTOR": _ACTIVITYTASKCANCELREQUESTEDEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.ActivityTaskCancelRequestedEventAttributes) }, ) @@ -431,7 +431,7 @@ (_message.Message,), { "DESCRIPTOR": _ACTIVITYTASKCANCELEDEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.ActivityTaskCanceledEventAttributes) }, ) @@ -442,7 +442,7 @@ (_message.Message,), { "DESCRIPTOR": _TIMERSTARTEDEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.TimerStartedEventAttributes) }, ) @@ -453,7 +453,7 @@ (_message.Message,), { "DESCRIPTOR": _TIMERFIREDEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.TimerFiredEventAttributes) }, ) @@ -464,7 +464,7 @@ (_message.Message,), { "DESCRIPTOR": _TIMERCANCELEDEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.TimerCanceledEventAttributes) }, ) @@ -476,7 +476,7 @@ (_message.Message,), { "DESCRIPTOR": _WORKFLOWEXECUTIONCANCELREQUESTEDEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.WorkflowExecutionCancelRequestedEventAttributes) }, ) @@ -488,7 +488,7 @@ (_message.Message,), { "DESCRIPTOR": _WORKFLOWEXECUTIONCANCELEDEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.WorkflowExecutionCanceledEventAttributes) }, ) @@ -503,12 +503,12 @@ (_message.Message,), { "DESCRIPTOR": _MARKERRECORDEDEVENTATTRIBUTES_DETAILSENTRY, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.MarkerRecordedEventAttributes.DetailsEntry) }, ), "DESCRIPTOR": _MARKERRECORDEDEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.MarkerRecordedEventAttributes) }, ) @@ -520,7 +520,7 @@ (_message.Message,), { "DESCRIPTOR": _WORKFLOWEXECUTIONSIGNALEDEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.WorkflowExecutionSignaledEventAttributes) }, ) @@ -531,7 +531,7 @@ (_message.Message,), { "DESCRIPTOR": _WORKFLOWEXECUTIONTERMINATEDEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.WorkflowExecutionTerminatedEventAttributes) }, ) @@ -542,7 +542,7 @@ (_message.Message,), { "DESCRIPTOR": _REQUESTCANCELEXTERNALWORKFLOWEXECUTIONINITIATEDEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) }, ) @@ -554,7 +554,7 @@ (_message.Message,), { "DESCRIPTOR": _REQUESTCANCELEXTERNALWORKFLOWEXECUTIONFAILEDEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.RequestCancelExternalWorkflowExecutionFailedEventAttributes) }, ) @@ -567,7 +567,7 @@ (_message.Message,), { "DESCRIPTOR": _EXTERNALWORKFLOWEXECUTIONCANCELREQUESTEDEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.ExternalWorkflowExecutionCancelRequestedEventAttributes) }, ) @@ -580,7 +580,7 @@ (_message.Message,), { "DESCRIPTOR": _SIGNALEXTERNALWORKFLOWEXECUTIONINITIATEDEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.SignalExternalWorkflowExecutionInitiatedEventAttributes) }, ) @@ -593,7 +593,7 @@ (_message.Message,), { "DESCRIPTOR": _SIGNALEXTERNALWORKFLOWEXECUTIONFAILEDEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.SignalExternalWorkflowExecutionFailedEventAttributes) }, ) @@ -606,7 +606,7 @@ (_message.Message,), { "DESCRIPTOR": _EXTERNALWORKFLOWEXECUTIONSIGNALEDEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.ExternalWorkflowExecutionSignaledEventAttributes) }, ) @@ -619,7 +619,7 @@ (_message.Message,), { "DESCRIPTOR": _UPSERTWORKFLOWSEARCHATTRIBUTESEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.UpsertWorkflowSearchAttributesEventAttributes) }, ) @@ -631,7 +631,7 @@ (_message.Message,), { "DESCRIPTOR": _WORKFLOWPROPERTIESMODIFIEDEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.WorkflowPropertiesModifiedEventAttributes) }, ) @@ -643,7 +643,7 @@ (_message.Message,), { "DESCRIPTOR": _STARTCHILDWORKFLOWEXECUTIONINITIATEDEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.StartChildWorkflowExecutionInitiatedEventAttributes) }, ) @@ -656,7 +656,7 @@ (_message.Message,), { "DESCRIPTOR": _STARTCHILDWORKFLOWEXECUTIONFAILEDEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.StartChildWorkflowExecutionFailedEventAttributes) }, ) @@ -668,7 +668,7 @@ (_message.Message,), { "DESCRIPTOR": _CHILDWORKFLOWEXECUTIONSTARTEDEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.ChildWorkflowExecutionStartedEventAttributes) }, ) @@ -680,7 +680,7 @@ (_message.Message,), { "DESCRIPTOR": _CHILDWORKFLOWEXECUTIONCOMPLETEDEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.ChildWorkflowExecutionCompletedEventAttributes) }, ) @@ -692,7 +692,7 @@ (_message.Message,), { "DESCRIPTOR": _CHILDWORKFLOWEXECUTIONFAILEDEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.ChildWorkflowExecutionFailedEventAttributes) }, ) @@ -704,7 +704,7 @@ (_message.Message,), { "DESCRIPTOR": _CHILDWORKFLOWEXECUTIONCANCELEDEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.ChildWorkflowExecutionCanceledEventAttributes) }, ) @@ -717,7 +717,7 @@ (_message.Message,), { "DESCRIPTOR": _CHILDWORKFLOWEXECUTIONTIMEDOUTEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.ChildWorkflowExecutionTimedOutEventAttributes) }, ) @@ -730,7 +730,7 @@ (_message.Message,), { "DESCRIPTOR": _CHILDWORKFLOWEXECUTIONTERMINATEDEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.ChildWorkflowExecutionTerminatedEventAttributes) }, ) @@ -743,7 +743,7 @@ (_message.Message,), { "DESCRIPTOR": _WORKFLOWEXECUTIONOPTIONSUPDATEDEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.WorkflowExecutionOptionsUpdatedEventAttributes) }, ) @@ -756,7 +756,7 @@ (_message.Message,), { "DESCRIPTOR": _WORKFLOWPROPERTIESMODIFIEDEXTERNALLYEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.WorkflowPropertiesModifiedExternallyEventAttributes) }, ) @@ -769,7 +769,7 @@ (_message.Message,), { "DESCRIPTOR": _ACTIVITYPROPERTIESMODIFIEDEXTERNALLYEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.ActivityPropertiesModifiedExternallyEventAttributes) }, ) @@ -782,7 +782,7 @@ (_message.Message,), { "DESCRIPTOR": _WORKFLOWEXECUTIONUPDATEACCEPTEDEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.WorkflowExecutionUpdateAcceptedEventAttributes) }, ) @@ -795,7 +795,7 @@ (_message.Message,), { "DESCRIPTOR": _WORKFLOWEXECUTIONUPDATECOMPLETEDEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.WorkflowExecutionUpdateCompletedEventAttributes) }, ) @@ -808,7 +808,7 @@ (_message.Message,), { "DESCRIPTOR": _WORKFLOWEXECUTIONUPDATEREJECTEDEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.WorkflowExecutionUpdateRejectedEventAttributes) }, ) @@ -821,7 +821,7 @@ (_message.Message,), { "DESCRIPTOR": _WORKFLOWEXECUTIONUPDATEADMITTEDEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.WorkflowExecutionUpdateAdmittedEventAttributes) }, ) @@ -837,12 +837,12 @@ (_message.Message,), { "DESCRIPTOR": _NEXUSOPERATIONSCHEDULEDEVENTATTRIBUTES_NEXUSHEADERENTRY, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.NexusOperationScheduledEventAttributes.NexusHeaderEntry) }, ), "DESCRIPTOR": _NEXUSOPERATIONSCHEDULEDEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.NexusOperationScheduledEventAttributes) }, ) @@ -854,7 +854,7 @@ (_message.Message,), { "DESCRIPTOR": _NEXUSOPERATIONSTARTEDEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.NexusOperationStartedEventAttributes) }, ) @@ -865,7 +865,7 @@ (_message.Message,), { "DESCRIPTOR": _NEXUSOPERATIONCOMPLETEDEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.NexusOperationCompletedEventAttributes) }, ) @@ -876,7 +876,7 @@ (_message.Message,), { "DESCRIPTOR": _NEXUSOPERATIONFAILEDEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.NexusOperationFailedEventAttributes) }, ) @@ -887,7 +887,7 @@ (_message.Message,), { "DESCRIPTOR": _NEXUSOPERATIONTIMEDOUTEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.NexusOperationTimedOutEventAttributes) }, ) @@ -898,7 +898,7 @@ (_message.Message,), { "DESCRIPTOR": _NEXUSOPERATIONCANCELEDEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.NexusOperationCanceledEventAttributes) }, ) @@ -909,7 +909,7 @@ (_message.Message,), { "DESCRIPTOR": _NEXUSOPERATIONCANCELREQUESTEDEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.NexusOperationCancelRequestedEventAttributes) }, ) @@ -921,7 +921,7 @@ (_message.Message,), { "DESCRIPTOR": _NEXUSOPERATIONCANCELREQUESTCOMPLETEDEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.NexusOperationCancelRequestCompletedEventAttributes) }, ) @@ -934,7 +934,7 @@ (_message.Message,), { "DESCRIPTOR": _NEXUSOPERATIONCANCELREQUESTFAILEDEVENTATTRIBUTES, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.NexusOperationCancelRequestFailedEventAttributes) }, ) @@ -946,7 +946,7 @@ (_message.Message,), { "DESCRIPTOR": _HISTORYEVENT, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.HistoryEvent) }, ) @@ -957,7 +957,7 @@ (_message.Message,), { "DESCRIPTOR": _HISTORY, - "__module__": "temporal.api.history.v1.message_pb2", + "__module__": "temporalio.api.history.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.history.v1.History) }, ) diff --git a/temporalio/api/namespace/v1/message_pb2.py b/temporalio/api/namespace/v1/message_pb2.py index 06b0fd956..91788679c 100644 --- a/temporalio/api/namespace/v1/message_pb2.py +++ b/temporalio/api/namespace/v1/message_pb2.py @@ -48,7 +48,7 @@ (_message.Message,), { "DESCRIPTOR": _NAMESPACEINFO_DATAENTRY, - "__module__": "temporal.api.namespace.v1.message_pb2", + "__module__": "temporalio.api.namespace.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.namespace.v1.NamespaceInfo.DataEntry) }, ), @@ -57,12 +57,12 @@ (_message.Message,), { "DESCRIPTOR": _NAMESPACEINFO_CAPABILITIES, - "__module__": "temporal.api.namespace.v1.message_pb2", + "__module__": "temporalio.api.namespace.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.namespace.v1.NamespaceInfo.Capabilities) }, ), "DESCRIPTOR": _NAMESPACEINFO, - "__module__": "temporal.api.namespace.v1.message_pb2", + "__module__": "temporalio.api.namespace.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.namespace.v1.NamespaceInfo) }, ) @@ -79,12 +79,12 @@ (_message.Message,), { "DESCRIPTOR": _NAMESPACECONFIG_CUSTOMSEARCHATTRIBUTEALIASESENTRY, - "__module__": "temporal.api.namespace.v1.message_pb2", + "__module__": "temporalio.api.namespace.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.namespace.v1.NamespaceConfig.CustomSearchAttributeAliasesEntry) }, ), "DESCRIPTOR": _NAMESPACECONFIG, - "__module__": "temporal.api.namespace.v1.message_pb2", + "__module__": "temporalio.api.namespace.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.namespace.v1.NamespaceConfig) }, ) @@ -100,12 +100,12 @@ (_message.Message,), { "DESCRIPTOR": _BADBINARIES_BINARIESENTRY, - "__module__": "temporal.api.namespace.v1.message_pb2", + "__module__": "temporalio.api.namespace.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.namespace.v1.BadBinaries.BinariesEntry) }, ), "DESCRIPTOR": _BADBINARIES, - "__module__": "temporal.api.namespace.v1.message_pb2", + "__module__": "temporalio.api.namespace.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.namespace.v1.BadBinaries) }, ) @@ -117,7 +117,7 @@ (_message.Message,), { "DESCRIPTOR": _BADBINARYINFO, - "__module__": "temporal.api.namespace.v1.message_pb2", + "__module__": "temporalio.api.namespace.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.namespace.v1.BadBinaryInfo) }, ) @@ -132,12 +132,12 @@ (_message.Message,), { "DESCRIPTOR": _UPDATENAMESPACEINFO_DATAENTRY, - "__module__": "temporal.api.namespace.v1.message_pb2", + "__module__": "temporalio.api.namespace.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.namespace.v1.UpdateNamespaceInfo.DataEntry) }, ), "DESCRIPTOR": _UPDATENAMESPACEINFO, - "__module__": "temporal.api.namespace.v1.message_pb2", + "__module__": "temporalio.api.namespace.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.namespace.v1.UpdateNamespaceInfo) }, ) @@ -149,7 +149,7 @@ (_message.Message,), { "DESCRIPTOR": _NAMESPACEFILTER, - "__module__": "temporal.api.namespace.v1.message_pb2", + "__module__": "temporalio.api.namespace.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.namespace.v1.NamespaceFilter) }, ) diff --git a/temporalio/api/nexus/v1/message_pb2.py b/temporalio/api/nexus/v1/message_pb2.py index 263952fd7..8cb6ce622 100644 --- a/temporalio/api/nexus/v1/message_pb2.py +++ b/temporalio/api/nexus/v1/message_pb2.py @@ -61,12 +61,12 @@ (_message.Message,), { "DESCRIPTOR": _FAILURE_METADATAENTRY, - "__module__": "temporal.api.nexus.v1.message_pb2", + "__module__": "temporalio.api.nexus.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.nexus.v1.Failure.MetadataEntry) }, ), "DESCRIPTOR": _FAILURE, - "__module__": "temporal.api.nexus.v1.message_pb2", + "__module__": "temporalio.api.nexus.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.nexus.v1.Failure) }, ) @@ -78,7 +78,7 @@ (_message.Message,), { "DESCRIPTOR": _HANDLERERROR, - "__module__": "temporal.api.nexus.v1.message_pb2", + "__module__": "temporalio.api.nexus.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.nexus.v1.HandlerError) }, ) @@ -89,7 +89,7 @@ (_message.Message,), { "DESCRIPTOR": _UNSUCCESSFULOPERATIONERROR, - "__module__": "temporal.api.nexus.v1.message_pb2", + "__module__": "temporalio.api.nexus.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.nexus.v1.UnsuccessfulOperationError) }, ) @@ -100,7 +100,7 @@ (_message.Message,), { "DESCRIPTOR": _LINK, - "__module__": "temporal.api.nexus.v1.message_pb2", + "__module__": "temporalio.api.nexus.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.nexus.v1.Link) }, ) @@ -115,12 +115,12 @@ (_message.Message,), { "DESCRIPTOR": _STARTOPERATIONREQUEST_CALLBACKHEADERENTRY, - "__module__": "temporal.api.nexus.v1.message_pb2", + "__module__": "temporalio.api.nexus.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.nexus.v1.StartOperationRequest.CallbackHeaderEntry) }, ), "DESCRIPTOR": _STARTOPERATIONREQUEST, - "__module__": "temporal.api.nexus.v1.message_pb2", + "__module__": "temporalio.api.nexus.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.nexus.v1.StartOperationRequest) }, ) @@ -132,7 +132,7 @@ (_message.Message,), { "DESCRIPTOR": _CANCELOPERATIONREQUEST, - "__module__": "temporal.api.nexus.v1.message_pb2", + "__module__": "temporalio.api.nexus.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.nexus.v1.CancelOperationRequest) }, ) @@ -147,12 +147,12 @@ (_message.Message,), { "DESCRIPTOR": _REQUEST_HEADERENTRY, - "__module__": "temporal.api.nexus.v1.message_pb2", + "__module__": "temporalio.api.nexus.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.nexus.v1.Request.HeaderEntry) }, ), "DESCRIPTOR": _REQUEST, - "__module__": "temporal.api.nexus.v1.message_pb2", + "__module__": "temporalio.api.nexus.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.nexus.v1.Request) }, ) @@ -168,7 +168,7 @@ (_message.Message,), { "DESCRIPTOR": _STARTOPERATIONRESPONSE_SYNC, - "__module__": "temporal.api.nexus.v1.message_pb2", + "__module__": "temporalio.api.nexus.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.nexus.v1.StartOperationResponse.Sync) }, ), @@ -177,12 +177,12 @@ (_message.Message,), { "DESCRIPTOR": _STARTOPERATIONRESPONSE_ASYNC, - "__module__": "temporal.api.nexus.v1.message_pb2", + "__module__": "temporalio.api.nexus.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.nexus.v1.StartOperationResponse.Async) }, ), "DESCRIPTOR": _STARTOPERATIONRESPONSE, - "__module__": "temporal.api.nexus.v1.message_pb2", + "__module__": "temporalio.api.nexus.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.nexus.v1.StartOperationResponse) }, ) @@ -195,7 +195,7 @@ (_message.Message,), { "DESCRIPTOR": _CANCELOPERATIONRESPONSE, - "__module__": "temporal.api.nexus.v1.message_pb2", + "__module__": "temporalio.api.nexus.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.nexus.v1.CancelOperationResponse) }, ) @@ -206,7 +206,7 @@ (_message.Message,), { "DESCRIPTOR": _RESPONSE, - "__module__": "temporal.api.nexus.v1.message_pb2", + "__module__": "temporalio.api.nexus.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.nexus.v1.Response) }, ) @@ -217,7 +217,7 @@ (_message.Message,), { "DESCRIPTOR": _ENDPOINT, - "__module__": "temporal.api.nexus.v1.message_pb2", + "__module__": "temporalio.api.nexus.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.nexus.v1.Endpoint) }, ) @@ -228,7 +228,7 @@ (_message.Message,), { "DESCRIPTOR": _ENDPOINTSPEC, - "__module__": "temporal.api.nexus.v1.message_pb2", + "__module__": "temporalio.api.nexus.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.nexus.v1.EndpointSpec) }, ) @@ -243,7 +243,7 @@ (_message.Message,), { "DESCRIPTOR": _ENDPOINTTARGET_WORKER, - "__module__": "temporal.api.nexus.v1.message_pb2", + "__module__": "temporalio.api.nexus.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.nexus.v1.EndpointTarget.Worker) }, ), @@ -252,12 +252,12 @@ (_message.Message,), { "DESCRIPTOR": _ENDPOINTTARGET_EXTERNAL, - "__module__": "temporal.api.nexus.v1.message_pb2", + "__module__": "temporalio.api.nexus.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.nexus.v1.EndpointTarget.External) }, ), "DESCRIPTOR": _ENDPOINTTARGET, - "__module__": "temporal.api.nexus.v1.message_pb2", + "__module__": "temporalio.api.nexus.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.nexus.v1.EndpointTarget) }, ) diff --git a/temporalio/api/operatorservice/v1/request_response_pb2.py b/temporalio/api/operatorservice/v1/request_response_pb2.py index 78e372d6c..59afd0952 100644 --- a/temporalio/api/operatorservice/v1/request_response_pb2.py +++ b/temporalio/api/operatorservice/v1/request_response_pb2.py @@ -110,12 +110,12 @@ (_message.Message,), { "DESCRIPTOR": _ADDSEARCHATTRIBUTESREQUEST_SEARCHATTRIBUTESENTRY, - "__module__": "temporal.api.operatorservice.v1.request_response_pb2", + "__module__": "temporalio.api.operatorservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.AddSearchAttributesRequest.SearchAttributesEntry) }, ), "DESCRIPTOR": _ADDSEARCHATTRIBUTESREQUEST, - "__module__": "temporal.api.operatorservice.v1.request_response_pb2", + "__module__": "temporalio.api.operatorservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.AddSearchAttributesRequest) }, ) @@ -127,7 +127,7 @@ (_message.Message,), { "DESCRIPTOR": _ADDSEARCHATTRIBUTESRESPONSE, - "__module__": "temporal.api.operatorservice.v1.request_response_pb2", + "__module__": "temporalio.api.operatorservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.AddSearchAttributesResponse) }, ) @@ -138,7 +138,7 @@ (_message.Message,), { "DESCRIPTOR": _REMOVESEARCHATTRIBUTESREQUEST, - "__module__": "temporal.api.operatorservice.v1.request_response_pb2", + "__module__": "temporalio.api.operatorservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.RemoveSearchAttributesRequest) }, ) @@ -149,7 +149,7 @@ (_message.Message,), { "DESCRIPTOR": _REMOVESEARCHATTRIBUTESRESPONSE, - "__module__": "temporal.api.operatorservice.v1.request_response_pb2", + "__module__": "temporalio.api.operatorservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.RemoveSearchAttributesResponse) }, ) @@ -160,7 +160,7 @@ (_message.Message,), { "DESCRIPTOR": _LISTSEARCHATTRIBUTESREQUEST, - "__module__": "temporal.api.operatorservice.v1.request_response_pb2", + "__module__": "temporalio.api.operatorservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.ListSearchAttributesRequest) }, ) @@ -175,7 +175,7 @@ (_message.Message,), { "DESCRIPTOR": _LISTSEARCHATTRIBUTESRESPONSE_CUSTOMATTRIBUTESENTRY, - "__module__": "temporal.api.operatorservice.v1.request_response_pb2", + "__module__": "temporalio.api.operatorservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.ListSearchAttributesResponse.CustomAttributesEntry) }, ), @@ -184,7 +184,7 @@ (_message.Message,), { "DESCRIPTOR": _LISTSEARCHATTRIBUTESRESPONSE_SYSTEMATTRIBUTESENTRY, - "__module__": "temporal.api.operatorservice.v1.request_response_pb2", + "__module__": "temporalio.api.operatorservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.ListSearchAttributesResponse.SystemAttributesEntry) }, ), @@ -193,12 +193,12 @@ (_message.Message,), { "DESCRIPTOR": _LISTSEARCHATTRIBUTESRESPONSE_STORAGESCHEMAENTRY, - "__module__": "temporal.api.operatorservice.v1.request_response_pb2", + "__module__": "temporalio.api.operatorservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.ListSearchAttributesResponse.StorageSchemaEntry) }, ), "DESCRIPTOR": _LISTSEARCHATTRIBUTESRESPONSE, - "__module__": "temporal.api.operatorservice.v1.request_response_pb2", + "__module__": "temporalio.api.operatorservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.ListSearchAttributesResponse) }, ) @@ -212,7 +212,7 @@ (_message.Message,), { "DESCRIPTOR": _DELETENAMESPACEREQUEST, - "__module__": "temporal.api.operatorservice.v1.request_response_pb2", + "__module__": "temporalio.api.operatorservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.DeleteNamespaceRequest) }, ) @@ -223,7 +223,7 @@ (_message.Message,), { "DESCRIPTOR": _DELETENAMESPACERESPONSE, - "__module__": "temporal.api.operatorservice.v1.request_response_pb2", + "__module__": "temporalio.api.operatorservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.DeleteNamespaceResponse) }, ) @@ -234,7 +234,7 @@ (_message.Message,), { "DESCRIPTOR": _ADDORUPDATEREMOTECLUSTERREQUEST, - "__module__": "temporal.api.operatorservice.v1.request_response_pb2", + "__module__": "temporalio.api.operatorservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.AddOrUpdateRemoteClusterRequest) }, ) @@ -245,7 +245,7 @@ (_message.Message,), { "DESCRIPTOR": _ADDORUPDATEREMOTECLUSTERRESPONSE, - "__module__": "temporal.api.operatorservice.v1.request_response_pb2", + "__module__": "temporalio.api.operatorservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.AddOrUpdateRemoteClusterResponse) }, ) @@ -256,7 +256,7 @@ (_message.Message,), { "DESCRIPTOR": _REMOVEREMOTECLUSTERREQUEST, - "__module__": "temporal.api.operatorservice.v1.request_response_pb2", + "__module__": "temporalio.api.operatorservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.RemoveRemoteClusterRequest) }, ) @@ -267,7 +267,7 @@ (_message.Message,), { "DESCRIPTOR": _REMOVEREMOTECLUSTERRESPONSE, - "__module__": "temporal.api.operatorservice.v1.request_response_pb2", + "__module__": "temporalio.api.operatorservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.RemoveRemoteClusterResponse) }, ) @@ -278,7 +278,7 @@ (_message.Message,), { "DESCRIPTOR": _LISTCLUSTERSREQUEST, - "__module__": "temporal.api.operatorservice.v1.request_response_pb2", + "__module__": "temporalio.api.operatorservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.ListClustersRequest) }, ) @@ -289,7 +289,7 @@ (_message.Message,), { "DESCRIPTOR": _LISTCLUSTERSRESPONSE, - "__module__": "temporal.api.operatorservice.v1.request_response_pb2", + "__module__": "temporalio.api.operatorservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.ListClustersResponse) }, ) @@ -300,7 +300,7 @@ (_message.Message,), { "DESCRIPTOR": _CLUSTERMETADATA, - "__module__": "temporal.api.operatorservice.v1.request_response_pb2", + "__module__": "temporalio.api.operatorservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.ClusterMetadata) }, ) @@ -311,7 +311,7 @@ (_message.Message,), { "DESCRIPTOR": _GETNEXUSENDPOINTREQUEST, - "__module__": "temporal.api.operatorservice.v1.request_response_pb2", + "__module__": "temporalio.api.operatorservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.GetNexusEndpointRequest) }, ) @@ -322,7 +322,7 @@ (_message.Message,), { "DESCRIPTOR": _GETNEXUSENDPOINTRESPONSE, - "__module__": "temporal.api.operatorservice.v1.request_response_pb2", + "__module__": "temporalio.api.operatorservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.GetNexusEndpointResponse) }, ) @@ -333,7 +333,7 @@ (_message.Message,), { "DESCRIPTOR": _CREATENEXUSENDPOINTREQUEST, - "__module__": "temporal.api.operatorservice.v1.request_response_pb2", + "__module__": "temporalio.api.operatorservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.CreateNexusEndpointRequest) }, ) @@ -344,7 +344,7 @@ (_message.Message,), { "DESCRIPTOR": _CREATENEXUSENDPOINTRESPONSE, - "__module__": "temporal.api.operatorservice.v1.request_response_pb2", + "__module__": "temporalio.api.operatorservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.CreateNexusEndpointResponse) }, ) @@ -355,7 +355,7 @@ (_message.Message,), { "DESCRIPTOR": _UPDATENEXUSENDPOINTREQUEST, - "__module__": "temporal.api.operatorservice.v1.request_response_pb2", + "__module__": "temporalio.api.operatorservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.UpdateNexusEndpointRequest) }, ) @@ -366,7 +366,7 @@ (_message.Message,), { "DESCRIPTOR": _UPDATENEXUSENDPOINTRESPONSE, - "__module__": "temporal.api.operatorservice.v1.request_response_pb2", + "__module__": "temporalio.api.operatorservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.UpdateNexusEndpointResponse) }, ) @@ -377,7 +377,7 @@ (_message.Message,), { "DESCRIPTOR": _DELETENEXUSENDPOINTREQUEST, - "__module__": "temporal.api.operatorservice.v1.request_response_pb2", + "__module__": "temporalio.api.operatorservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.DeleteNexusEndpointRequest) }, ) @@ -388,7 +388,7 @@ (_message.Message,), { "DESCRIPTOR": _DELETENEXUSENDPOINTRESPONSE, - "__module__": "temporal.api.operatorservice.v1.request_response_pb2", + "__module__": "temporalio.api.operatorservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.DeleteNexusEndpointResponse) }, ) @@ -399,7 +399,7 @@ (_message.Message,), { "DESCRIPTOR": _LISTNEXUSENDPOINTSREQUEST, - "__module__": "temporal.api.operatorservice.v1.request_response_pb2", + "__module__": "temporalio.api.operatorservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.ListNexusEndpointsRequest) }, ) @@ -410,7 +410,7 @@ (_message.Message,), { "DESCRIPTOR": _LISTNEXUSENDPOINTSRESPONSE, - "__module__": "temporal.api.operatorservice.v1.request_response_pb2", + "__module__": "temporalio.api.operatorservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.ListNexusEndpointsResponse) }, ) diff --git a/temporalio/api/protocol/v1/message_pb2.py b/temporalio/api/protocol/v1/message_pb2.py index ac643ab35..f91d62157 100644 --- a/temporalio/api/protocol/v1/message_pb2.py +++ b/temporalio/api/protocol/v1/message_pb2.py @@ -27,7 +27,7 @@ (_message.Message,), { "DESCRIPTOR": _MESSAGE, - "__module__": "temporal.api.protocol.v1.message_pb2", + "__module__": "temporalio.api.protocol.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.protocol.v1.Message) }, ) diff --git a/temporalio/api/query/v1/message_pb2.py b/temporalio/api/query/v1/message_pb2.py index 805b30f7e..aaee2715a 100644 --- a/temporalio/api/query/v1/message_pb2.py +++ b/temporalio/api/query/v1/message_pb2.py @@ -40,7 +40,7 @@ (_message.Message,), { "DESCRIPTOR": _WORKFLOWQUERY, - "__module__": "temporal.api.query.v1.message_pb2", + "__module__": "temporalio.api.query.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.query.v1.WorkflowQuery) }, ) @@ -51,7 +51,7 @@ (_message.Message,), { "DESCRIPTOR": _WORKFLOWQUERYRESULT, - "__module__": "temporal.api.query.v1.message_pb2", + "__module__": "temporalio.api.query.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.query.v1.WorkflowQueryResult) }, ) @@ -62,7 +62,7 @@ (_message.Message,), { "DESCRIPTOR": _QUERYREJECTED, - "__module__": "temporal.api.query.v1.message_pb2", + "__module__": "temporalio.api.query.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.query.v1.QueryRejected) }, ) diff --git a/temporalio/api/replication/v1/message_pb2.py b/temporalio/api/replication/v1/message_pb2.py index 7b5a4a158..8dbe73e1d 100644 --- a/temporalio/api/replication/v1/message_pb2.py +++ b/temporalio/api/replication/v1/message_pb2.py @@ -35,7 +35,7 @@ (_message.Message,), { "DESCRIPTOR": _CLUSTERREPLICATIONCONFIG, - "__module__": "temporal.api.replication.v1.message_pb2", + "__module__": "temporalio.api.replication.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.replication.v1.ClusterReplicationConfig) }, ) @@ -46,7 +46,7 @@ (_message.Message,), { "DESCRIPTOR": _NAMESPACEREPLICATIONCONFIG, - "__module__": "temporal.api.replication.v1.message_pb2", + "__module__": "temporalio.api.replication.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.replication.v1.NamespaceReplicationConfig) }, ) @@ -57,7 +57,7 @@ (_message.Message,), { "DESCRIPTOR": _FAILOVERSTATUS, - "__module__": "temporal.api.replication.v1.message_pb2", + "__module__": "temporalio.api.replication.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.replication.v1.FailoverStatus) }, ) diff --git a/temporalio/api/rules/v1/message_pb2.py b/temporalio/api/rules/v1/message_pb2.py index ce46e1684..ad0d0014c 100644 --- a/temporalio/api/rules/v1/message_pb2.py +++ b/temporalio/api/rules/v1/message_pb2.py @@ -39,12 +39,12 @@ (_message.Message,), { "DESCRIPTOR": _WORKFLOWRULEACTION_ACTIONACTIVITYPAUSE, - "__module__": "temporal.api.rules.v1.message_pb2", + "__module__": "temporalio.api.rules.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.rules.v1.WorkflowRuleAction.ActionActivityPause) }, ), "DESCRIPTOR": _WORKFLOWRULEACTION, - "__module__": "temporal.api.rules.v1.message_pb2", + "__module__": "temporalio.api.rules.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.rules.v1.WorkflowRuleAction) }, ) @@ -60,12 +60,12 @@ (_message.Message,), { "DESCRIPTOR": _WORKFLOWRULESPEC_ACTIVITYSTARTINGTRIGGER, - "__module__": "temporal.api.rules.v1.message_pb2", + "__module__": "temporalio.api.rules.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.rules.v1.WorkflowRuleSpec.ActivityStartingTrigger) }, ), "DESCRIPTOR": _WORKFLOWRULESPEC, - "__module__": "temporal.api.rules.v1.message_pb2", + "__module__": "temporalio.api.rules.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.rules.v1.WorkflowRuleSpec) }, ) @@ -77,7 +77,7 @@ (_message.Message,), { "DESCRIPTOR": _WORKFLOWRULE, - "__module__": "temporal.api.rules.v1.message_pb2", + "__module__": "temporalio.api.rules.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.rules.v1.WorkflowRule) }, ) diff --git a/temporalio/api/schedule/v1/message_pb2.py b/temporalio/api/schedule/v1/message_pb2.py index 6180b37f9..77fc3ce57 100644 --- a/temporalio/api/schedule/v1/message_pb2.py +++ b/temporalio/api/schedule/v1/message_pb2.py @@ -58,7 +58,7 @@ (_message.Message,), { "DESCRIPTOR": _CALENDARSPEC, - "__module__": "temporal.api.schedule.v1.message_pb2", + "__module__": "temporalio.api.schedule.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.schedule.v1.CalendarSpec) }, ) @@ -69,7 +69,7 @@ (_message.Message,), { "DESCRIPTOR": _RANGE, - "__module__": "temporal.api.schedule.v1.message_pb2", + "__module__": "temporalio.api.schedule.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.schedule.v1.Range) }, ) @@ -80,7 +80,7 @@ (_message.Message,), { "DESCRIPTOR": _STRUCTUREDCALENDARSPEC, - "__module__": "temporal.api.schedule.v1.message_pb2", + "__module__": "temporalio.api.schedule.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.schedule.v1.StructuredCalendarSpec) }, ) @@ -91,7 +91,7 @@ (_message.Message,), { "DESCRIPTOR": _INTERVALSPEC, - "__module__": "temporal.api.schedule.v1.message_pb2", + "__module__": "temporalio.api.schedule.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.schedule.v1.IntervalSpec) }, ) @@ -102,7 +102,7 @@ (_message.Message,), { "DESCRIPTOR": _SCHEDULESPEC, - "__module__": "temporal.api.schedule.v1.message_pb2", + "__module__": "temporalio.api.schedule.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.schedule.v1.ScheduleSpec) }, ) @@ -113,7 +113,7 @@ (_message.Message,), { "DESCRIPTOR": _SCHEDULEPOLICIES, - "__module__": "temporal.api.schedule.v1.message_pb2", + "__module__": "temporalio.api.schedule.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.schedule.v1.SchedulePolicies) }, ) @@ -124,7 +124,7 @@ (_message.Message,), { "DESCRIPTOR": _SCHEDULEACTION, - "__module__": "temporal.api.schedule.v1.message_pb2", + "__module__": "temporalio.api.schedule.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.schedule.v1.ScheduleAction) }, ) @@ -135,7 +135,7 @@ (_message.Message,), { "DESCRIPTOR": _SCHEDULEACTIONRESULT, - "__module__": "temporal.api.schedule.v1.message_pb2", + "__module__": "temporalio.api.schedule.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.schedule.v1.ScheduleActionResult) }, ) @@ -146,7 +146,7 @@ (_message.Message,), { "DESCRIPTOR": _SCHEDULESTATE, - "__module__": "temporal.api.schedule.v1.message_pb2", + "__module__": "temporalio.api.schedule.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.schedule.v1.ScheduleState) }, ) @@ -157,7 +157,7 @@ (_message.Message,), { "DESCRIPTOR": _TRIGGERIMMEDIATELYREQUEST, - "__module__": "temporal.api.schedule.v1.message_pb2", + "__module__": "temporalio.api.schedule.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.schedule.v1.TriggerImmediatelyRequest) }, ) @@ -168,7 +168,7 @@ (_message.Message,), { "DESCRIPTOR": _BACKFILLREQUEST, - "__module__": "temporal.api.schedule.v1.message_pb2", + "__module__": "temporalio.api.schedule.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.schedule.v1.BackfillRequest) }, ) @@ -179,7 +179,7 @@ (_message.Message,), { "DESCRIPTOR": _SCHEDULEPATCH, - "__module__": "temporal.api.schedule.v1.message_pb2", + "__module__": "temporalio.api.schedule.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.schedule.v1.SchedulePatch) }, ) @@ -190,7 +190,7 @@ (_message.Message,), { "DESCRIPTOR": _SCHEDULEINFO, - "__module__": "temporal.api.schedule.v1.message_pb2", + "__module__": "temporalio.api.schedule.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.schedule.v1.ScheduleInfo) }, ) @@ -201,7 +201,7 @@ (_message.Message,), { "DESCRIPTOR": _SCHEDULE, - "__module__": "temporal.api.schedule.v1.message_pb2", + "__module__": "temporalio.api.schedule.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.schedule.v1.Schedule) }, ) @@ -212,7 +212,7 @@ (_message.Message,), { "DESCRIPTOR": _SCHEDULELISTINFO, - "__module__": "temporal.api.schedule.v1.message_pb2", + "__module__": "temporalio.api.schedule.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.schedule.v1.ScheduleListInfo) }, ) @@ -223,7 +223,7 @@ (_message.Message,), { "DESCRIPTOR": _SCHEDULELISTENTRY, - "__module__": "temporal.api.schedule.v1.message_pb2", + "__module__": "temporalio.api.schedule.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.schedule.v1.ScheduleListEntry) }, ) diff --git a/temporalio/api/sdk/v1/enhanced_stack_trace_pb2.py b/temporalio/api/sdk/v1/enhanced_stack_trace_pb2.py index eaa8ff251..0890a547a 100644 --- a/temporalio/api/sdk/v1/enhanced_stack_trace_pb2.py +++ b/temporalio/api/sdk/v1/enhanced_stack_trace_pb2.py @@ -36,12 +36,12 @@ (_message.Message,), { "DESCRIPTOR": _ENHANCEDSTACKTRACE_SOURCESENTRY, - "__module__": "temporal.api.sdk.v1.enhanced_stack_trace_pb2", + "__module__": "temporalio.api.sdk.v1.enhanced_stack_trace_pb2", # @@protoc_insertion_point(class_scope:temporal.api.sdk.v1.EnhancedStackTrace.SourcesEntry) }, ), "DESCRIPTOR": _ENHANCEDSTACKTRACE, - "__module__": "temporal.api.sdk.v1.enhanced_stack_trace_pb2", + "__module__": "temporalio.api.sdk.v1.enhanced_stack_trace_pb2", # @@protoc_insertion_point(class_scope:temporal.api.sdk.v1.EnhancedStackTrace) }, ) @@ -53,7 +53,7 @@ (_message.Message,), { "DESCRIPTOR": _STACKTRACESDKINFO, - "__module__": "temporal.api.sdk.v1.enhanced_stack_trace_pb2", + "__module__": "temporalio.api.sdk.v1.enhanced_stack_trace_pb2", # @@protoc_insertion_point(class_scope:temporal.api.sdk.v1.StackTraceSDKInfo) }, ) @@ -64,7 +64,7 @@ (_message.Message,), { "DESCRIPTOR": _STACKTRACEFILESLICE, - "__module__": "temporal.api.sdk.v1.enhanced_stack_trace_pb2", + "__module__": "temporalio.api.sdk.v1.enhanced_stack_trace_pb2", # @@protoc_insertion_point(class_scope:temporal.api.sdk.v1.StackTraceFileSlice) }, ) @@ -75,7 +75,7 @@ (_message.Message,), { "DESCRIPTOR": _STACKTRACEFILELOCATION, - "__module__": "temporal.api.sdk.v1.enhanced_stack_trace_pb2", + "__module__": "temporalio.api.sdk.v1.enhanced_stack_trace_pb2", # @@protoc_insertion_point(class_scope:temporal.api.sdk.v1.StackTraceFileLocation) }, ) @@ -86,7 +86,7 @@ (_message.Message,), { "DESCRIPTOR": _STACKTRACE, - "__module__": "temporal.api.sdk.v1.enhanced_stack_trace_pb2", + "__module__": "temporalio.api.sdk.v1.enhanced_stack_trace_pb2", # @@protoc_insertion_point(class_scope:temporal.api.sdk.v1.StackTrace) }, ) diff --git a/temporalio/api/sdk/v1/task_complete_metadata_pb2.py b/temporalio/api/sdk/v1/task_complete_metadata_pb2.py index 4b3306d7e..0b95e1710 100644 --- a/temporalio/api/sdk/v1/task_complete_metadata_pb2.py +++ b/temporalio/api/sdk/v1/task_complete_metadata_pb2.py @@ -27,7 +27,7 @@ (_message.Message,), { "DESCRIPTOR": _WORKFLOWTASKCOMPLETEDMETADATA, - "__module__": "temporal.api.sdk.v1.task_complete_metadata_pb2", + "__module__": "temporalio.api.sdk.v1.task_complete_metadata_pb2", # @@protoc_insertion_point(class_scope:temporal.api.sdk.v1.WorkflowTaskCompletedMetadata) }, ) diff --git a/temporalio/api/sdk/v1/user_metadata_pb2.py b/temporalio/api/sdk/v1/user_metadata_pb2.py index bbdb6882c..4fcbee2bb 100644 --- a/temporalio/api/sdk/v1/user_metadata_pb2.py +++ b/temporalio/api/sdk/v1/user_metadata_pb2.py @@ -29,7 +29,7 @@ (_message.Message,), { "DESCRIPTOR": _USERMETADATA, - "__module__": "temporal.api.sdk.v1.user_metadata_pb2", + "__module__": "temporalio.api.sdk.v1.user_metadata_pb2", # @@protoc_insertion_point(class_scope:temporal.api.sdk.v1.UserMetadata) }, ) diff --git a/temporalio/api/sdk/v1/worker_config_pb2.py b/temporalio/api/sdk/v1/worker_config_pb2.py index c6f09582c..2a1304f6b 100644 --- a/temporalio/api/sdk/v1/worker_config_pb2.py +++ b/temporalio/api/sdk/v1/worker_config_pb2.py @@ -35,7 +35,7 @@ (_message.Message,), { "DESCRIPTOR": _WORKERCONFIG_SIMPLEPOLLERBEHAVIOR, - "__module__": "temporal.api.sdk.v1.worker_config_pb2", + "__module__": "temporalio.api.sdk.v1.worker_config_pb2", # @@protoc_insertion_point(class_scope:temporal.api.sdk.v1.WorkerConfig.SimplePollerBehavior) }, ), @@ -44,12 +44,12 @@ (_message.Message,), { "DESCRIPTOR": _WORKERCONFIG_AUTOSCALINGPOLLERBEHAVIOR, - "__module__": "temporal.api.sdk.v1.worker_config_pb2", + "__module__": "temporalio.api.sdk.v1.worker_config_pb2", # @@protoc_insertion_point(class_scope:temporal.api.sdk.v1.WorkerConfig.AutoscalingPollerBehavior) }, ), "DESCRIPTOR": _WORKERCONFIG, - "__module__": "temporal.api.sdk.v1.worker_config_pb2", + "__module__": "temporalio.api.sdk.v1.worker_config_pb2", # @@protoc_insertion_point(class_scope:temporal.api.sdk.v1.WorkerConfig) }, ) diff --git a/temporalio/api/sdk/v1/workflow_metadata_pb2.py b/temporalio/api/sdk/v1/workflow_metadata_pb2.py index fabbe9403..c872c59f2 100644 --- a/temporalio/api/sdk/v1/workflow_metadata_pb2.py +++ b/temporalio/api/sdk/v1/workflow_metadata_pb2.py @@ -29,7 +29,7 @@ (_message.Message,), { "DESCRIPTOR": _WORKFLOWMETADATA, - "__module__": "temporal.api.sdk.v1.workflow_metadata_pb2", + "__module__": "temporalio.api.sdk.v1.workflow_metadata_pb2", # @@protoc_insertion_point(class_scope:temporal.api.sdk.v1.WorkflowMetadata) }, ) @@ -40,7 +40,7 @@ (_message.Message,), { "DESCRIPTOR": _WORKFLOWDEFINITION, - "__module__": "temporal.api.sdk.v1.workflow_metadata_pb2", + "__module__": "temporalio.api.sdk.v1.workflow_metadata_pb2", # @@protoc_insertion_point(class_scope:temporal.api.sdk.v1.WorkflowDefinition) }, ) @@ -51,7 +51,7 @@ (_message.Message,), { "DESCRIPTOR": _WORKFLOWINTERACTIONDEFINITION, - "__module__": "temporal.api.sdk.v1.workflow_metadata_pb2", + "__module__": "temporalio.api.sdk.v1.workflow_metadata_pb2", # @@protoc_insertion_point(class_scope:temporal.api.sdk.v1.WorkflowInteractionDefinition) }, ) diff --git a/temporalio/api/taskqueue/v1/message_pb2.py b/temporalio/api/taskqueue/v1/message_pb2.py index 3eccbd5cc..03ccf47e2 100644 --- a/temporalio/api/taskqueue/v1/message_pb2.py +++ b/temporalio/api/taskqueue/v1/message_pb2.py @@ -78,7 +78,7 @@ (_message.Message,), { "DESCRIPTOR": _TASKQUEUE, - "__module__": "temporal.api.taskqueue.v1.message_pb2", + "__module__": "temporalio.api.taskqueue.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.taskqueue.v1.TaskQueue) }, ) @@ -89,7 +89,7 @@ (_message.Message,), { "DESCRIPTOR": _TASKQUEUEMETADATA, - "__module__": "temporal.api.taskqueue.v1.message_pb2", + "__module__": "temporalio.api.taskqueue.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.taskqueue.v1.TaskQueueMetadata) }, ) @@ -100,7 +100,7 @@ (_message.Message,), { "DESCRIPTOR": _TASKQUEUEVERSIONINGINFO, - "__module__": "temporal.api.taskqueue.v1.message_pb2", + "__module__": "temporalio.api.taskqueue.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.taskqueue.v1.TaskQueueVersioningInfo) }, ) @@ -111,7 +111,7 @@ (_message.Message,), { "DESCRIPTOR": _TASKQUEUEVERSIONSELECTION, - "__module__": "temporal.api.taskqueue.v1.message_pb2", + "__module__": "temporalio.api.taskqueue.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.taskqueue.v1.TaskQueueVersionSelection) }, ) @@ -126,12 +126,12 @@ (_message.Message,), { "DESCRIPTOR": _TASKQUEUEVERSIONINFO_TYPESINFOENTRY, - "__module__": "temporal.api.taskqueue.v1.message_pb2", + "__module__": "temporalio.api.taskqueue.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.taskqueue.v1.TaskQueueVersionInfo.TypesInfoEntry) }, ), "DESCRIPTOR": _TASKQUEUEVERSIONINFO, - "__module__": "temporal.api.taskqueue.v1.message_pb2", + "__module__": "temporalio.api.taskqueue.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.taskqueue.v1.TaskQueueVersionInfo) }, ) @@ -143,7 +143,7 @@ (_message.Message,), { "DESCRIPTOR": _TASKQUEUETYPEINFO, - "__module__": "temporal.api.taskqueue.v1.message_pb2", + "__module__": "temporalio.api.taskqueue.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.taskqueue.v1.TaskQueueTypeInfo) }, ) @@ -154,7 +154,7 @@ (_message.Message,), { "DESCRIPTOR": _TASKQUEUESTATS, - "__module__": "temporal.api.taskqueue.v1.message_pb2", + "__module__": "temporalio.api.taskqueue.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.taskqueue.v1.TaskQueueStats) }, ) @@ -165,7 +165,7 @@ (_message.Message,), { "DESCRIPTOR": _TASKQUEUESTATUS, - "__module__": "temporal.api.taskqueue.v1.message_pb2", + "__module__": "temporalio.api.taskqueue.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.taskqueue.v1.TaskQueueStatus) }, ) @@ -176,7 +176,7 @@ (_message.Message,), { "DESCRIPTOR": _TASKIDBLOCK, - "__module__": "temporal.api.taskqueue.v1.message_pb2", + "__module__": "temporalio.api.taskqueue.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.taskqueue.v1.TaskIdBlock) }, ) @@ -187,7 +187,7 @@ (_message.Message,), { "DESCRIPTOR": _TASKQUEUEPARTITIONMETADATA, - "__module__": "temporal.api.taskqueue.v1.message_pb2", + "__module__": "temporalio.api.taskqueue.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.taskqueue.v1.TaskQueuePartitionMetadata) }, ) @@ -198,7 +198,7 @@ (_message.Message,), { "DESCRIPTOR": _POLLERINFO, - "__module__": "temporal.api.taskqueue.v1.message_pb2", + "__module__": "temporalio.api.taskqueue.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.taskqueue.v1.PollerInfo) }, ) @@ -209,7 +209,7 @@ (_message.Message,), { "DESCRIPTOR": _STICKYEXECUTIONATTRIBUTES, - "__module__": "temporal.api.taskqueue.v1.message_pb2", + "__module__": "temporalio.api.taskqueue.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.taskqueue.v1.StickyExecutionAttributes) }, ) @@ -220,7 +220,7 @@ (_message.Message,), { "DESCRIPTOR": _COMPATIBLEVERSIONSET, - "__module__": "temporal.api.taskqueue.v1.message_pb2", + "__module__": "temporalio.api.taskqueue.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.taskqueue.v1.CompatibleVersionSet) }, ) @@ -231,7 +231,7 @@ (_message.Message,), { "DESCRIPTOR": _TASKQUEUEREACHABILITY, - "__module__": "temporal.api.taskqueue.v1.message_pb2", + "__module__": "temporalio.api.taskqueue.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.taskqueue.v1.TaskQueueReachability) }, ) @@ -242,7 +242,7 @@ (_message.Message,), { "DESCRIPTOR": _BUILDIDREACHABILITY, - "__module__": "temporal.api.taskqueue.v1.message_pb2", + "__module__": "temporalio.api.taskqueue.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.taskqueue.v1.BuildIdReachability) }, ) @@ -253,7 +253,7 @@ (_message.Message,), { "DESCRIPTOR": _RAMPBYPERCENTAGE, - "__module__": "temporal.api.taskqueue.v1.message_pb2", + "__module__": "temporalio.api.taskqueue.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.taskqueue.v1.RampByPercentage) }, ) @@ -264,7 +264,7 @@ (_message.Message,), { "DESCRIPTOR": _BUILDIDASSIGNMENTRULE, - "__module__": "temporal.api.taskqueue.v1.message_pb2", + "__module__": "temporalio.api.taskqueue.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.taskqueue.v1.BuildIdAssignmentRule) }, ) @@ -275,7 +275,7 @@ (_message.Message,), { "DESCRIPTOR": _COMPATIBLEBUILDIDREDIRECTRULE, - "__module__": "temporal.api.taskqueue.v1.message_pb2", + "__module__": "temporalio.api.taskqueue.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.taskqueue.v1.CompatibleBuildIdRedirectRule) }, ) @@ -286,7 +286,7 @@ (_message.Message,), { "DESCRIPTOR": _TIMESTAMPEDBUILDIDASSIGNMENTRULE, - "__module__": "temporal.api.taskqueue.v1.message_pb2", + "__module__": "temporalio.api.taskqueue.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.taskqueue.v1.TimestampedBuildIdAssignmentRule) }, ) @@ -297,7 +297,7 @@ (_message.Message,), { "DESCRIPTOR": _TIMESTAMPEDCOMPATIBLEBUILDIDREDIRECTRULE, - "__module__": "temporal.api.taskqueue.v1.message_pb2", + "__module__": "temporalio.api.taskqueue.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.taskqueue.v1.TimestampedCompatibleBuildIdRedirectRule) }, ) @@ -308,7 +308,7 @@ (_message.Message,), { "DESCRIPTOR": _POLLERSCALINGDECISION, - "__module__": "temporal.api.taskqueue.v1.message_pb2", + "__module__": "temporalio.api.taskqueue.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.taskqueue.v1.PollerScalingDecision) }, ) @@ -319,7 +319,7 @@ (_message.Message,), { "DESCRIPTOR": _RATELIMIT, - "__module__": "temporal.api.taskqueue.v1.message_pb2", + "__module__": "temporalio.api.taskqueue.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.taskqueue.v1.RateLimit) }, ) @@ -330,7 +330,7 @@ (_message.Message,), { "DESCRIPTOR": _CONFIGMETADATA, - "__module__": "temporal.api.taskqueue.v1.message_pb2", + "__module__": "temporalio.api.taskqueue.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.taskqueue.v1.ConfigMetadata) }, ) @@ -341,7 +341,7 @@ (_message.Message,), { "DESCRIPTOR": _RATELIMITCONFIG, - "__module__": "temporal.api.taskqueue.v1.message_pb2", + "__module__": "temporalio.api.taskqueue.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.taskqueue.v1.RateLimitConfig) }, ) @@ -352,7 +352,7 @@ (_message.Message,), { "DESCRIPTOR": _TASKQUEUECONFIG, - "__module__": "temporal.api.taskqueue.v1.message_pb2", + "__module__": "temporalio.api.taskqueue.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.taskqueue.v1.TaskQueueConfig) }, ) diff --git a/temporalio/api/testservice/v1/request_response_pb2.py b/temporalio/api/testservice/v1/request_response_pb2.py index 51ef70f65..65e52f72a 100644 --- a/temporalio/api/testservice/v1/request_response_pb2.py +++ b/temporalio/api/testservice/v1/request_response_pb2.py @@ -39,7 +39,7 @@ (_message.Message,), { "DESCRIPTOR": _LOCKTIMESKIPPINGREQUEST, - "__module__": "temporal.api.testservice.v1.request_response_pb2", + "__module__": "temporalio.api.testservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.testservice.v1.LockTimeSkippingRequest) }, ) @@ -50,7 +50,7 @@ (_message.Message,), { "DESCRIPTOR": _LOCKTIMESKIPPINGRESPONSE, - "__module__": "temporal.api.testservice.v1.request_response_pb2", + "__module__": "temporalio.api.testservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.testservice.v1.LockTimeSkippingResponse) }, ) @@ -61,7 +61,7 @@ (_message.Message,), { "DESCRIPTOR": _UNLOCKTIMESKIPPINGREQUEST, - "__module__": "temporal.api.testservice.v1.request_response_pb2", + "__module__": "temporalio.api.testservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.testservice.v1.UnlockTimeSkippingRequest) }, ) @@ -72,7 +72,7 @@ (_message.Message,), { "DESCRIPTOR": _UNLOCKTIMESKIPPINGRESPONSE, - "__module__": "temporal.api.testservice.v1.request_response_pb2", + "__module__": "temporalio.api.testservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.testservice.v1.UnlockTimeSkippingResponse) }, ) @@ -83,7 +83,7 @@ (_message.Message,), { "DESCRIPTOR": _SLEEPUNTILREQUEST, - "__module__": "temporal.api.testservice.v1.request_response_pb2", + "__module__": "temporalio.api.testservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.testservice.v1.SleepUntilRequest) }, ) @@ -94,7 +94,7 @@ (_message.Message,), { "DESCRIPTOR": _SLEEPREQUEST, - "__module__": "temporal.api.testservice.v1.request_response_pb2", + "__module__": "temporalio.api.testservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.testservice.v1.SleepRequest) }, ) @@ -105,7 +105,7 @@ (_message.Message,), { "DESCRIPTOR": _SLEEPRESPONSE, - "__module__": "temporal.api.testservice.v1.request_response_pb2", + "__module__": "temporalio.api.testservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.testservice.v1.SleepResponse) }, ) @@ -116,7 +116,7 @@ (_message.Message,), { "DESCRIPTOR": _GETCURRENTTIMERESPONSE, - "__module__": "temporal.api.testservice.v1.request_response_pb2", + "__module__": "temporalio.api.testservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.testservice.v1.GetCurrentTimeResponse) }, ) diff --git a/temporalio/api/update/v1/message_pb2.py b/temporalio/api/update/v1/message_pb2.py index badea1dd1..b0517a662 100644 --- a/temporalio/api/update/v1/message_pb2.py +++ b/temporalio/api/update/v1/message_pb2.py @@ -43,7 +43,7 @@ (_message.Message,), { "DESCRIPTOR": _WAITPOLICY, - "__module__": "temporal.api.update.v1.message_pb2", + "__module__": "temporalio.api.update.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.update.v1.WaitPolicy) }, ) @@ -54,7 +54,7 @@ (_message.Message,), { "DESCRIPTOR": _UPDATEREF, - "__module__": "temporal.api.update.v1.message_pb2", + "__module__": "temporalio.api.update.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.update.v1.UpdateRef) }, ) @@ -65,7 +65,7 @@ (_message.Message,), { "DESCRIPTOR": _OUTCOME, - "__module__": "temporal.api.update.v1.message_pb2", + "__module__": "temporalio.api.update.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.update.v1.Outcome) }, ) @@ -76,7 +76,7 @@ (_message.Message,), { "DESCRIPTOR": _META, - "__module__": "temporal.api.update.v1.message_pb2", + "__module__": "temporalio.api.update.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.update.v1.Meta) }, ) @@ -87,7 +87,7 @@ (_message.Message,), { "DESCRIPTOR": _INPUT, - "__module__": "temporal.api.update.v1.message_pb2", + "__module__": "temporalio.api.update.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.update.v1.Input) }, ) @@ -98,7 +98,7 @@ (_message.Message,), { "DESCRIPTOR": _REQUEST, - "__module__": "temporal.api.update.v1.message_pb2", + "__module__": "temporalio.api.update.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.update.v1.Request) }, ) @@ -109,7 +109,7 @@ (_message.Message,), { "DESCRIPTOR": _REJECTION, - "__module__": "temporal.api.update.v1.message_pb2", + "__module__": "temporalio.api.update.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.update.v1.Rejection) }, ) @@ -120,7 +120,7 @@ (_message.Message,), { "DESCRIPTOR": _ACCEPTANCE, - "__module__": "temporal.api.update.v1.message_pb2", + "__module__": "temporalio.api.update.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.update.v1.Acceptance) }, ) @@ -131,7 +131,7 @@ (_message.Message,), { "DESCRIPTOR": _RESPONSE, - "__module__": "temporal.api.update.v1.message_pb2", + "__module__": "temporalio.api.update.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.update.v1.Response) }, ) diff --git a/temporalio/api/version/v1/message_pb2.py b/temporalio/api/version/v1/message_pb2.py index de0b7a6ce..e17a3ed9f 100644 --- a/temporalio/api/version/v1/message_pb2.py +++ b/temporalio/api/version/v1/message_pb2.py @@ -33,7 +33,7 @@ (_message.Message,), { "DESCRIPTOR": _RELEASEINFO, - "__module__": "temporal.api.version.v1.message_pb2", + "__module__": "temporalio.api.version.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.version.v1.ReleaseInfo) }, ) @@ -44,7 +44,7 @@ (_message.Message,), { "DESCRIPTOR": _ALERT, - "__module__": "temporal.api.version.v1.message_pb2", + "__module__": "temporalio.api.version.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.version.v1.Alert) }, ) @@ -55,7 +55,7 @@ (_message.Message,), { "DESCRIPTOR": _VERSIONINFO, - "__module__": "temporal.api.version.v1.message_pb2", + "__module__": "temporalio.api.version.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.version.v1.VersionInfo) }, ) diff --git a/temporalio/api/worker/v1/message_pb2.py b/temporalio/api/worker/v1/message_pb2.py index 4a5820368..71302f579 100644 --- a/temporalio/api/worker/v1/message_pb2.py +++ b/temporalio/api/worker/v1/message_pb2.py @@ -40,7 +40,7 @@ (_message.Message,), { "DESCRIPTOR": _WORKERPOLLERINFO, - "__module__": "temporal.api.worker.v1.message_pb2", + "__module__": "temporalio.api.worker.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.worker.v1.WorkerPollerInfo) }, ) @@ -51,7 +51,7 @@ (_message.Message,), { "DESCRIPTOR": _WORKERSLOTSINFO, - "__module__": "temporal.api.worker.v1.message_pb2", + "__module__": "temporalio.api.worker.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.worker.v1.WorkerSlotsInfo) }, ) @@ -62,7 +62,7 @@ (_message.Message,), { "DESCRIPTOR": _WORKERHOSTINFO, - "__module__": "temporal.api.worker.v1.message_pb2", + "__module__": "temporalio.api.worker.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.worker.v1.WorkerHostInfo) }, ) @@ -73,7 +73,7 @@ (_message.Message,), { "DESCRIPTOR": _WORKERHEARTBEAT, - "__module__": "temporal.api.worker.v1.message_pb2", + "__module__": "temporalio.api.worker.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.worker.v1.WorkerHeartbeat) }, ) @@ -84,7 +84,7 @@ (_message.Message,), { "DESCRIPTOR": _WORKERINFO, - "__module__": "temporal.api.worker.v1.message_pb2", + "__module__": "temporalio.api.worker.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.worker.v1.WorkerInfo) }, ) @@ -95,7 +95,7 @@ (_message.Message,), { "DESCRIPTOR": _PLUGININFO, - "__module__": "temporal.api.worker.v1.message_pb2", + "__module__": "temporalio.api.worker.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.worker.v1.PluginInfo) }, ) diff --git a/temporalio/api/workflow/v1/message_pb2.py b/temporalio/api/workflow/v1/message_pb2.py index 4e58a81c2..c0ea1d636 100644 --- a/temporalio/api/workflow/v1/message_pb2.py +++ b/temporalio/api/workflow/v1/message_pb2.py @@ -113,7 +113,7 @@ (_message.Message,), { "DESCRIPTOR": _WORKFLOWEXECUTIONINFO, - "__module__": "temporal.api.workflow.v1.message_pb2", + "__module__": "temporalio.api.workflow.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflow.v1.WorkflowExecutionInfo) }, ) @@ -128,12 +128,12 @@ (_message.Message,), { "DESCRIPTOR": _WORKFLOWEXECUTIONEXTENDEDINFO_REQUESTIDINFOSENTRY, - "__module__": "temporal.api.workflow.v1.message_pb2", + "__module__": "temporalio.api.workflow.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflow.v1.WorkflowExecutionExtendedInfo.RequestIdInfosEntry) }, ), "DESCRIPTOR": _WORKFLOWEXECUTIONEXTENDEDINFO, - "__module__": "temporal.api.workflow.v1.message_pb2", + "__module__": "temporalio.api.workflow.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflow.v1.WorkflowExecutionExtendedInfo) }, ) @@ -145,7 +145,7 @@ (_message.Message,), { "DESCRIPTOR": _WORKFLOWEXECUTIONVERSIONINGINFO, - "__module__": "temporal.api.workflow.v1.message_pb2", + "__module__": "temporalio.api.workflow.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflow.v1.WorkflowExecutionVersioningInfo) }, ) @@ -156,7 +156,7 @@ (_message.Message,), { "DESCRIPTOR": _DEPLOYMENTTRANSITION, - "__module__": "temporal.api.workflow.v1.message_pb2", + "__module__": "temporalio.api.workflow.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflow.v1.DeploymentTransition) }, ) @@ -167,7 +167,7 @@ (_message.Message,), { "DESCRIPTOR": _DEPLOYMENTVERSIONTRANSITION, - "__module__": "temporal.api.workflow.v1.message_pb2", + "__module__": "temporalio.api.workflow.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflow.v1.DeploymentVersionTransition) }, ) @@ -178,7 +178,7 @@ (_message.Message,), { "DESCRIPTOR": _WORKFLOWEXECUTIONCONFIG, - "__module__": "temporal.api.workflow.v1.message_pb2", + "__module__": "temporalio.api.workflow.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflow.v1.WorkflowExecutionConfig) }, ) @@ -197,7 +197,7 @@ (_message.Message,), { "DESCRIPTOR": _PENDINGACTIVITYINFO_PAUSEINFO_MANUAL, - "__module__": "temporal.api.workflow.v1.message_pb2", + "__module__": "temporalio.api.workflow.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflow.v1.PendingActivityInfo.PauseInfo.Manual) }, ), @@ -206,17 +206,17 @@ (_message.Message,), { "DESCRIPTOR": _PENDINGACTIVITYINFO_PAUSEINFO_RULE, - "__module__": "temporal.api.workflow.v1.message_pb2", + "__module__": "temporalio.api.workflow.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflow.v1.PendingActivityInfo.PauseInfo.Rule) }, ), "DESCRIPTOR": _PENDINGACTIVITYINFO_PAUSEINFO, - "__module__": "temporal.api.workflow.v1.message_pb2", + "__module__": "temporalio.api.workflow.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflow.v1.PendingActivityInfo.PauseInfo) }, ), "DESCRIPTOR": _PENDINGACTIVITYINFO, - "__module__": "temporal.api.workflow.v1.message_pb2", + "__module__": "temporalio.api.workflow.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflow.v1.PendingActivityInfo) }, ) @@ -230,7 +230,7 @@ (_message.Message,), { "DESCRIPTOR": _PENDINGCHILDEXECUTIONINFO, - "__module__": "temporal.api.workflow.v1.message_pb2", + "__module__": "temporalio.api.workflow.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflow.v1.PendingChildExecutionInfo) }, ) @@ -241,7 +241,7 @@ (_message.Message,), { "DESCRIPTOR": _PENDINGWORKFLOWTASKINFO, - "__module__": "temporal.api.workflow.v1.message_pb2", + "__module__": "temporalio.api.workflow.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflow.v1.PendingWorkflowTaskInfo) }, ) @@ -252,7 +252,7 @@ (_message.Message,), { "DESCRIPTOR": _RESETPOINTS, - "__module__": "temporal.api.workflow.v1.message_pb2", + "__module__": "temporalio.api.workflow.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflow.v1.ResetPoints) }, ) @@ -263,7 +263,7 @@ (_message.Message,), { "DESCRIPTOR": _RESETPOINTINFO, - "__module__": "temporal.api.workflow.v1.message_pb2", + "__module__": "temporalio.api.workflow.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflow.v1.ResetPointInfo) }, ) @@ -274,7 +274,7 @@ (_message.Message,), { "DESCRIPTOR": _NEWWORKFLOWEXECUTIONINFO, - "__module__": "temporal.api.workflow.v1.message_pb2", + "__module__": "temporalio.api.workflow.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflow.v1.NewWorkflowExecutionInfo) }, ) @@ -289,7 +289,7 @@ (_message.Message,), { "DESCRIPTOR": _CALLBACKINFO_WORKFLOWCLOSED, - "__module__": "temporal.api.workflow.v1.message_pb2", + "__module__": "temporalio.api.workflow.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflow.v1.CallbackInfo.WorkflowClosed) }, ), @@ -298,12 +298,12 @@ (_message.Message,), { "DESCRIPTOR": _CALLBACKINFO_TRIGGER, - "__module__": "temporal.api.workflow.v1.message_pb2", + "__module__": "temporalio.api.workflow.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflow.v1.CallbackInfo.Trigger) }, ), "DESCRIPTOR": _CALLBACKINFO, - "__module__": "temporal.api.workflow.v1.message_pb2", + "__module__": "temporalio.api.workflow.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflow.v1.CallbackInfo) }, ) @@ -316,7 +316,7 @@ (_message.Message,), { "DESCRIPTOR": _PENDINGNEXUSOPERATIONINFO, - "__module__": "temporal.api.workflow.v1.message_pb2", + "__module__": "temporalio.api.workflow.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflow.v1.PendingNexusOperationInfo) }, ) @@ -327,7 +327,7 @@ (_message.Message,), { "DESCRIPTOR": _NEXUSOPERATIONCANCELLATIONINFO, - "__module__": "temporal.api.workflow.v1.message_pb2", + "__module__": "temporalio.api.workflow.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflow.v1.NexusOperationCancellationInfo) }, ) @@ -338,7 +338,7 @@ (_message.Message,), { "DESCRIPTOR": _WORKFLOWEXECUTIONOPTIONS, - "__module__": "temporal.api.workflow.v1.message_pb2", + "__module__": "temporalio.api.workflow.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflow.v1.WorkflowExecutionOptions) }, ) @@ -353,12 +353,12 @@ (_message.Message,), { "DESCRIPTOR": _VERSIONINGOVERRIDE_PINNEDOVERRIDE, - "__module__": "temporal.api.workflow.v1.message_pb2", + "__module__": "temporalio.api.workflow.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflow.v1.VersioningOverride.PinnedOverride) }, ), "DESCRIPTOR": _VERSIONINGOVERRIDE, - "__module__": "temporal.api.workflow.v1.message_pb2", + "__module__": "temporalio.api.workflow.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflow.v1.VersioningOverride) }, ) @@ -370,7 +370,7 @@ (_message.Message,), { "DESCRIPTOR": _ONCONFLICTOPTIONS, - "__module__": "temporal.api.workflow.v1.message_pb2", + "__module__": "temporalio.api.workflow.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflow.v1.OnConflictOptions) }, ) @@ -381,7 +381,7 @@ (_message.Message,), { "DESCRIPTOR": _REQUESTIDINFO, - "__module__": "temporal.api.workflow.v1.message_pb2", + "__module__": "temporalio.api.workflow.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflow.v1.RequestIdInfo) }, ) @@ -396,7 +396,7 @@ (_message.Message,), { "DESCRIPTOR": _POSTRESETOPERATION_SIGNALWORKFLOW, - "__module__": "temporal.api.workflow.v1.message_pb2", + "__module__": "temporalio.api.workflow.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflow.v1.PostResetOperation.SignalWorkflow) }, ), @@ -405,12 +405,12 @@ (_message.Message,), { "DESCRIPTOR": _POSTRESETOPERATION_UPDATEWORKFLOWOPTIONS, - "__module__": "temporal.api.workflow.v1.message_pb2", + "__module__": "temporalio.api.workflow.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflow.v1.PostResetOperation.UpdateWorkflowOptions) }, ), "DESCRIPTOR": _POSTRESETOPERATION, - "__module__": "temporal.api.workflow.v1.message_pb2", + "__module__": "temporalio.api.workflow.v1.message_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflow.v1.PostResetOperation) }, ) diff --git a/temporalio/api/workflowservice/v1/request_response_pb2.py b/temporalio/api/workflowservice/v1/request_response_pb2.py index 5fd33bb8f..cbd8e0c00 100644 --- a/temporalio/api/workflowservice/v1/request_response_pb2.py +++ b/temporalio/api/workflowservice/v1/request_response_pb2.py @@ -705,12 +705,12 @@ (_message.Message,), { "DESCRIPTOR": _REGISTERNAMESPACEREQUEST_DATAENTRY, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RegisterNamespaceRequest.DataEntry) }, ), "DESCRIPTOR": _REGISTERNAMESPACEREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RegisterNamespaceRequest) }, ) @@ -722,7 +722,7 @@ (_message.Message,), { "DESCRIPTOR": _REGISTERNAMESPACERESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RegisterNamespaceResponse) }, ) @@ -733,7 +733,7 @@ (_message.Message,), { "DESCRIPTOR": _LISTNAMESPACESREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ListNamespacesRequest) }, ) @@ -744,7 +744,7 @@ (_message.Message,), { "DESCRIPTOR": _LISTNAMESPACESRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ListNamespacesResponse) }, ) @@ -755,7 +755,7 @@ (_message.Message,), { "DESCRIPTOR": _DESCRIBENAMESPACEREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.DescribeNamespaceRequest) }, ) @@ -766,7 +766,7 @@ (_message.Message,), { "DESCRIPTOR": _DESCRIBENAMESPACERESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.DescribeNamespaceResponse) }, ) @@ -777,7 +777,7 @@ (_message.Message,), { "DESCRIPTOR": _UPDATENAMESPACEREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.UpdateNamespaceRequest) }, ) @@ -788,7 +788,7 @@ (_message.Message,), { "DESCRIPTOR": _UPDATENAMESPACERESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.UpdateNamespaceResponse) }, ) @@ -799,7 +799,7 @@ (_message.Message,), { "DESCRIPTOR": _DEPRECATENAMESPACEREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.DeprecateNamespaceRequest) }, ) @@ -810,7 +810,7 @@ (_message.Message,), { "DESCRIPTOR": _DEPRECATENAMESPACERESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.DeprecateNamespaceResponse) }, ) @@ -821,7 +821,7 @@ (_message.Message,), { "DESCRIPTOR": _STARTWORKFLOWEXECUTIONREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.StartWorkflowExecutionRequest) }, ) @@ -832,7 +832,7 @@ (_message.Message,), { "DESCRIPTOR": _STARTWORKFLOWEXECUTIONRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.StartWorkflowExecutionResponse) }, ) @@ -843,7 +843,7 @@ (_message.Message,), { "DESCRIPTOR": _GETWORKFLOWEXECUTIONHISTORYREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.GetWorkflowExecutionHistoryRequest) }, ) @@ -854,7 +854,7 @@ (_message.Message,), { "DESCRIPTOR": _GETWORKFLOWEXECUTIONHISTORYRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.GetWorkflowExecutionHistoryResponse) }, ) @@ -865,7 +865,7 @@ (_message.Message,), { "DESCRIPTOR": _GETWORKFLOWEXECUTIONHISTORYREVERSEREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.GetWorkflowExecutionHistoryReverseRequest) }, ) @@ -876,7 +876,7 @@ (_message.Message,), { "DESCRIPTOR": _GETWORKFLOWEXECUTIONHISTORYREVERSERESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.GetWorkflowExecutionHistoryReverseResponse) }, ) @@ -887,7 +887,7 @@ (_message.Message,), { "DESCRIPTOR": _POLLWORKFLOWTASKQUEUEREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.PollWorkflowTaskQueueRequest) }, ) @@ -902,12 +902,12 @@ (_message.Message,), { "DESCRIPTOR": _POLLWORKFLOWTASKQUEUERESPONSE_QUERIESENTRY, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.PollWorkflowTaskQueueResponse.QueriesEntry) }, ), "DESCRIPTOR": _POLLWORKFLOWTASKQUEUERESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.PollWorkflowTaskQueueResponse) }, ) @@ -923,7 +923,7 @@ (_message.Message,), { "DESCRIPTOR": _RESPONDWORKFLOWTASKCOMPLETEDREQUEST_QUERYRESULTSENTRY, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RespondWorkflowTaskCompletedRequest.QueryResultsEntry) }, ), @@ -932,12 +932,12 @@ (_message.Message,), { "DESCRIPTOR": _RESPONDWORKFLOWTASKCOMPLETEDREQUEST_CAPABILITIES, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RespondWorkflowTaskCompletedRequest.Capabilities) }, ), "DESCRIPTOR": _RESPONDWORKFLOWTASKCOMPLETEDREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RespondWorkflowTaskCompletedRequest) }, ) @@ -950,7 +950,7 @@ (_message.Message,), { "DESCRIPTOR": _RESPONDWORKFLOWTASKCOMPLETEDRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RespondWorkflowTaskCompletedResponse) }, ) @@ -961,7 +961,7 @@ (_message.Message,), { "DESCRIPTOR": _RESPONDWORKFLOWTASKFAILEDREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RespondWorkflowTaskFailedRequest) }, ) @@ -972,7 +972,7 @@ (_message.Message,), { "DESCRIPTOR": _RESPONDWORKFLOWTASKFAILEDRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RespondWorkflowTaskFailedResponse) }, ) @@ -983,7 +983,7 @@ (_message.Message,), { "DESCRIPTOR": _POLLACTIVITYTASKQUEUEREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.PollActivityTaskQueueRequest) }, ) @@ -994,7 +994,7 @@ (_message.Message,), { "DESCRIPTOR": _POLLACTIVITYTASKQUEUERESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.PollActivityTaskQueueResponse) }, ) @@ -1005,7 +1005,7 @@ (_message.Message,), { "DESCRIPTOR": _RECORDACTIVITYTASKHEARTBEATREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RecordActivityTaskHeartbeatRequest) }, ) @@ -1016,7 +1016,7 @@ (_message.Message,), { "DESCRIPTOR": _RECORDACTIVITYTASKHEARTBEATRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RecordActivityTaskHeartbeatResponse) }, ) @@ -1027,7 +1027,7 @@ (_message.Message,), { "DESCRIPTOR": _RECORDACTIVITYTASKHEARTBEATBYIDREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RecordActivityTaskHeartbeatByIdRequest) }, ) @@ -1038,7 +1038,7 @@ (_message.Message,), { "DESCRIPTOR": _RECORDACTIVITYTASKHEARTBEATBYIDRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RecordActivityTaskHeartbeatByIdResponse) }, ) @@ -1049,7 +1049,7 @@ (_message.Message,), { "DESCRIPTOR": _RESPONDACTIVITYTASKCOMPLETEDREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RespondActivityTaskCompletedRequest) }, ) @@ -1060,7 +1060,7 @@ (_message.Message,), { "DESCRIPTOR": _RESPONDACTIVITYTASKCOMPLETEDRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RespondActivityTaskCompletedResponse) }, ) @@ -1071,7 +1071,7 @@ (_message.Message,), { "DESCRIPTOR": _RESPONDACTIVITYTASKCOMPLETEDBYIDREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RespondActivityTaskCompletedByIdRequest) }, ) @@ -1082,7 +1082,7 @@ (_message.Message,), { "DESCRIPTOR": _RESPONDACTIVITYTASKCOMPLETEDBYIDRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RespondActivityTaskCompletedByIdResponse) }, ) @@ -1093,7 +1093,7 @@ (_message.Message,), { "DESCRIPTOR": _RESPONDACTIVITYTASKFAILEDREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RespondActivityTaskFailedRequest) }, ) @@ -1104,7 +1104,7 @@ (_message.Message,), { "DESCRIPTOR": _RESPONDACTIVITYTASKFAILEDRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RespondActivityTaskFailedResponse) }, ) @@ -1115,7 +1115,7 @@ (_message.Message,), { "DESCRIPTOR": _RESPONDACTIVITYTASKFAILEDBYIDREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RespondActivityTaskFailedByIdRequest) }, ) @@ -1126,7 +1126,7 @@ (_message.Message,), { "DESCRIPTOR": _RESPONDACTIVITYTASKFAILEDBYIDRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RespondActivityTaskFailedByIdResponse) }, ) @@ -1137,7 +1137,7 @@ (_message.Message,), { "DESCRIPTOR": _RESPONDACTIVITYTASKCANCELEDREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RespondActivityTaskCanceledRequest) }, ) @@ -1148,7 +1148,7 @@ (_message.Message,), { "DESCRIPTOR": _RESPONDACTIVITYTASKCANCELEDRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RespondActivityTaskCanceledResponse) }, ) @@ -1159,7 +1159,7 @@ (_message.Message,), { "DESCRIPTOR": _RESPONDACTIVITYTASKCANCELEDBYIDREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RespondActivityTaskCanceledByIdRequest) }, ) @@ -1170,7 +1170,7 @@ (_message.Message,), { "DESCRIPTOR": _RESPONDACTIVITYTASKCANCELEDBYIDRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RespondActivityTaskCanceledByIdResponse) }, ) @@ -1181,7 +1181,7 @@ (_message.Message,), { "DESCRIPTOR": _REQUESTCANCELWORKFLOWEXECUTIONREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RequestCancelWorkflowExecutionRequest) }, ) @@ -1192,7 +1192,7 @@ (_message.Message,), { "DESCRIPTOR": _REQUESTCANCELWORKFLOWEXECUTIONRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RequestCancelWorkflowExecutionResponse) }, ) @@ -1203,7 +1203,7 @@ (_message.Message,), { "DESCRIPTOR": _SIGNALWORKFLOWEXECUTIONREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.SignalWorkflowExecutionRequest) }, ) @@ -1214,7 +1214,7 @@ (_message.Message,), { "DESCRIPTOR": _SIGNALWORKFLOWEXECUTIONRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.SignalWorkflowExecutionResponse) }, ) @@ -1225,7 +1225,7 @@ (_message.Message,), { "DESCRIPTOR": _SIGNALWITHSTARTWORKFLOWEXECUTIONREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.SignalWithStartWorkflowExecutionRequest) }, ) @@ -1236,7 +1236,7 @@ (_message.Message,), { "DESCRIPTOR": _SIGNALWITHSTARTWORKFLOWEXECUTIONRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.SignalWithStartWorkflowExecutionResponse) }, ) @@ -1247,7 +1247,7 @@ (_message.Message,), { "DESCRIPTOR": _RESETWORKFLOWEXECUTIONREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ResetWorkflowExecutionRequest) }, ) @@ -1258,7 +1258,7 @@ (_message.Message,), { "DESCRIPTOR": _RESETWORKFLOWEXECUTIONRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ResetWorkflowExecutionResponse) }, ) @@ -1269,7 +1269,7 @@ (_message.Message,), { "DESCRIPTOR": _TERMINATEWORKFLOWEXECUTIONREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.TerminateWorkflowExecutionRequest) }, ) @@ -1280,7 +1280,7 @@ (_message.Message,), { "DESCRIPTOR": _TERMINATEWORKFLOWEXECUTIONRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.TerminateWorkflowExecutionResponse) }, ) @@ -1291,7 +1291,7 @@ (_message.Message,), { "DESCRIPTOR": _DELETEWORKFLOWEXECUTIONREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.DeleteWorkflowExecutionRequest) }, ) @@ -1302,7 +1302,7 @@ (_message.Message,), { "DESCRIPTOR": _DELETEWORKFLOWEXECUTIONRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.DeleteWorkflowExecutionResponse) }, ) @@ -1313,7 +1313,7 @@ (_message.Message,), { "DESCRIPTOR": _LISTOPENWORKFLOWEXECUTIONSREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ListOpenWorkflowExecutionsRequest) }, ) @@ -1324,7 +1324,7 @@ (_message.Message,), { "DESCRIPTOR": _LISTOPENWORKFLOWEXECUTIONSRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ListOpenWorkflowExecutionsResponse) }, ) @@ -1335,7 +1335,7 @@ (_message.Message,), { "DESCRIPTOR": _LISTCLOSEDWORKFLOWEXECUTIONSREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ListClosedWorkflowExecutionsRequest) }, ) @@ -1346,7 +1346,7 @@ (_message.Message,), { "DESCRIPTOR": _LISTCLOSEDWORKFLOWEXECUTIONSRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ListClosedWorkflowExecutionsResponse) }, ) @@ -1357,7 +1357,7 @@ (_message.Message,), { "DESCRIPTOR": _LISTWORKFLOWEXECUTIONSREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ListWorkflowExecutionsRequest) }, ) @@ -1368,7 +1368,7 @@ (_message.Message,), { "DESCRIPTOR": _LISTWORKFLOWEXECUTIONSRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ListWorkflowExecutionsResponse) }, ) @@ -1379,7 +1379,7 @@ (_message.Message,), { "DESCRIPTOR": _LISTARCHIVEDWORKFLOWEXECUTIONSREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ListArchivedWorkflowExecutionsRequest) }, ) @@ -1390,7 +1390,7 @@ (_message.Message,), { "DESCRIPTOR": _LISTARCHIVEDWORKFLOWEXECUTIONSRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ListArchivedWorkflowExecutionsResponse) }, ) @@ -1401,7 +1401,7 @@ (_message.Message,), { "DESCRIPTOR": _SCANWORKFLOWEXECUTIONSREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ScanWorkflowExecutionsRequest) }, ) @@ -1412,7 +1412,7 @@ (_message.Message,), { "DESCRIPTOR": _SCANWORKFLOWEXECUTIONSRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ScanWorkflowExecutionsResponse) }, ) @@ -1423,7 +1423,7 @@ (_message.Message,), { "DESCRIPTOR": _COUNTWORKFLOWEXECUTIONSREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.CountWorkflowExecutionsRequest) }, ) @@ -1438,12 +1438,12 @@ (_message.Message,), { "DESCRIPTOR": _COUNTWORKFLOWEXECUTIONSRESPONSE_AGGREGATIONGROUP, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.CountWorkflowExecutionsResponse.AggregationGroup) }, ), "DESCRIPTOR": _COUNTWORKFLOWEXECUTIONSRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.CountWorkflowExecutionsResponse) }, ) @@ -1455,7 +1455,7 @@ (_message.Message,), { "DESCRIPTOR": _GETSEARCHATTRIBUTESREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.GetSearchAttributesRequest) }, ) @@ -1470,12 +1470,12 @@ (_message.Message,), { "DESCRIPTOR": _GETSEARCHATTRIBUTESRESPONSE_KEYSENTRY, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.GetSearchAttributesResponse.KeysEntry) }, ), "DESCRIPTOR": _GETSEARCHATTRIBUTESRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.GetSearchAttributesResponse) }, ) @@ -1487,7 +1487,7 @@ (_message.Message,), { "DESCRIPTOR": _RESPONDQUERYTASKCOMPLETEDREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RespondQueryTaskCompletedRequest) }, ) @@ -1498,7 +1498,7 @@ (_message.Message,), { "DESCRIPTOR": _RESPONDQUERYTASKCOMPLETEDRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RespondQueryTaskCompletedResponse) }, ) @@ -1509,7 +1509,7 @@ (_message.Message,), { "DESCRIPTOR": _RESETSTICKYTASKQUEUEREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ResetStickyTaskQueueRequest) }, ) @@ -1520,7 +1520,7 @@ (_message.Message,), { "DESCRIPTOR": _RESETSTICKYTASKQUEUERESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ResetStickyTaskQueueResponse) }, ) @@ -1531,7 +1531,7 @@ (_message.Message,), { "DESCRIPTOR": _SHUTDOWNWORKERREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ShutdownWorkerRequest) }, ) @@ -1542,7 +1542,7 @@ (_message.Message,), { "DESCRIPTOR": _SHUTDOWNWORKERRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ShutdownWorkerResponse) }, ) @@ -1553,7 +1553,7 @@ (_message.Message,), { "DESCRIPTOR": _QUERYWORKFLOWREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.QueryWorkflowRequest) }, ) @@ -1564,7 +1564,7 @@ (_message.Message,), { "DESCRIPTOR": _QUERYWORKFLOWRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.QueryWorkflowResponse) }, ) @@ -1575,7 +1575,7 @@ (_message.Message,), { "DESCRIPTOR": _DESCRIBEWORKFLOWEXECUTIONREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.DescribeWorkflowExecutionRequest) }, ) @@ -1586,7 +1586,7 @@ (_message.Message,), { "DESCRIPTOR": _DESCRIBEWORKFLOWEXECUTIONRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.DescribeWorkflowExecutionResponse) }, ) @@ -1597,7 +1597,7 @@ (_message.Message,), { "DESCRIPTOR": _DESCRIBETASKQUEUEREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.DescribeTaskQueueRequest) }, ) @@ -1612,7 +1612,7 @@ (_message.Message,), { "DESCRIPTOR": _DESCRIBETASKQUEUERESPONSE_STATSBYPRIORITYKEYENTRY, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.DescribeTaskQueueResponse.StatsByPriorityKeyEntry) }, ), @@ -1621,7 +1621,7 @@ (_message.Message,), { "DESCRIPTOR": _DESCRIBETASKQUEUERESPONSE_EFFECTIVERATELIMIT, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.DescribeTaskQueueResponse.EffectiveRateLimit) }, ), @@ -1630,12 +1630,12 @@ (_message.Message,), { "DESCRIPTOR": _DESCRIBETASKQUEUERESPONSE_VERSIONSINFOENTRY, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.DescribeTaskQueueResponse.VersionsInfoEntry) }, ), "DESCRIPTOR": _DESCRIBETASKQUEUERESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.DescribeTaskQueueResponse) }, ) @@ -1649,7 +1649,7 @@ (_message.Message,), { "DESCRIPTOR": _GETCLUSTERINFOREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.GetClusterInfoRequest) }, ) @@ -1664,12 +1664,12 @@ (_message.Message,), { "DESCRIPTOR": _GETCLUSTERINFORESPONSE_SUPPORTEDCLIENTSENTRY, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.GetClusterInfoResponse.SupportedClientsEntry) }, ), "DESCRIPTOR": _GETCLUSTERINFORESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.GetClusterInfoResponse) }, ) @@ -1681,7 +1681,7 @@ (_message.Message,), { "DESCRIPTOR": _GETSYSTEMINFOREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.GetSystemInfoRequest) }, ) @@ -1696,12 +1696,12 @@ (_message.Message,), { "DESCRIPTOR": _GETSYSTEMINFORESPONSE_CAPABILITIES, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.GetSystemInfoResponse.Capabilities) }, ), "DESCRIPTOR": _GETSYSTEMINFORESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.GetSystemInfoResponse) }, ) @@ -1713,7 +1713,7 @@ (_message.Message,), { "DESCRIPTOR": _LISTTASKQUEUEPARTITIONSREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ListTaskQueuePartitionsRequest) }, ) @@ -1724,7 +1724,7 @@ (_message.Message,), { "DESCRIPTOR": _LISTTASKQUEUEPARTITIONSRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ListTaskQueuePartitionsResponse) }, ) @@ -1735,7 +1735,7 @@ (_message.Message,), { "DESCRIPTOR": _CREATESCHEDULEREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.CreateScheduleRequest) }, ) @@ -1746,7 +1746,7 @@ (_message.Message,), { "DESCRIPTOR": _CREATESCHEDULERESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.CreateScheduleResponse) }, ) @@ -1757,7 +1757,7 @@ (_message.Message,), { "DESCRIPTOR": _DESCRIBESCHEDULEREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.DescribeScheduleRequest) }, ) @@ -1768,7 +1768,7 @@ (_message.Message,), { "DESCRIPTOR": _DESCRIBESCHEDULERESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.DescribeScheduleResponse) }, ) @@ -1779,7 +1779,7 @@ (_message.Message,), { "DESCRIPTOR": _UPDATESCHEDULEREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.UpdateScheduleRequest) }, ) @@ -1790,7 +1790,7 @@ (_message.Message,), { "DESCRIPTOR": _UPDATESCHEDULERESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.UpdateScheduleResponse) }, ) @@ -1801,7 +1801,7 @@ (_message.Message,), { "DESCRIPTOR": _PATCHSCHEDULEREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.PatchScheduleRequest) }, ) @@ -1812,7 +1812,7 @@ (_message.Message,), { "DESCRIPTOR": _PATCHSCHEDULERESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.PatchScheduleResponse) }, ) @@ -1823,7 +1823,7 @@ (_message.Message,), { "DESCRIPTOR": _LISTSCHEDULEMATCHINGTIMESREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ListScheduleMatchingTimesRequest) }, ) @@ -1834,7 +1834,7 @@ (_message.Message,), { "DESCRIPTOR": _LISTSCHEDULEMATCHINGTIMESRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ListScheduleMatchingTimesResponse) }, ) @@ -1845,7 +1845,7 @@ (_message.Message,), { "DESCRIPTOR": _DELETESCHEDULEREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.DeleteScheduleRequest) }, ) @@ -1856,7 +1856,7 @@ (_message.Message,), { "DESCRIPTOR": _DELETESCHEDULERESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.DeleteScheduleResponse) }, ) @@ -1867,7 +1867,7 @@ (_message.Message,), { "DESCRIPTOR": _LISTSCHEDULESREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ListSchedulesRequest) }, ) @@ -1878,7 +1878,7 @@ (_message.Message,), { "DESCRIPTOR": _LISTSCHEDULESRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ListSchedulesResponse) }, ) @@ -1893,7 +1893,7 @@ (_message.Message,), { "DESCRIPTOR": _UPDATEWORKERBUILDIDCOMPATIBILITYREQUEST_ADDNEWCOMPATIBLEVERSION, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.UpdateWorkerBuildIdCompatibilityRequest.AddNewCompatibleVersion) }, ), @@ -1902,12 +1902,12 @@ (_message.Message,), { "DESCRIPTOR": _UPDATEWORKERBUILDIDCOMPATIBILITYREQUEST_MERGESETS, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.UpdateWorkerBuildIdCompatibilityRequest.MergeSets) }, ), "DESCRIPTOR": _UPDATEWORKERBUILDIDCOMPATIBILITYREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.UpdateWorkerBuildIdCompatibilityRequest) }, ) @@ -1920,7 +1920,7 @@ (_message.Message,), { "DESCRIPTOR": _UPDATEWORKERBUILDIDCOMPATIBILITYRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.UpdateWorkerBuildIdCompatibilityResponse) }, ) @@ -1931,7 +1931,7 @@ (_message.Message,), { "DESCRIPTOR": _GETWORKERBUILDIDCOMPATIBILITYREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.GetWorkerBuildIdCompatibilityRequest) }, ) @@ -1942,7 +1942,7 @@ (_message.Message,), { "DESCRIPTOR": _GETWORKERBUILDIDCOMPATIBILITYRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.GetWorkerBuildIdCompatibilityResponse) }, ) @@ -1957,7 +1957,7 @@ (_message.Message,), { "DESCRIPTOR": _UPDATEWORKERVERSIONINGRULESREQUEST_INSERTBUILDIDASSIGNMENTRULE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.UpdateWorkerVersioningRulesRequest.InsertBuildIdAssignmentRule) }, ), @@ -1966,7 +1966,7 @@ (_message.Message,), { "DESCRIPTOR": _UPDATEWORKERVERSIONINGRULESREQUEST_REPLACEBUILDIDASSIGNMENTRULE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.UpdateWorkerVersioningRulesRequest.ReplaceBuildIdAssignmentRule) }, ), @@ -1975,7 +1975,7 @@ (_message.Message,), { "DESCRIPTOR": _UPDATEWORKERVERSIONINGRULESREQUEST_DELETEBUILDIDASSIGNMENTRULE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.UpdateWorkerVersioningRulesRequest.DeleteBuildIdAssignmentRule) }, ), @@ -1984,7 +1984,7 @@ (_message.Message,), { "DESCRIPTOR": _UPDATEWORKERVERSIONINGRULESREQUEST_ADDCOMPATIBLEBUILDIDREDIRECTRULE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.UpdateWorkerVersioningRulesRequest.AddCompatibleBuildIdRedirectRule) }, ), @@ -1993,7 +1993,7 @@ (_message.Message,), { "DESCRIPTOR": _UPDATEWORKERVERSIONINGRULESREQUEST_REPLACECOMPATIBLEBUILDIDREDIRECTRULE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.UpdateWorkerVersioningRulesRequest.ReplaceCompatibleBuildIdRedirectRule) }, ), @@ -2002,7 +2002,7 @@ (_message.Message,), { "DESCRIPTOR": _UPDATEWORKERVERSIONINGRULESREQUEST_DELETECOMPATIBLEBUILDIDREDIRECTRULE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.UpdateWorkerVersioningRulesRequest.DeleteCompatibleBuildIdRedirectRule) }, ), @@ -2011,12 +2011,12 @@ (_message.Message,), { "DESCRIPTOR": _UPDATEWORKERVERSIONINGRULESREQUEST_COMMITBUILDID, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.UpdateWorkerVersioningRulesRequest.CommitBuildId) }, ), "DESCRIPTOR": _UPDATEWORKERVERSIONINGRULESREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.UpdateWorkerVersioningRulesRequest) }, ) @@ -2040,7 +2040,7 @@ (_message.Message,), { "DESCRIPTOR": _UPDATEWORKERVERSIONINGRULESRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.UpdateWorkerVersioningRulesResponse) }, ) @@ -2051,7 +2051,7 @@ (_message.Message,), { "DESCRIPTOR": _GETWORKERVERSIONINGRULESREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.GetWorkerVersioningRulesRequest) }, ) @@ -2062,7 +2062,7 @@ (_message.Message,), { "DESCRIPTOR": _GETWORKERVERSIONINGRULESRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.GetWorkerVersioningRulesResponse) }, ) @@ -2073,7 +2073,7 @@ (_message.Message,), { "DESCRIPTOR": _GETWORKERTASKREACHABILITYREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.GetWorkerTaskReachabilityRequest) }, ) @@ -2084,7 +2084,7 @@ (_message.Message,), { "DESCRIPTOR": _GETWORKERTASKREACHABILITYRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.GetWorkerTaskReachabilityResponse) }, ) @@ -2095,7 +2095,7 @@ (_message.Message,), { "DESCRIPTOR": _UPDATEWORKFLOWEXECUTIONREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.UpdateWorkflowExecutionRequest) }, ) @@ -2106,7 +2106,7 @@ (_message.Message,), { "DESCRIPTOR": _UPDATEWORKFLOWEXECUTIONRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.UpdateWorkflowExecutionResponse) }, ) @@ -2117,7 +2117,7 @@ (_message.Message,), { "DESCRIPTOR": _STARTBATCHOPERATIONREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.StartBatchOperationRequest) }, ) @@ -2128,7 +2128,7 @@ (_message.Message,), { "DESCRIPTOR": _STARTBATCHOPERATIONRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.StartBatchOperationResponse) }, ) @@ -2139,7 +2139,7 @@ (_message.Message,), { "DESCRIPTOR": _STOPBATCHOPERATIONREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.StopBatchOperationRequest) }, ) @@ -2150,7 +2150,7 @@ (_message.Message,), { "DESCRIPTOR": _STOPBATCHOPERATIONRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.StopBatchOperationResponse) }, ) @@ -2161,7 +2161,7 @@ (_message.Message,), { "DESCRIPTOR": _DESCRIBEBATCHOPERATIONREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.DescribeBatchOperationRequest) }, ) @@ -2172,7 +2172,7 @@ (_message.Message,), { "DESCRIPTOR": _DESCRIBEBATCHOPERATIONRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.DescribeBatchOperationResponse) }, ) @@ -2183,7 +2183,7 @@ (_message.Message,), { "DESCRIPTOR": _LISTBATCHOPERATIONSREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ListBatchOperationsRequest) }, ) @@ -2194,7 +2194,7 @@ (_message.Message,), { "DESCRIPTOR": _LISTBATCHOPERATIONSRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ListBatchOperationsResponse) }, ) @@ -2205,7 +2205,7 @@ (_message.Message,), { "DESCRIPTOR": _POLLWORKFLOWEXECUTIONUPDATEREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.PollWorkflowExecutionUpdateRequest) }, ) @@ -2216,7 +2216,7 @@ (_message.Message,), { "DESCRIPTOR": _POLLWORKFLOWEXECUTIONUPDATERESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.PollWorkflowExecutionUpdateResponse) }, ) @@ -2227,7 +2227,7 @@ (_message.Message,), { "DESCRIPTOR": _POLLNEXUSTASKQUEUEREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.PollNexusTaskQueueRequest) }, ) @@ -2238,7 +2238,7 @@ (_message.Message,), { "DESCRIPTOR": _POLLNEXUSTASKQUEUERESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.PollNexusTaskQueueResponse) }, ) @@ -2249,7 +2249,7 @@ (_message.Message,), { "DESCRIPTOR": _RESPONDNEXUSTASKCOMPLETEDREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RespondNexusTaskCompletedRequest) }, ) @@ -2260,7 +2260,7 @@ (_message.Message,), { "DESCRIPTOR": _RESPONDNEXUSTASKCOMPLETEDRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RespondNexusTaskCompletedResponse) }, ) @@ -2271,7 +2271,7 @@ (_message.Message,), { "DESCRIPTOR": _RESPONDNEXUSTASKFAILEDREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RespondNexusTaskFailedRequest) }, ) @@ -2282,7 +2282,7 @@ (_message.Message,), { "DESCRIPTOR": _RESPONDNEXUSTASKFAILEDRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RespondNexusTaskFailedResponse) }, ) @@ -2297,12 +2297,12 @@ (_message.Message,), { "DESCRIPTOR": _EXECUTEMULTIOPERATIONREQUEST_OPERATION, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ExecuteMultiOperationRequest.Operation) }, ), "DESCRIPTOR": _EXECUTEMULTIOPERATIONREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ExecuteMultiOperationRequest) }, ) @@ -2318,12 +2318,12 @@ (_message.Message,), { "DESCRIPTOR": _EXECUTEMULTIOPERATIONRESPONSE_RESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ExecuteMultiOperationResponse.Response) }, ), "DESCRIPTOR": _EXECUTEMULTIOPERATIONRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ExecuteMultiOperationResponse) }, ) @@ -2335,7 +2335,7 @@ (_message.Message,), { "DESCRIPTOR": _UPDATEACTIVITYOPTIONSREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.UpdateActivityOptionsRequest) }, ) @@ -2346,7 +2346,7 @@ (_message.Message,), { "DESCRIPTOR": _UPDATEACTIVITYOPTIONSRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.UpdateActivityOptionsResponse) }, ) @@ -2357,7 +2357,7 @@ (_message.Message,), { "DESCRIPTOR": _PAUSEACTIVITYREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.PauseActivityRequest) }, ) @@ -2368,7 +2368,7 @@ (_message.Message,), { "DESCRIPTOR": _PAUSEACTIVITYRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.PauseActivityResponse) }, ) @@ -2379,7 +2379,7 @@ (_message.Message,), { "DESCRIPTOR": _UNPAUSEACTIVITYREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.UnpauseActivityRequest) }, ) @@ -2390,7 +2390,7 @@ (_message.Message,), { "DESCRIPTOR": _UNPAUSEACTIVITYRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.UnpauseActivityResponse) }, ) @@ -2401,7 +2401,7 @@ (_message.Message,), { "DESCRIPTOR": _RESETACTIVITYREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ResetActivityRequest) }, ) @@ -2412,7 +2412,7 @@ (_message.Message,), { "DESCRIPTOR": _RESETACTIVITYRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ResetActivityResponse) }, ) @@ -2423,7 +2423,7 @@ (_message.Message,), { "DESCRIPTOR": _UPDATEWORKFLOWEXECUTIONOPTIONSREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.UpdateWorkflowExecutionOptionsRequest) }, ) @@ -2434,7 +2434,7 @@ (_message.Message,), { "DESCRIPTOR": _UPDATEWORKFLOWEXECUTIONOPTIONSRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.UpdateWorkflowExecutionOptionsResponse) }, ) @@ -2445,7 +2445,7 @@ (_message.Message,), { "DESCRIPTOR": _DESCRIBEDEPLOYMENTREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.DescribeDeploymentRequest) }, ) @@ -2456,7 +2456,7 @@ (_message.Message,), { "DESCRIPTOR": _DESCRIBEDEPLOYMENTRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.DescribeDeploymentResponse) }, ) @@ -2467,7 +2467,7 @@ (_message.Message,), { "DESCRIPTOR": _DESCRIBEWORKERDEPLOYMENTVERSIONREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.DescribeWorkerDeploymentVersionRequest) }, ) @@ -2486,17 +2486,17 @@ (_message.Message,), { "DESCRIPTOR": _DESCRIBEWORKERDEPLOYMENTVERSIONRESPONSE_VERSIONTASKQUEUE_STATSBYPRIORITYKEYENTRY, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.DescribeWorkerDeploymentVersionResponse.VersionTaskQueue.StatsByPriorityKeyEntry) }, ), "DESCRIPTOR": _DESCRIBEWORKERDEPLOYMENTVERSIONRESPONSE_VERSIONTASKQUEUE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.DescribeWorkerDeploymentVersionResponse.VersionTaskQueue) }, ), "DESCRIPTOR": _DESCRIBEWORKERDEPLOYMENTVERSIONRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.DescribeWorkerDeploymentVersionResponse) }, ) @@ -2511,7 +2511,7 @@ (_message.Message,), { "DESCRIPTOR": _DESCRIBEWORKERDEPLOYMENTREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.DescribeWorkerDeploymentRequest) }, ) @@ -2522,7 +2522,7 @@ (_message.Message,), { "DESCRIPTOR": _DESCRIBEWORKERDEPLOYMENTRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.DescribeWorkerDeploymentResponse) }, ) @@ -2533,7 +2533,7 @@ (_message.Message,), { "DESCRIPTOR": _LISTDEPLOYMENTSREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ListDeploymentsRequest) }, ) @@ -2544,7 +2544,7 @@ (_message.Message,), { "DESCRIPTOR": _LISTDEPLOYMENTSRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ListDeploymentsResponse) }, ) @@ -2555,7 +2555,7 @@ (_message.Message,), { "DESCRIPTOR": _SETCURRENTDEPLOYMENTREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.SetCurrentDeploymentRequest) }, ) @@ -2566,7 +2566,7 @@ (_message.Message,), { "DESCRIPTOR": _SETCURRENTDEPLOYMENTRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.SetCurrentDeploymentResponse) }, ) @@ -2577,7 +2577,7 @@ (_message.Message,), { "DESCRIPTOR": _SETWORKERDEPLOYMENTCURRENTVERSIONREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.SetWorkerDeploymentCurrentVersionRequest) }, ) @@ -2588,7 +2588,7 @@ (_message.Message,), { "DESCRIPTOR": _SETWORKERDEPLOYMENTCURRENTVERSIONRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.SetWorkerDeploymentCurrentVersionResponse) }, ) @@ -2599,7 +2599,7 @@ (_message.Message,), { "DESCRIPTOR": _SETWORKERDEPLOYMENTRAMPINGVERSIONREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.SetWorkerDeploymentRampingVersionRequest) }, ) @@ -2610,7 +2610,7 @@ (_message.Message,), { "DESCRIPTOR": _SETWORKERDEPLOYMENTRAMPINGVERSIONRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.SetWorkerDeploymentRampingVersionResponse) }, ) @@ -2621,7 +2621,7 @@ (_message.Message,), { "DESCRIPTOR": _LISTWORKERDEPLOYMENTSREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ListWorkerDeploymentsRequest) }, ) @@ -2636,12 +2636,12 @@ (_message.Message,), { "DESCRIPTOR": _LISTWORKERDEPLOYMENTSRESPONSE_WORKERDEPLOYMENTSUMMARY, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ListWorkerDeploymentsResponse.WorkerDeploymentSummary) }, ), "DESCRIPTOR": _LISTWORKERDEPLOYMENTSRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ListWorkerDeploymentsResponse) }, ) @@ -2653,7 +2653,7 @@ (_message.Message,), { "DESCRIPTOR": _DELETEWORKERDEPLOYMENTVERSIONREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.DeleteWorkerDeploymentVersionRequest) }, ) @@ -2664,7 +2664,7 @@ (_message.Message,), { "DESCRIPTOR": _DELETEWORKERDEPLOYMENTVERSIONRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.DeleteWorkerDeploymentVersionResponse) }, ) @@ -2675,7 +2675,7 @@ (_message.Message,), { "DESCRIPTOR": _DELETEWORKERDEPLOYMENTREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.DeleteWorkerDeploymentRequest) }, ) @@ -2686,7 +2686,7 @@ (_message.Message,), { "DESCRIPTOR": _DELETEWORKERDEPLOYMENTRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.DeleteWorkerDeploymentResponse) }, ) @@ -2701,12 +2701,12 @@ (_message.Message,), { "DESCRIPTOR": _UPDATEWORKERDEPLOYMENTVERSIONMETADATAREQUEST_UPSERTENTRIESENTRY, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.UpdateWorkerDeploymentVersionMetadataRequest.UpsertEntriesEntry) }, ), "DESCRIPTOR": _UPDATEWORKERDEPLOYMENTVERSIONMETADATAREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.UpdateWorkerDeploymentVersionMetadataRequest) }, ) @@ -2719,7 +2719,7 @@ (_message.Message,), { "DESCRIPTOR": _UPDATEWORKERDEPLOYMENTVERSIONMETADATARESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.UpdateWorkerDeploymentVersionMetadataResponse) }, ) @@ -2731,7 +2731,7 @@ (_message.Message,), { "DESCRIPTOR": _GETCURRENTDEPLOYMENTREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.GetCurrentDeploymentRequest) }, ) @@ -2742,7 +2742,7 @@ (_message.Message,), { "DESCRIPTOR": _GETCURRENTDEPLOYMENTRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.GetCurrentDeploymentResponse) }, ) @@ -2753,7 +2753,7 @@ (_message.Message,), { "DESCRIPTOR": _GETDEPLOYMENTREACHABILITYREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.GetDeploymentReachabilityRequest) }, ) @@ -2764,7 +2764,7 @@ (_message.Message,), { "DESCRIPTOR": _GETDEPLOYMENTREACHABILITYRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.GetDeploymentReachabilityResponse) }, ) @@ -2775,7 +2775,7 @@ (_message.Message,), { "DESCRIPTOR": _CREATEWORKFLOWRULEREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.CreateWorkflowRuleRequest) }, ) @@ -2786,7 +2786,7 @@ (_message.Message,), { "DESCRIPTOR": _CREATEWORKFLOWRULERESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.CreateWorkflowRuleResponse) }, ) @@ -2797,7 +2797,7 @@ (_message.Message,), { "DESCRIPTOR": _DESCRIBEWORKFLOWRULEREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.DescribeWorkflowRuleRequest) }, ) @@ -2808,7 +2808,7 @@ (_message.Message,), { "DESCRIPTOR": _DESCRIBEWORKFLOWRULERESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.DescribeWorkflowRuleResponse) }, ) @@ -2819,7 +2819,7 @@ (_message.Message,), { "DESCRIPTOR": _DELETEWORKFLOWRULEREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.DeleteWorkflowRuleRequest) }, ) @@ -2830,7 +2830,7 @@ (_message.Message,), { "DESCRIPTOR": _DELETEWORKFLOWRULERESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.DeleteWorkflowRuleResponse) }, ) @@ -2841,7 +2841,7 @@ (_message.Message,), { "DESCRIPTOR": _LISTWORKFLOWRULESREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ListWorkflowRulesRequest) }, ) @@ -2852,7 +2852,7 @@ (_message.Message,), { "DESCRIPTOR": _LISTWORKFLOWRULESRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ListWorkflowRulesResponse) }, ) @@ -2863,7 +2863,7 @@ (_message.Message,), { "DESCRIPTOR": _TRIGGERWORKFLOWRULEREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.TriggerWorkflowRuleRequest) }, ) @@ -2874,7 +2874,7 @@ (_message.Message,), { "DESCRIPTOR": _TRIGGERWORKFLOWRULERESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.TriggerWorkflowRuleResponse) }, ) @@ -2885,7 +2885,7 @@ (_message.Message,), { "DESCRIPTOR": _RECORDWORKERHEARTBEATREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RecordWorkerHeartbeatRequest) }, ) @@ -2896,7 +2896,7 @@ (_message.Message,), { "DESCRIPTOR": _RECORDWORKERHEARTBEATRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RecordWorkerHeartbeatResponse) }, ) @@ -2907,7 +2907,7 @@ (_message.Message,), { "DESCRIPTOR": _LISTWORKERSREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ListWorkersRequest) }, ) @@ -2918,7 +2918,7 @@ (_message.Message,), { "DESCRIPTOR": _LISTWORKERSRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ListWorkersResponse) }, ) @@ -2933,12 +2933,12 @@ (_message.Message,), { "DESCRIPTOR": _UPDATETASKQUEUECONFIGREQUEST_RATELIMITUPDATE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.UpdateTaskQueueConfigRequest.RateLimitUpdate) }, ), "DESCRIPTOR": _UPDATETASKQUEUECONFIGREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.UpdateTaskQueueConfigRequest) }, ) @@ -2950,7 +2950,7 @@ (_message.Message,), { "DESCRIPTOR": _UPDATETASKQUEUECONFIGRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.UpdateTaskQueueConfigResponse) }, ) @@ -2961,7 +2961,7 @@ (_message.Message,), { "DESCRIPTOR": _FETCHWORKERCONFIGREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.FetchWorkerConfigRequest) }, ) @@ -2972,7 +2972,7 @@ (_message.Message,), { "DESCRIPTOR": _FETCHWORKERCONFIGRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.FetchWorkerConfigResponse) }, ) @@ -2983,7 +2983,7 @@ (_message.Message,), { "DESCRIPTOR": _UPDATEWORKERCONFIGREQUEST, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.UpdateWorkerConfigRequest) }, ) @@ -2994,7 +2994,7 @@ (_message.Message,), { "DESCRIPTOR": _UPDATEWORKERCONFIGRESPONSE, - "__module__": "temporal.api.workflowservice.v1.request_response_pb2", + "__module__": "temporalio.api.workflowservice.v1.request_response_pb2", # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.UpdateWorkerConfigResponse) }, ) From e2da645066e03782178937700a82d5bb2070c0c6 Mon Sep 17 00:00:00 2001 From: Tim Conley Date: Mon, 13 Oct 2025 10:22:46 -0700 Subject: [PATCH 2/2] Remove print --- scripts/gen_protos.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/gen_protos.py b/scripts/gen_protos.py index 81581673e..58c10940b 100644 --- a/scripts/gen_protos.py +++ b/scripts/gen_protos.py @@ -64,7 +64,6 @@ def fix_generated_output(base_path: Path): - protoc doesn't generate the correct import paths (https://github.com/protocolbuffers/protobuf/issues/1491) """ - print("Fixing generated protoc output") imports: Mapping[str, List[str]] = collections.defaultdict(list) for p in base_path.iterdir(): if p.is_dir():