public abstract static class EntityTypesGrpc.EntityTypesImplBase extends Object implements BindableService
Service for managing [EntityTypes][google.cloud.dialogflow.v2.EntityType].
Constructor and Description |
---|
EntityTypesImplBase() |
Modifier and Type | Method and Description |
---|---|
void |
batchCreateEntities(BatchCreateEntitiesRequest request,
StreamObserver<Operation> responseObserver)
Creates multiple new entities in the specified entity type.
|
void |
batchDeleteEntities(BatchDeleteEntitiesRequest request,
StreamObserver<Operation> responseObserver)
Deletes entities in the specified entity type.
|
void |
batchDeleteEntityTypes(BatchDeleteEntityTypesRequest request,
StreamObserver<Operation> responseObserver)
Deletes entity types in the specified agent.
|
void |
batchUpdateEntities(BatchUpdateEntitiesRequest request,
StreamObserver<Operation> responseObserver)
Updates or creates multiple entities in the specified entity type.
|
void |
batchUpdateEntityTypes(BatchUpdateEntityTypesRequest request,
StreamObserver<Operation> responseObserver)
Updates/Creates multiple entity types in the specified agent.
|
ServerServiceDefinition |
bindService() |
void |
createEntityType(CreateEntityTypeRequest request,
StreamObserver<EntityType> responseObserver)
Creates an entity type in the specified agent.
|
void |
deleteEntityType(DeleteEntityTypeRequest request,
StreamObserver<Empty> responseObserver)
Deletes the specified entity type.
|
void |
getEntityType(GetEntityTypeRequest request,
StreamObserver<EntityType> responseObserver)
Retrieves the specified entity type.
|
void |
listEntityTypes(ListEntityTypesRequest request,
StreamObserver<ListEntityTypesResponse> responseObserver)
Returns the list of all entity types in the specified agent.
|
void |
updateEntityType(UpdateEntityTypeRequest request,
StreamObserver<EntityType> responseObserver)
Updates the specified entity type.
|
public void listEntityTypes(ListEntityTypesRequest request, StreamObserver<ListEntityTypesResponse> responseObserver)
Returns the list of all entity types in the specified agent.
public void getEntityType(GetEntityTypeRequest request, StreamObserver<EntityType> responseObserver)
Retrieves the specified entity type.
public void createEntityType(CreateEntityTypeRequest request, StreamObserver<EntityType> responseObserver)
Creates an entity type in the specified agent.
public void updateEntityType(UpdateEntityTypeRequest request, StreamObserver<EntityType> responseObserver)
Updates the specified entity type.
public void deleteEntityType(DeleteEntityTypeRequest request, StreamObserver<Empty> responseObserver)
Deletes the specified entity type.
public void batchUpdateEntityTypes(BatchUpdateEntityTypesRequest request, StreamObserver<Operation> responseObserver)
Updates/Creates multiple entity types in the specified agent. Operation <response: [BatchUpdateEntityTypesResponse][google.cloud.dialogflow.v2.BatchUpdateEntityTypesResponse]>
public void batchDeleteEntityTypes(BatchDeleteEntityTypesRequest request, StreamObserver<Operation> responseObserver)
Deletes entity types in the specified agent. Operation <response: [google.protobuf.Empty][google.protobuf.Empty]>
public void batchCreateEntities(BatchCreateEntitiesRequest request, StreamObserver<Operation> responseObserver)
Creates multiple new entities in the specified entity type. Operation <response: [google.protobuf.Empty][google.protobuf.Empty]>
public void batchUpdateEntities(BatchUpdateEntitiesRequest request, StreamObserver<Operation> responseObserver)
Updates or creates multiple entities in the specified entity type. This method does not affect entities in the entity type that aren't explicitly specified in the request. Operation <response: [google.protobuf.Empty][google.protobuf.Empty]>
public void batchDeleteEntities(BatchDeleteEntitiesRequest request, StreamObserver<Operation> responseObserver)
Deletes entities in the specified entity type. Operation <response: [google.protobuf.Empty][google.protobuf.Empty]>
public final ServerServiceDefinition bindService()
bindService
in interface BindableService
Copyright © 2021 Google LLC. All rights reserved.