Class FlowsGrpc (0.52.0)

public final class FlowsGrpc

Service for managing Flows.

Inheritance

java.lang.Object > FlowsGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(FlowsGrpc.AsyncService service)

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

getCreateFlowMethod()

public static MethodDescriptor<CreateFlowRequest,Flow> getCreateFlowMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateFlowRequest,Flow>

getDeleteFlowMethod()

public static MethodDescriptor<DeleteFlowRequest,Empty> getDeleteFlowMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteFlowRequest,Empty>

getExportFlowMethod()

public static MethodDescriptor<ExportFlowRequest,Operation> getExportFlowMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ExportFlowRequest,Operation>

getGetFlowMethod()

public static MethodDescriptor<GetFlowRequest,Flow> getGetFlowMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetFlowRequest,Flow>

getGetFlowValidationResultMethod()

public static MethodDescriptor<GetFlowValidationResultRequest,FlowValidationResult> getGetFlowValidationResultMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetFlowValidationResultRequest,FlowValidationResult>

getImportFlowMethod()

public static MethodDescriptor<ImportFlowRequest,Operation> getImportFlowMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ImportFlowRequest,Operation>

getListFlowsMethod()

public static MethodDescriptor<ListFlowsRequest,ListFlowsResponse> getListFlowsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListFlowsRequest,ListFlowsResponse>

getServiceDescriptor()

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

getTrainFlowMethod()

public static MethodDescriptor<TrainFlowRequest,Operation> getTrainFlowMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<TrainFlowRequest,Operation>

getUpdateFlowMethod()

public static MethodDescriptor<UpdateFlowRequest,Flow> getUpdateFlowMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateFlowRequest,Flow>

getValidateFlowMethod()

public static MethodDescriptor<ValidateFlowRequest,FlowValidationResult> getValidateFlowMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ValidateFlowRequest,FlowValidationResult>

newBlockingStub(Channel channel)

public static FlowsGrpc.FlowsBlockingStub 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
FlowsGrpc.FlowsBlockingStub

newFutureStub(Channel channel)

public static FlowsGrpc.FlowsFutureStub newFutureStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
FlowsGrpc.FlowsFutureStub

newStub(Channel channel)

public static FlowsGrpc.FlowsStub newStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
FlowsGrpc.FlowsStub