Package com.google.cloud.dialogflow.v2
Class EnvironmentsGrpc.EnvironmentsImplBase
- java.lang.Object
-
- com.google.cloud.dialogflow.v2.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.v2.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.v2.EnvironmentsGrpc.AsyncService
createEnvironment, deleteEnvironment, getEnvironment, getEnvironmentHistory, listEnvironments, updateEnvironment
-
-