class documentation

class OperatorService: (source)

Constructor: OperatorService(client)

View In Hierarchy

Client to the Temporal server's operator service.

Method __init__ Initialize the operator service.
Instance Variable add_or_update_remote_cluster Undocumented
Instance Variable add_search_attributes Undocumented
Instance Variable delete_namespace Undocumented
Instance Variable list_clusters Undocumented
Instance Variable list_search_attributes Undocumented
Instance Variable remove_remote_cluster Undocumented
Instance Variable remove_search_attributes Undocumented
def __init__(self, client: ServiceClient): (source)

Initialize the operator service.

add_or_update_remote_cluster = (source)

Undocumented

add_search_attributes = (source)

Undocumented

delete_namespace = (source)

Undocumented

list_clusters = (source)

Undocumented

list_search_attributes = (source)

Undocumented

remove_remote_cluster = (source)

Undocumented

remove_search_attributes = (source)

Undocumented