Class FlowsGrpc
- java.lang.Object
-
- com.google.cloud.dialogflow.cx.v3beta1.FlowsGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/dialogflow/cx/v3beta1/flow.proto") public final class FlowsGrpc extends Object
Service for managing [Flows][google.cloud.dialogflow.cx.v3beta1.Flow].
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFlowsGrpc.AsyncServiceService for managing [Flows][google.cloud.dialogflow.cx.v3beta1.Flow].static classFlowsGrpc.FlowsBlockingStubA stub to allow clients to do synchronous rpc calls to service Flows.static classFlowsGrpc.FlowsFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service Flows.static classFlowsGrpc.FlowsImplBaseBase class for the server implementation of the service Flows.static classFlowsGrpc.FlowsStubA stub to allow clients to do asynchronous rpc calls to service Flows.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(FlowsGrpc.AsyncService service)static io.grpc.MethodDescriptor<CreateFlowRequest,Flow>getCreateFlowMethod()static io.grpc.MethodDescriptor<DeleteFlowRequest,com.google.protobuf.Empty>getDeleteFlowMethod()static io.grpc.MethodDescriptor<ExportFlowRequest,com.google.longrunning.Operation>getExportFlowMethod()static io.grpc.MethodDescriptor<GetFlowRequest,Flow>getGetFlowMethod()static io.grpc.MethodDescriptor<GetFlowValidationResultRequest,FlowValidationResult>getGetFlowValidationResultMethod()static io.grpc.MethodDescriptor<ImportFlowRequest,com.google.longrunning.Operation>getImportFlowMethod()static io.grpc.MethodDescriptor<ListFlowsRequest,ListFlowsResponse>getListFlowsMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<TrainFlowRequest,com.google.longrunning.Operation>getTrainFlowMethod()static io.grpc.MethodDescriptor<UpdateFlowRequest,Flow>getUpdateFlowMethod()static io.grpc.MethodDescriptor<ValidateFlowRequest,FlowValidationResult>getValidateFlowMethod()static FlowsGrpc.FlowsBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic FlowsGrpc.FlowsFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic FlowsGrpc.FlowsStubnewStub(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
-
getCreateFlowMethod
public static io.grpc.MethodDescriptor<CreateFlowRequest,Flow> getCreateFlowMethod()
-
getDeleteFlowMethod
public static io.grpc.MethodDescriptor<DeleteFlowRequest,com.google.protobuf.Empty> getDeleteFlowMethod()
-
getListFlowsMethod
public static io.grpc.MethodDescriptor<ListFlowsRequest,ListFlowsResponse> getListFlowsMethod()
-
getGetFlowMethod
public static io.grpc.MethodDescriptor<GetFlowRequest,Flow> getGetFlowMethod()
-
getUpdateFlowMethod
public static io.grpc.MethodDescriptor<UpdateFlowRequest,Flow> getUpdateFlowMethod()
-
getTrainFlowMethod
public static io.grpc.MethodDescriptor<TrainFlowRequest,com.google.longrunning.Operation> getTrainFlowMethod()
-
getValidateFlowMethod
public static io.grpc.MethodDescriptor<ValidateFlowRequest,FlowValidationResult> getValidateFlowMethod()
-
getGetFlowValidationResultMethod
public static io.grpc.MethodDescriptor<GetFlowValidationResultRequest,FlowValidationResult> getGetFlowValidationResultMethod()
-
getImportFlowMethod
public static io.grpc.MethodDescriptor<ImportFlowRequest,com.google.longrunning.Operation> getImportFlowMethod()
-
getExportFlowMethod
public static io.grpc.MethodDescriptor<ExportFlowRequest,com.google.longrunning.Operation> getExportFlowMethod()
-
newStub
public static FlowsGrpc.FlowsStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static FlowsGrpc.FlowsBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static FlowsGrpc.FlowsFutureStub 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(FlowsGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-