Class VersionsGrpc.VersionsImplBase
- java.lang.Object
-
- com.google.cloud.dialogflow.cx.v3beta1.VersionsGrpc.VersionsImplBase
-
- All Implemented Interfaces:
VersionsGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- VersionsGrpc
public abstract static class VersionsGrpc.VersionsImplBase extends Object implements io.grpc.BindableService, VersionsGrpc.AsyncService
Base class for the server implementation of the service Versions.Service for managing [Versions][google.cloud.dialogflow.cx.v3beta1.Version].
-
-
Constructor Summary
Constructors Constructor Description VersionsImplBase()
-
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.VersionsGrpc.AsyncService
compareVersions, createVersion, deleteVersion, getVersion, listVersions, loadVersion, updateVersion
-
-