Class WorkflowsServiceV2BetaGrpc (0.43.0)

public final class WorkflowsServiceV2BetaGrpc

A service for running workflows, such as pipelines consisting of Docker containers.

Inheritance

java.lang.Object > WorkflowsServiceV2BetaGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(WorkflowsServiceV2BetaGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(WorkflowsServiceV2BetaGrpc.AsyncService service)
Parameter
NameDescription
serviceWorkflowsServiceV2BetaGrpc.AsyncService
Returns
TypeDescription
io.grpc.ServerServiceDefinition

getRunPipelineMethod()

public static MethodDescriptor<RunPipelineRequest,Operation> getRunPipelineMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<RunPipelineRequest,Operation>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

newBlockingStub(Channel channel)

public static WorkflowsServiceV2BetaGrpc.WorkflowsServiceV2BetaBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
WorkflowsServiceV2BetaGrpc.WorkflowsServiceV2BetaBlockingStub

newFutureStub(Channel channel)

public static WorkflowsServiceV2BetaGrpc.WorkflowsServiceV2BetaFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
WorkflowsServiceV2BetaGrpc.WorkflowsServiceV2BetaFutureStub

newStub(Channel channel)

public static WorkflowsServiceV2BetaGrpc.WorkflowsServiceV2BetaStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
WorkflowsServiceV2BetaGrpc.WorkflowsServiceV2BetaStub