Package com.google.cloud.workflows.v1
Class WorkflowsGrpc
- java.lang.Object
-
- com.google.cloud.workflows.v1.WorkflowsGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/workflows/v1/workflows.proto") public final class WorkflowsGrpc extends Object
Workflows is used to deploy and execute workflow programs. Workflows makes sure the program executes reliably, despite hardware and networking interruptions.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceWorkflowsGrpc.AsyncServiceWorkflows is used to deploy and execute workflow programs.static classWorkflowsGrpc.WorkflowsBlockingStubA stub to allow clients to do synchronous rpc calls to service Workflows.static classWorkflowsGrpc.WorkflowsFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service Workflows.static classWorkflowsGrpc.WorkflowsImplBaseBase class for the server implementation of the service Workflows.static classWorkflowsGrpc.WorkflowsStubA stub to allow clients to do asynchronous rpc calls to service Workflows.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(WorkflowsGrpc.AsyncService service)static io.grpc.MethodDescriptor<CreateWorkflowRequest,com.google.longrunning.Operation>getCreateWorkflowMethod()static io.grpc.MethodDescriptor<DeleteWorkflowRequest,com.google.longrunning.Operation>getDeleteWorkflowMethod()static io.grpc.MethodDescriptor<GetWorkflowRequest,Workflow>getGetWorkflowMethod()static io.grpc.MethodDescriptor<ListWorkflowsRequest,ListWorkflowsResponse>getListWorkflowsMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<UpdateWorkflowRequest,com.google.longrunning.Operation>getUpdateWorkflowMethod()static WorkflowsGrpc.WorkflowsBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic WorkflowsGrpc.WorkflowsFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic WorkflowsGrpc.WorkflowsStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getListWorkflowsMethod
public static io.grpc.MethodDescriptor<ListWorkflowsRequest,ListWorkflowsResponse> getListWorkflowsMethod()
-
getGetWorkflowMethod
public static io.grpc.MethodDescriptor<GetWorkflowRequest,Workflow> getGetWorkflowMethod()
-
getCreateWorkflowMethod
public static io.grpc.MethodDescriptor<CreateWorkflowRequest,com.google.longrunning.Operation> getCreateWorkflowMethod()
-
getDeleteWorkflowMethod
public static io.grpc.MethodDescriptor<DeleteWorkflowRequest,com.google.longrunning.Operation> getDeleteWorkflowMethod()
-
getUpdateWorkflowMethod
public static io.grpc.MethodDescriptor<UpdateWorkflowRequest,com.google.longrunning.Operation> getUpdateWorkflowMethod()
-
newStub
public static WorkflowsGrpc.WorkflowsStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static WorkflowsGrpc.WorkflowsBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static WorkflowsGrpc.WorkflowsFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(WorkflowsGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-