Package com.google.cloud.dataproc.v1
Class WorkflowTemplateServiceGrpc
- java.lang.Object
-
- com.google.cloud.dataproc.v1.WorkflowTemplateServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/dataproc/v1/workflow_templates.proto") public final class WorkflowTemplateServiceGrpc extends Object
The API interface for managing Workflow Templates in the Dataproc API.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
WorkflowTemplateServiceGrpc.AsyncService
The API interface for managing Workflow Templates in the Dataproc API.static class
WorkflowTemplateServiceGrpc.WorkflowTemplateServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service WorkflowTemplateService.static class
WorkflowTemplateServiceGrpc.WorkflowTemplateServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service WorkflowTemplateService.static class
WorkflowTemplateServiceGrpc.WorkflowTemplateServiceImplBase
Base class for the server implementation of the service WorkflowTemplateService.static class
WorkflowTemplateServiceGrpc.WorkflowTemplateServiceStub
A stub to allow clients to do asynchronous rpc calls to service WorkflowTemplateService.
-
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(WorkflowTemplateServiceGrpc.AsyncService service)
static io.grpc.MethodDescriptor<CreateWorkflowTemplateRequest,WorkflowTemplate>
getCreateWorkflowTemplateMethod()
static io.grpc.MethodDescriptor<DeleteWorkflowTemplateRequest,com.google.protobuf.Empty>
getDeleteWorkflowTemplateMethod()
static io.grpc.MethodDescriptor<GetWorkflowTemplateRequest,WorkflowTemplate>
getGetWorkflowTemplateMethod()
static io.grpc.MethodDescriptor<InstantiateInlineWorkflowTemplateRequest,com.google.longrunning.Operation>
getInstantiateInlineWorkflowTemplateMethod()
static io.grpc.MethodDescriptor<InstantiateWorkflowTemplateRequest,com.google.longrunning.Operation>
getInstantiateWorkflowTemplateMethod()
static io.grpc.MethodDescriptor<ListWorkflowTemplatesRequest,ListWorkflowTemplatesResponse>
getListWorkflowTemplatesMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<UpdateWorkflowTemplateRequest,WorkflowTemplate>
getUpdateWorkflowTemplateMethod()
static WorkflowTemplateServiceGrpc.WorkflowTemplateServiceBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic WorkflowTemplateServiceGrpc.WorkflowTemplateServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic WorkflowTemplateServiceGrpc.WorkflowTemplateServiceStub
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
-
getCreateWorkflowTemplateMethod
public static io.grpc.MethodDescriptor<CreateWorkflowTemplateRequest,WorkflowTemplate> getCreateWorkflowTemplateMethod()
-
getGetWorkflowTemplateMethod
public static io.grpc.MethodDescriptor<GetWorkflowTemplateRequest,WorkflowTemplate> getGetWorkflowTemplateMethod()
-
getInstantiateWorkflowTemplateMethod
public static io.grpc.MethodDescriptor<InstantiateWorkflowTemplateRequest,com.google.longrunning.Operation> getInstantiateWorkflowTemplateMethod()
-
getInstantiateInlineWorkflowTemplateMethod
public static io.grpc.MethodDescriptor<InstantiateInlineWorkflowTemplateRequest,com.google.longrunning.Operation> getInstantiateInlineWorkflowTemplateMethod()
-
getUpdateWorkflowTemplateMethod
public static io.grpc.MethodDescriptor<UpdateWorkflowTemplateRequest,WorkflowTemplate> getUpdateWorkflowTemplateMethod()
-
getListWorkflowTemplatesMethod
public static io.grpc.MethodDescriptor<ListWorkflowTemplatesRequest,ListWorkflowTemplatesResponse> getListWorkflowTemplatesMethod()
-
getDeleteWorkflowTemplateMethod
public static io.grpc.MethodDescriptor<DeleteWorkflowTemplateRequest,com.google.protobuf.Empty> getDeleteWorkflowTemplateMethod()
-
newStub
public static WorkflowTemplateServiceGrpc.WorkflowTemplateServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static WorkflowTemplateServiceGrpc.WorkflowTemplateServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static WorkflowTemplateServiceGrpc.WorkflowTemplateServiceFutureStub 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(WorkflowTemplateServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-