Class EnvironmentsGrpc.EnvironmentsImplBase
- java.lang.Object
-
- com.google.cloud.dialogflow.cx.v3.EnvironmentsGrpc.EnvironmentsImplBase
-
- All Implemented Interfaces:
EnvironmentsGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- EnvironmentsGrpc
public abstract static class EnvironmentsGrpc.EnvironmentsImplBase extends Object implements io.grpc.BindableService, EnvironmentsGrpc.AsyncService
Base class for the server implementation of the service Environments.Service for managing [Environments][google.cloud.dialogflow.cx.v3.Environment].
-
-
Constructor Summary
Constructors Constructor Description EnvironmentsImplBase()
-
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.v3.EnvironmentsGrpc.AsyncService
createEnvironment, deleteEnvironment, deployFlow, getEnvironment, listContinuousTestResults, listEnvironments, lookupEnvironmentHistory, runContinuousTest, updateEnvironment
-
-