@Generated(value="by gRPC proto compiler (version 1.10.0)", comments="Source: google/cloud/dataproc/v1beta2/workflow_templates.proto") public final class WorkflowTemplateServiceGrpc extends Object
The API interface for managing Workflow Templates in the Cloud Dataproc API.
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkflowTemplateServiceGrpc.WorkflowTemplateServiceBlockingStub
The API interface for managing Workflow Templates in the
Cloud Dataproc API.
|
static class |
WorkflowTemplateServiceGrpc.WorkflowTemplateServiceFutureStub
The API interface for managing Workflow Templates in the
Cloud Dataproc API.
|
static class |
WorkflowTemplateServiceGrpc.WorkflowTemplateServiceImplBase
The API interface for managing Workflow Templates in the
Cloud Dataproc API.
|
static class |
WorkflowTemplateServiceGrpc.WorkflowTemplateServiceStub
The API interface for managing Workflow Templates in the
Cloud Dataproc API.
|
| Modifier and Type | Method and Description |
|---|---|
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 service
|
static WorkflowTemplateServiceGrpc.WorkflowTemplateServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static WorkflowTemplateServiceGrpc.WorkflowTemplateServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<CreateWorkflowTemplateRequest,WorkflowTemplate> METHOD_CREATE_WORKFLOW_TEMPLATE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<GetWorkflowTemplateRequest,WorkflowTemplate> METHOD_GET_WORKFLOW_TEMPLATE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<InstantiateWorkflowTemplateRequest,com.google.longrunning.Operation> METHOD_INSTANTIATE_WORKFLOW_TEMPLATE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<InstantiateInlineWorkflowTemplateRequest,com.google.longrunning.Operation> METHOD_INSTANTIATE_INLINE_WORKFLOW_TEMPLATE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<UpdateWorkflowTemplateRequest,WorkflowTemplate> METHOD_UPDATE_WORKFLOW_TEMPLATE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<ListWorkflowTemplatesRequest,ListWorkflowTemplatesResponse> METHOD_LIST_WORKFLOW_TEMPLATES
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<DeleteWorkflowTemplateRequest,com.google.protobuf.Empty> METHOD_DELETE_WORKFLOW_TEMPLATE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<CreateWorkflowTemplateRequest,WorkflowTemplate> getCreateWorkflowTemplateMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GetWorkflowTemplateRequest,WorkflowTemplate> getGetWorkflowTemplateMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<InstantiateWorkflowTemplateRequest,com.google.longrunning.Operation> getInstantiateWorkflowTemplateMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<InstantiateInlineWorkflowTemplateRequest,com.google.longrunning.Operation> getInstantiateInlineWorkflowTemplateMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<UpdateWorkflowTemplateRequest,WorkflowTemplate> getUpdateWorkflowTemplateMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<ListWorkflowTemplatesRequest,ListWorkflowTemplatesResponse> getListWorkflowTemplatesMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<DeleteWorkflowTemplateRequest,com.google.protobuf.Empty> getDeleteWorkflowTemplateMethod()
public static WorkflowTemplateServiceGrpc.WorkflowTemplateServiceStub newStub(io.grpc.Channel channel)
public static WorkflowTemplateServiceGrpc.WorkflowTemplateServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static WorkflowTemplateServiceGrpc.WorkflowTemplateServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2019 Google LLC. All rights reserved.