class documentation
class OperatorService(temporalio.bridge.services_generated.OperatorService): (source)
Constructor: OperatorService(client)
Client to the Temporal server's operator service.
Inherited from 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 |