Class ExperimentsGrpc.ExperimentsImplBase
- java.lang.Object
-
- com.google.cloud.dialogflow.cx.v3beta1.ExperimentsGrpc.ExperimentsImplBase
-
- All Implemented Interfaces:
ExperimentsGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- ExperimentsGrpc
public abstract static class ExperimentsGrpc.ExperimentsImplBase extends Object implements io.grpc.BindableService, ExperimentsGrpc.AsyncService
Base class for the server implementation of the service Experiments.Service for managing [Experiments][google.cloud.dialogflow.cx.v3beta1.Experiment].
-
-
Constructor Summary
Constructors Constructor Description ExperimentsImplBase()
-
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.ExperimentsGrpc.AsyncService
createExperiment, deleteExperiment, getExperiment, listExperiments, startExperiment, stopExperiment, updateExperiment
-
-