Class FlowsGrpc.FlowsImplBase
- java.lang.Object
-
- com.google.cloud.dialogflow.cx.v3beta1.FlowsGrpc.FlowsImplBase
-
- All Implemented Interfaces:
FlowsGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- FlowsGrpc
public abstract static class FlowsGrpc.FlowsImplBase extends Object implements io.grpc.BindableService, FlowsGrpc.AsyncService
Base class for the server implementation of the service Flows.Service for managing [Flows][google.cloud.dialogflow.cx.v3beta1.Flow].
-
-
Constructor Summary
Constructors Constructor Description FlowsImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.dialogflow.cx.v3beta1.FlowsGrpc.AsyncService
createFlow, deleteFlow, exportFlow, getFlow, getFlowValidationResult, importFlow, listFlows, trainFlow, updateFlow, validateFlow
-
-