Package com.google.cloud.dialogflow.v2
Class EntityTypesGrpc.EntityTypesImplBase
- java.lang.Object
-
- com.google.cloud.dialogflow.v2.EntityTypesGrpc.EntityTypesImplBase
-
- All Implemented Interfaces:
EntityTypesGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- EntityTypesGrpc
public abstract static class EntityTypesGrpc.EntityTypesImplBase extends Object implements io.grpc.BindableService, EntityTypesGrpc.AsyncService
Base class for the server implementation of the service EntityTypes.Service for managing [EntityTypes][google.cloud.dialogflow.v2.EntityType].
-
-
Constructor Summary
Constructors Constructor Description EntityTypesImplBase()
-
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.EntityTypesGrpc.AsyncService
batchCreateEntities, batchDeleteEntities, batchDeleteEntityTypes, batchUpdateEntities, batchUpdateEntityTypes, createEntityType, deleteEntityType, getEntityType, listEntityTypes, updateEntityType
-
-