Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API
|
com.google.cloud.dialogflow.v2beta1.stub |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<BatchDeleteEntitiesRequest,Operation> |
EntityTypesClient.batchDeleteEntitiesCallable()
Deletes entities in the specified entity type.
|
OperationCallable<BatchDeleteEntitiesRequest,Empty,Struct> |
EntityTypesClient.batchDeleteEntitiesOperationCallable()
Deletes entities in the specified entity type.
|
OperationCallSettings<BatchDeleteEntitiesRequest,Empty,Struct> |
EntityTypesSettings.batchDeleteEntitiesOperationSettings()
Returns the object with the settings used for calls to batchDeleteEntities.
|
OperationCallSettings.Builder<BatchDeleteEntitiesRequest,Empty,Struct> |
EntityTypesSettings.Builder.batchDeleteEntitiesOperationSettings()
Returns the builder for the settings used for calls to batchDeleteEntities.
|
UnaryCallSettings<BatchDeleteEntitiesRequest,Operation> |
EntityTypesSettings.batchDeleteEntitiesSettings()
Returns the object with the settings used for calls to batchDeleteEntities.
|
UnaryCallSettings.Builder<BatchDeleteEntitiesRequest,Operation> |
EntityTypesSettings.Builder.batchDeleteEntitiesSettings()
Returns the builder for the settings used for calls to batchDeleteEntities.
|
static MethodDescriptor<BatchDeleteEntitiesRequest,Operation> |
EntityTypesGrpc.getBatchDeleteEntitiesMethod() |
Parser<BatchDeleteEntitiesRequest> |
BatchDeleteEntitiesRequest.getParserForType() |
static Parser<BatchDeleteEntitiesRequest> |
BatchDeleteEntitiesRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Operation |
EntityTypesGrpc.EntityTypesBlockingStub.batchDeleteEntities(BatchDeleteEntitiesRequest request)
Deletes entities in the specified entity type.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
EntityTypesGrpc.EntityTypesFutureStub.batchDeleteEntities(BatchDeleteEntitiesRequest request)
Deletes entities in the specified entity type.
|
void |
EntityTypesGrpc.EntityTypesImplBase.batchDeleteEntities(BatchDeleteEntitiesRequest request,
StreamObserver<Operation> responseObserver)
Deletes entities in the specified entity type.
|
void |
EntityTypesGrpc.EntityTypesStub.batchDeleteEntities(BatchDeleteEntitiesRequest request,
StreamObserver<Operation> responseObserver)
Deletes entities in the specified entity type.
|
OperationFuture<Empty,Struct> |
EntityTypesClient.batchDeleteEntitiesAsync(BatchDeleteEntitiesRequest request)
Deletes entities in the specified entity type.
|
BatchDeleteEntitiesRequest.Builder |
BatchDeleteEntitiesRequest.Builder.mergeFrom(BatchDeleteEntitiesRequest other) |
static BatchDeleteEntitiesRequest.Builder |
BatchDeleteEntitiesRequest.newBuilder(BatchDeleteEntitiesRequest prototype) |
Copyright © 2022 Google LLC. All rights reserved.