Class OperatorServiceGrpc
java.lang.Object
io.temporal.api.operatorservice.v1.OperatorServiceGrpc
@Generated(value="by gRPC proto compiler (version 1.34.1)",
comments="Source: temporal/api/operatorservice/v1/service.proto")
public final class OperatorServiceGrpc
extends Object
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.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classOperatorService 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.static final classOperatorService 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.static classOperatorService 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.static final classOperatorService 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. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<AddOrUpdateRemoteClusterRequest, AddOrUpdateRemoteClusterResponse> static io.grpc.MethodDescriptor<AddSearchAttributesRequest, AddSearchAttributesResponse> static io.grpc.MethodDescriptor<CreateNexusEndpointRequest, CreateNexusEndpointResponse> static io.grpc.MethodDescriptor<DeleteNamespaceRequest, DeleteNamespaceResponse> static io.grpc.MethodDescriptor<DeleteNexusEndpointRequest, DeleteNexusEndpointResponse> static io.grpc.MethodDescriptor<GetNexusEndpointRequest, GetNexusEndpointResponse> static io.grpc.MethodDescriptor<ListClustersRequest, ListClustersResponse> static io.grpc.MethodDescriptor<ListNexusEndpointsRequest, ListNexusEndpointsResponse> static io.grpc.MethodDescriptor<ListSearchAttributesRequest, ListSearchAttributesResponse> static io.grpc.MethodDescriptor<RemoveRemoteClusterRequest, RemoveRemoteClusterResponse> static io.grpc.MethodDescriptor<RemoveSearchAttributesRequest, RemoveSearchAttributesResponse> static io.grpc.ServiceDescriptorstatic io.grpc.MethodDescriptor<UpdateNexusEndpointRequest, UpdateNexusEndpointResponse> newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getAddSearchAttributesMethod
public static io.grpc.MethodDescriptor<AddSearchAttributesRequest,AddSearchAttributesResponse> getAddSearchAttributesMethod() -
getRemoveSearchAttributesMethod
public static io.grpc.MethodDescriptor<RemoveSearchAttributesRequest,RemoveSearchAttributesResponse> getRemoveSearchAttributesMethod() -
getListSearchAttributesMethod
public static io.grpc.MethodDescriptor<ListSearchAttributesRequest,ListSearchAttributesResponse> getListSearchAttributesMethod() -
getDeleteNamespaceMethod
public static io.grpc.MethodDescriptor<DeleteNamespaceRequest,DeleteNamespaceResponse> getDeleteNamespaceMethod() -
getAddOrUpdateRemoteClusterMethod
public static io.grpc.MethodDescriptor<AddOrUpdateRemoteClusterRequest,AddOrUpdateRemoteClusterResponse> getAddOrUpdateRemoteClusterMethod() -
getRemoveRemoteClusterMethod
public static io.grpc.MethodDescriptor<RemoveRemoteClusterRequest,RemoveRemoteClusterResponse> getRemoveRemoteClusterMethod() -
getListClustersMethod
public static io.grpc.MethodDescriptor<ListClustersRequest,ListClustersResponse> getListClustersMethod() -
getGetNexusEndpointMethod
public static io.grpc.MethodDescriptor<GetNexusEndpointRequest,GetNexusEndpointResponse> getGetNexusEndpointMethod() -
getCreateNexusEndpointMethod
public static io.grpc.MethodDescriptor<CreateNexusEndpointRequest,CreateNexusEndpointResponse> getCreateNexusEndpointMethod() -
getUpdateNexusEndpointMethod
public static io.grpc.MethodDescriptor<UpdateNexusEndpointRequest,UpdateNexusEndpointResponse> getUpdateNexusEndpointMethod() -
getDeleteNexusEndpointMethod
public static io.grpc.MethodDescriptor<DeleteNexusEndpointRequest,DeleteNexusEndpointResponse> getDeleteNexusEndpointMethod() -
getListNexusEndpointsMethod
public static io.grpc.MethodDescriptor<ListNexusEndpointsRequest,ListNexusEndpointsResponse> getListNexusEndpointsMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
public static OperatorServiceGrpc.OperatorServiceBlockingStub newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-