Get desktop application:
View/edit binary Protocol Buffers messages
OperatorService API defines how Temporal SDKs and other clients interact with the Temporal server to perform administrative functions like registering a search attribute or a namespace. APIs in this file could be not compatible with Temporal Cloud, hence it's usage in SDKs should be limited by designated APIs that clearly state that they shouldn't be used by the main Application (Workflows & Activities) framework.
(-- Search Attribute --)
AddOrUpdateRemoteCluster adds or updates remote cluster.
Frontend Address is a cross cluster accessible address for gRPC traffic. This field is required.
Flag to enable / disable the cross cluster connection.
Frontend HTTP Address is a cross cluster accessible address for HTTP traffic. This field is optional. If not provided on update, the existing HTTP address will be removed.
Controls whether replication streams are active.
(message has no fields)
AddSearchAttributes add custom search attributes. Returns ALREADY_EXISTS status code if a Search Attribute with any of the specified names already exists Returns INTERNAL status code with temporal.api.errordetails.v1.SystemWorkflowFailure in Error Details if registration process fails,
Mapping between search attribute name and its IndexedValueType.
(message has no fields)
Create a Nexus endpoint. This will fail if an endpoint with the same name is already registered with a status of ALREADY_EXISTS. Returns the created endpoint with its initial version. You may use this version for subsequent updates.
Endpoint definition to create.
Data post acceptance. Can be used to issue additional updates to this record.
DeleteNamespace synchronously deletes a namespace and asynchronously reclaims all namespace resources.
Only one of namespace or namespace_id must be specified to identify namespace.
If provided, the deletion of namespace info will be delayed for the given duration (0 means no delay). If not provided, the default delay configured in the cluster will be used.
Temporary namespace name that is used during reclaim resources step.
Delete an incoming Nexus service by ID.
Server-generated unique endpoint ID.
Data version for this endpoint. Must match current version.
(message has no fields)
Get a registered Nexus endpoint by ID. The returned version can be used for optimistic updates.
Server-generated unique endpoint ID.
ListClusters returns information about Temporal clusters.
List of all cluster information
List all Nexus endpoints for the cluster, sorted by ID in ascending order. Set page_token in the request to the next_page_token field of the previous response to get the next page of results. An empty next_page_token indicates that there are no more results. During pagination, a newly added service with an ID lexicographically earlier than the previous page's last endpoint's ID may be missed.
To get the next page, pass in `ListNexusEndpointsResponse.next_page_token` from the previous page's response, the token will be empty if there's no other page. Note: the last page may be empty if the total number of endpoints registered is a multiple of the page size.
Name of the incoming endpoint to filter on - optional. Specifying this will result in zero or one results. (-- api-linter: core::203::field-behavior-required=disabled aip.dev/not-precedent: Not following linter rules. --)
Token for getting the next page.
ListSearchAttributes returns comprehensive information about search attributes.
Mapping between custom (user-registered) search attribute name to its IndexedValueType.
Mapping between system (predefined) search attribute name to its IndexedValueType.
Mapping from the attribute name to the visibility storage native type.
RemoveRemoteCluster removes remote cluster.
Remote cluster name to be removed.
(message has no fields)
RemoveSearchAttributes removes custom search attributes. Returns NOT_FOUND status code if a Search Attribute with any of the specified names is not registered
Search attribute names to delete.
(message has no fields)
Optimistically update a Nexus endpoint based on provided version as obtained via the `GetNexusEndpoint` or `ListNexusEndpointResponse` APIs. This will fail with a status of FAILED_PRECONDITION if the version does not match. Returns the updated endpoint with its updated version. You may use this version for subsequent updates. You don't need to increment the version yourself. The server will increment the version for you after each update.
Server-generated unique endpoint ID.
Data version for this endpoint. Must match current version.
Data post acceptance. Can be used to issue additional updates to this record.
Used in:
Name of the cluster name.
Id of the cluster.
gRPC address.
HTTP address, if one exists.
A unique failover version across all connected clusters.
History service shard number.
A flag to indicate if a connection is active.
A flag to indicate if replication is enabled.