class OperatorService: (source)
Known subclasses: temporalio.service.OperatorService
Constructor: OperatorService(client)
RPC calls for the OperatorService.
| Method | __init__ |
Initialize service with the provided ServiceClient. |
| Async Method | add |
Invokes the OperatorService.add_or_update_remote_cluster rpc method. |
| Async Method | add |
Invokes the OperatorService.add_search_attributes rpc method. |
| Async Method | create |
Invokes the OperatorService.create_nexus_endpoint rpc method. |
| Async Method | delete |
Invokes the OperatorService.delete_namespace rpc method. |
| Async Method | delete |
Invokes the OperatorService.delete_nexus_endpoint rpc method. |
| Async Method | get |
Invokes the OperatorService.get_nexus_endpoint rpc method. |
| Async Method | list |
Invokes the OperatorService.list_clusters rpc method. |
| Async Method | list |
Invokes the OperatorService.list_nexus_endpoints rpc method. |
| Async Method | list |
Invokes the OperatorService.list_search_attributes rpc method. |
| Async Method | remove |
Invokes the OperatorService.remove_remote_cluster rpc method. |
| Async Method | remove |
Invokes the OperatorService.remove_search_attributes rpc method. |
| Async Method | update |
Invokes the OperatorService.update_nexus_endpoint rpc method. |
| Instance Variable | _client |
Undocumented |
| Instance Variable | _service |
Undocumented |
temporalio.api.operatorservice.v1.AddOrUpdateRemoteClusterRequest, retry: bool = False, metadata: Mapping[ str, str | bytes] = {}, timeout: timedelta | None = None) -> temporalio.api.operatorservice.v1.AddOrUpdateRemoteClusterResponse:
(source)
¶
Invokes the OperatorService.add_or_update_remote_cluster rpc method.
temporalio.api.operatorservice.v1.AddSearchAttributesRequest, retry: bool = False, metadata: Mapping[ str, str | bytes] = {}, timeout: timedelta | None = None) -> temporalio.api.operatorservice.v1.AddSearchAttributesResponse:
(source)
¶
Invokes the OperatorService.add_search_attributes rpc method.
temporalio.api.operatorservice.v1.CreateNexusEndpointRequest, retry: bool = False, metadata: Mapping[ str, str | bytes] = {}, timeout: timedelta | None = None) -> temporalio.api.operatorservice.v1.CreateNexusEndpointResponse:
(source)
¶
Invokes the OperatorService.create_nexus_endpoint rpc method.
temporalio.api.operatorservice.v1.DeleteNamespaceRequest, retry: bool = False, metadata: Mapping[ str, str | bytes] = {}, timeout: timedelta | None = None) -> temporalio.api.operatorservice.v1.DeleteNamespaceResponse:
(source)
¶
Invokes the OperatorService.delete_namespace rpc method.
temporalio.api.operatorservice.v1.DeleteNexusEndpointRequest, retry: bool = False, metadata: Mapping[ str, str | bytes] = {}, timeout: timedelta | None = None) -> temporalio.api.operatorservice.v1.DeleteNexusEndpointResponse:
(source)
¶
Invokes the OperatorService.delete_nexus_endpoint rpc method.
temporalio.api.operatorservice.v1.GetNexusEndpointRequest, retry: bool = False, metadata: Mapping[ str, str | bytes] = {}, timeout: timedelta | None = None) -> temporalio.api.operatorservice.v1.GetNexusEndpointResponse:
(source)
¶
Invokes the OperatorService.get_nexus_endpoint rpc method.
temporalio.api.operatorservice.v1.ListClustersRequest, retry: bool = False, metadata: Mapping[ str, str | bytes] = {}, timeout: timedelta | None = None) -> temporalio.api.operatorservice.v1.ListClustersResponse:
(source)
¶
Invokes the OperatorService.list_clusters rpc method.
temporalio.api.operatorservice.v1.ListNexusEndpointsRequest, retry: bool = False, metadata: Mapping[ str, str | bytes] = {}, timeout: timedelta | None = None) -> temporalio.api.operatorservice.v1.ListNexusEndpointsResponse:
(source)
¶
Invokes the OperatorService.list_nexus_endpoints rpc method.
temporalio.api.operatorservice.v1.ListSearchAttributesRequest, retry: bool = False, metadata: Mapping[ str, str | bytes] = {}, timeout: timedelta | None = None) -> temporalio.api.operatorservice.v1.ListSearchAttributesResponse:
(source)
¶
Invokes the OperatorService.list_search_attributes rpc method.
temporalio.api.operatorservice.v1.RemoveRemoteClusterRequest, retry: bool = False, metadata: Mapping[ str, str | bytes] = {}, timeout: timedelta | None = None) -> temporalio.api.operatorservice.v1.RemoveRemoteClusterResponse:
(source)
¶
Invokes the OperatorService.remove_remote_cluster rpc method.
temporalio.api.operatorservice.v1.RemoveSearchAttributesRequest, retry: bool = False, metadata: Mapping[ str, str | bytes] = {}, timeout: timedelta | None = None) -> temporalio.api.operatorservice.v1.RemoveSearchAttributesResponse:
(source)
¶
Invokes the OperatorService.remove_search_attributes rpc method.
temporalio.api.operatorservice.v1.UpdateNexusEndpointRequest, retry: bool = False, metadata: Mapping[ str, str | bytes] = {}, timeout: timedelta | None = None) -> temporalio.api.operatorservice.v1.UpdateNexusEndpointResponse:
(source)
¶
Invokes the OperatorService.update_nexus_endpoint rpc method.