temporalio.bridge.services_generated.OperatorService
class documentation

class OperatorService: (source)

Known subclasses: temporalio.service.OperatorService

Constructor: OperatorService(client)

View In Hierarchy

RPC calls for the OperatorService.

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