public static final class EntityTypesGrpc.EntityTypesFutureStub extends AbstractFutureStub<EntityTypesGrpc.EntityTypesFutureStub>
Service for managing [EntityTypes][google.cloud.dialogflow.v2.EntityType].
AbstractStub.StubFactory<T extends AbstractStub<T>>
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Operation> |
batchCreateEntities(BatchCreateEntitiesRequest request)
Creates multiple new entities in the specified entity type.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
batchDeleteEntities(BatchDeleteEntitiesRequest request)
Deletes entities in the specified entity type.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
batchDeleteEntityTypes(BatchDeleteEntityTypesRequest request)
Deletes entity types in the specified agent.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
batchUpdateEntities(BatchUpdateEntitiesRequest request)
Updates or creates multiple entities in the specified entity type.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
batchUpdateEntityTypes(BatchUpdateEntityTypesRequest request)
Updates/Creates multiple entity types in the specified agent.
|
protected EntityTypesGrpc.EntityTypesFutureStub |
build(Channel channel,
CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<EntityType> |
createEntityType(CreateEntityTypeRequest request)
Creates an entity type in the specified agent.
|
com.google.common.util.concurrent.ListenableFuture<Empty> |
deleteEntityType(DeleteEntityTypeRequest request)
Deletes the specified entity type.
|
com.google.common.util.concurrent.ListenableFuture<EntityType> |
getEntityType(GetEntityTypeRequest request)
Retrieves the specified entity type.
|
com.google.common.util.concurrent.ListenableFuture<ListEntityTypesResponse> |
listEntityTypes(ListEntityTypesRequest request)
Returns the list of all entity types in the specified agent.
|
com.google.common.util.concurrent.ListenableFuture<EntityType> |
updateEntityType(UpdateEntityTypeRequest request)
Updates the specified entity type.
|
newStub, newStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
protected EntityTypesGrpc.EntityTypesFutureStub build(Channel channel, CallOptions callOptions)
build
in class AbstractStub<EntityTypesGrpc.EntityTypesFutureStub>
public com.google.common.util.concurrent.ListenableFuture<ListEntityTypesResponse> listEntityTypes(ListEntityTypesRequest request)
Returns the list of all entity types in the specified agent.
public com.google.common.util.concurrent.ListenableFuture<EntityType> getEntityType(GetEntityTypeRequest request)
Retrieves the specified entity type.
public com.google.common.util.concurrent.ListenableFuture<EntityType> createEntityType(CreateEntityTypeRequest request)
Creates an entity type in the specified agent.
public com.google.common.util.concurrent.ListenableFuture<EntityType> updateEntityType(UpdateEntityTypeRequest request)
Updates the specified entity type.
public com.google.common.util.concurrent.ListenableFuture<Empty> deleteEntityType(DeleteEntityTypeRequest request)
Deletes the specified entity type.
public com.google.common.util.concurrent.ListenableFuture<Operation> batchUpdateEntityTypes(BatchUpdateEntityTypesRequest request)
Updates/Creates multiple entity types in the specified agent. Operation <response: [BatchUpdateEntityTypesResponse][google.cloud.dialogflow.v2.BatchUpdateEntityTypesResponse]>
public com.google.common.util.concurrent.ListenableFuture<Operation> batchDeleteEntityTypes(BatchDeleteEntityTypesRequest request)
Deletes entity types in the specified agent. Operation <response: [google.protobuf.Empty][google.protobuf.Empty]>
public com.google.common.util.concurrent.ListenableFuture<Operation> batchCreateEntities(BatchCreateEntitiesRequest request)
Creates multiple new entities in the specified entity type. Operation <response: [google.protobuf.Empty][google.protobuf.Empty]>
public com.google.common.util.concurrent.ListenableFuture<Operation> batchUpdateEntities(BatchUpdateEntitiesRequest request)
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 com.google.common.util.concurrent.ListenableFuture<Operation> batchDeleteEntities(BatchDeleteEntitiesRequest request)
Deletes entities in the specified entity type. Operation <response: [google.protobuf.Empty][google.protobuf.Empty]>
Copyright © 2021 Google LLC. All rights reserved.