class documentation

class OperatorService: (source)

Known subclasses: temporalio.service.OperatorService

Constructor: OperatorService(client)

View In Hierarchy

RPC calls for the OperatorService.

Method __init__ Initialize service with the provided ServiceClient.
Async Method add_or_update_remote_cluster Invokes the OperatorService.add_or_update_remote_cluster rpc method.
Async Method add_search_attributes Invokes the OperatorService.add_search_attributes rpc method.
Async Method create_nexus_endpoint Invokes the OperatorService.create_nexus_endpoint rpc method.
Async Method delete_namespace Invokes the OperatorService.delete_namespace rpc method.
Async Method delete_nexus_endpoint Invokes the OperatorService.delete_nexus_endpoint rpc method.
Async Method get_nexus_endpoint Invokes the OperatorService.get_nexus_endpoint rpc method.
Async Method list_clusters Invokes the OperatorService.list_clusters rpc method.
Async Method list_nexus_endpoints Invokes the OperatorService.list_nexus_endpoints rpc method.
Async Method list_search_attributes Invokes the OperatorService.list_search_attributes rpc method.
Async Method remove_remote_cluster Invokes the OperatorService.remove_remote_cluster rpc method.
Async Method remove_search_attributes Invokes the OperatorService.remove_search_attributes rpc method.
Async Method update_nexus_endpoint Invokes the OperatorService.update_nexus_endpoint rpc method.
Instance Variable _client Undocumented
Instance Variable _service Undocumented
def __init__(self, client: ServiceClient): (source)

Initialize service with the provided ServiceClient.

Invokes the OperatorService.add_or_update_remote_cluster rpc method.

Invokes the OperatorService.add_search_attributes rpc method.

Invokes the OperatorService.create_nexus_endpoint rpc method.

Invokes the OperatorService.delete_namespace rpc method.

Invokes the OperatorService.delete_nexus_endpoint rpc method.

Invokes the OperatorService.get_nexus_endpoint rpc method.

Invokes the OperatorService.list_clusters rpc method.

Invokes the OperatorService.list_nexus_endpoints rpc method.

Invokes the OperatorService.list_search_attributes rpc method.

Invokes the OperatorService.remove_remote_cluster rpc method.

Invokes the OperatorService.remove_search_attributes rpc method.

Invokes the OperatorService.update_nexus_endpoint rpc method.

Undocumented

_service: str = (source)

Undocumented