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 interface
WorkflowsGrpc.AsyncService
Workflows is used to deploy and execute workflow programs.static class
WorkflowsGrpc.WorkflowsBlockingStub
A stub to allow clients to do synchronous rpc calls to service Workflows.static class
WorkflowsGrpc.WorkflowsFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service Workflows.static class
WorkflowsGrpc.WorkflowsImplBase
Base class for the server implementation of the service Workflows.static class
WorkflowsGrpc.WorkflowsStub
A stub to allow clients to do asynchronous rpc calls to service Workflows.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(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.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<UpdateWorkflowRequest,com.google.longrunning.Operation>
getUpdateWorkflowMethod()
static WorkflowsGrpc.WorkflowsBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic WorkflowsGrpc.WorkflowsFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic WorkflowsGrpc.WorkflowsStub
newStub(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()
-
-