class documentation
class CloudService(temporalio.bridge.services_generated.CloudService): (source)
Constructor: CloudService(client)
Client to the Temporal server's cloud service.
Inherited from CloudService
:
Method | __init__ |
Initialize service with the provided ServiceClient. |
Async Method | add |
Invokes the CloudService.add_namespace_region rpc method. |
Async Method | add |
Invokes the CloudService.add_user_group_member rpc method. |
Async Method | create |
Invokes the CloudService.create_api_key rpc method. |
Async Method | create |
Invokes the CloudService.create_connectivity_rule rpc method. |
Async Method | create |
Invokes the CloudService.create_namespace rpc method. |
Async Method | create |
Invokes the CloudService.create_namespace_export_sink rpc method. |
Async Method | create |
Invokes the CloudService.create_nexus_endpoint rpc method. |
Async Method | create |
Invokes the CloudService.create_service_account rpc method. |
Async Method | create |
Invokes the CloudService.create_user rpc method. |
Async Method | create |
Invokes the CloudService.create_user_group rpc method. |
Async Method | delete |
Invokes the CloudService.delete_api_key rpc method. |
Async Method | delete |
Invokes the CloudService.delete_connectivity_rule rpc method. |
Async Method | delete |
Invokes the CloudService.delete_namespace rpc method. |
Async Method | delete |
Invokes the CloudService.delete_namespace_export_sink rpc method. |
Async Method | delete |
Invokes the CloudService.delete_namespace_region rpc method. |
Async Method | delete |
Invokes the CloudService.delete_nexus_endpoint rpc method. |
Async Method | delete |
Invokes the CloudService.delete_service_account rpc method. |
Async Method | delete |
Invokes the CloudService.delete_user rpc method. |
Async Method | delete |
Invokes the CloudService.delete_user_group rpc method. |
Async Method | failover |
Invokes the CloudService.failover_namespace_region rpc method. |
Async Method | get |
Invokes the CloudService.get_account rpc method. |
Async Method | get |
Invokes the CloudService.get_api_key rpc method. |
Async Method | get |
Invokes the CloudService.get_api_keys rpc method. |
Async Method | get |
Invokes the CloudService.get_async_operation rpc method. |
Async Method | get |
Invokes the CloudService.get_connectivity_rule rpc method. |
Async Method | get |
Invokes the CloudService.get_connectivity_rules rpc method. |
Async Method | get |
Invokes the CloudService.get_namespace rpc method. |
Async Method | get |
Invokes the CloudService.get_namespace_export_sink rpc method. |
Async Method | get |
Invokes the CloudService.get_namespace_export_sinks rpc method. |
Async Method | get |
Invokes the CloudService.get_namespaces rpc method. |
Async Method | get |
Invokes the CloudService.get_nexus_endpoint rpc method. |
Async Method | get |
Invokes the CloudService.get_nexus_endpoints rpc method. |
Async Method | get |
Invokes the CloudService.get_region rpc method. |
Async Method | get |
Invokes the CloudService.get_regions rpc method. |
Async Method | get |
Invokes the CloudService.get_service_account rpc method. |
Async Method | get |
Invokes the CloudService.get_service_accounts rpc method. |
Async Method | get |
Invokes the CloudService.get_usage rpc method. |
Async Method | get |
Invokes the CloudService.get_user rpc method. |
Async Method | get |
Invokes the CloudService.get_user_group rpc method. |
Async Method | get |
Invokes the CloudService.get_user_group_members rpc method. |
Async Method | get |
Invokes the CloudService.get_user_groups rpc method. |
Async Method | get |
Invokes the CloudService.get_users rpc method. |
Async Method | remove |
Invokes the CloudService.remove_user_group_member rpc method. |
Async Method | rename |
Invokes the CloudService.rename_custom_search_attribute rpc method. |
Async Method | set |
Invokes the CloudService.set_user_group_namespace_access rpc method. |
Async Method | set |
Invokes the CloudService.set_user_namespace_access rpc method. |
Async Method | update |
Invokes the CloudService.update_account rpc method. |
Async Method | update |
Invokes the CloudService.update_api_key rpc method. |
Async Method | update |
Invokes the CloudService.update_namespace rpc method. |
Async Method | update |
Invokes the CloudService.update_namespace_export_sink rpc method. |
Async Method | update |
Invokes the CloudService.update_namespace_tags rpc method. |
Async Method | update |
Invokes the CloudService.update_nexus_endpoint rpc method. |
Async Method | update |
Invokes the CloudService.update_service_account rpc method. |
Async Method | update |
Invokes the CloudService.update_user rpc method. |
Async Method | update |
Invokes the CloudService.update_user_group rpc method. |
Async Method | validate |
Invokes the CloudService.validate_namespace_export_sink rpc method. |
Instance Variable | _client |
Undocumented |
Instance Variable | _service |
Undocumented |