Uses of Class
com.google.cloud.dialogflow.v2.BatchDeleteIntentsRequest
-
Packages that use BatchDeleteIntentsRequest Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow APIcom.google.cloud.dialogflow.v2.stub -
-
Uses of BatchDeleteIntentsRequest in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return BatchDeleteIntentsRequest Modifier and Type Method Description BatchDeleteIntentsRequest
BatchDeleteIntentsRequest.Builder. build()
BatchDeleteIntentsRequest
BatchDeleteIntentsRequest.Builder. buildPartial()
static BatchDeleteIntentsRequest
BatchDeleteIntentsRequest. getDefaultInstance()
BatchDeleteIntentsRequest
BatchDeleteIntentsRequest.Builder. getDefaultInstanceForType()
BatchDeleteIntentsRequest
BatchDeleteIntentsRequest. getDefaultInstanceForType()
static BatchDeleteIntentsRequest
BatchDeleteIntentsRequest. parseDelimitedFrom(InputStream input)
static BatchDeleteIntentsRequest
BatchDeleteIntentsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchDeleteIntentsRequest
BatchDeleteIntentsRequest. parseFrom(byte[] data)
static BatchDeleteIntentsRequest
BatchDeleteIntentsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchDeleteIntentsRequest
BatchDeleteIntentsRequest. parseFrom(com.google.protobuf.ByteString data)
static BatchDeleteIntentsRequest
BatchDeleteIntentsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchDeleteIntentsRequest
BatchDeleteIntentsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static BatchDeleteIntentsRequest
BatchDeleteIntentsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchDeleteIntentsRequest
BatchDeleteIntentsRequest. parseFrom(InputStream input)
static BatchDeleteIntentsRequest
BatchDeleteIntentsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchDeleteIntentsRequest
BatchDeleteIntentsRequest. parseFrom(ByteBuffer data)
static BatchDeleteIntentsRequest
BatchDeleteIntentsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type BatchDeleteIntentsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<BatchDeleteIntentsRequest,com.google.longrunning.Operation>
IntentsClient. batchDeleteIntentsCallable()
Deletes intents in the specified agent.com.google.api.gax.rpc.OperationCallable<BatchDeleteIntentsRequest,com.google.protobuf.Empty,com.google.protobuf.Struct>
IntentsClient. batchDeleteIntentsOperationCallable()
Deletes intents in the specified agent.com.google.api.gax.rpc.OperationCallSettings<BatchDeleteIntentsRequest,com.google.protobuf.Empty,com.google.protobuf.Struct>
IntentsSettings. batchDeleteIntentsOperationSettings()
Returns the object with the settings used for calls to batchDeleteIntents.com.google.api.gax.rpc.OperationCallSettings.Builder<BatchDeleteIntentsRequest,com.google.protobuf.Empty,com.google.protobuf.Struct>
IntentsSettings.Builder. batchDeleteIntentsOperationSettings()
Returns the builder for the settings used for calls to batchDeleteIntents.com.google.api.gax.rpc.UnaryCallSettings<BatchDeleteIntentsRequest,com.google.longrunning.Operation>
IntentsSettings. batchDeleteIntentsSettings()
Returns the object with the settings used for calls to batchDeleteIntents.com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchDeleteIntentsRequest,com.google.longrunning.Operation>
IntentsSettings.Builder. batchDeleteIntentsSettings()
Returns the builder for the settings used for calls to batchDeleteIntents.static io.grpc.MethodDescriptor<BatchDeleteIntentsRequest,com.google.longrunning.Operation>
IntentsGrpc. getBatchDeleteIntentsMethod()
com.google.protobuf.Parser<BatchDeleteIntentsRequest>
BatchDeleteIntentsRequest. getParserForType()
static com.google.protobuf.Parser<BatchDeleteIntentsRequest>
BatchDeleteIntentsRequest. parser()
Methods in com.google.cloud.dialogflow.v2 with parameters of type BatchDeleteIntentsRequest Modifier and Type Method Description default void
IntentsGrpc.AsyncService. batchDeleteIntents(BatchDeleteIntentsRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Deletes intents in the specified agent.com.google.longrunning.Operation
IntentsGrpc.IntentsBlockingStub. batchDeleteIntents(BatchDeleteIntentsRequest request)
Deletes intents in the specified agent.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
IntentsGrpc.IntentsFutureStub. batchDeleteIntents(BatchDeleteIntentsRequest request)
Deletes intents in the specified agent.void
IntentsGrpc.IntentsStub. batchDeleteIntents(BatchDeleteIntentsRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Deletes intents in the specified agent.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,com.google.protobuf.Struct>
IntentsClient. batchDeleteIntentsAsync(BatchDeleteIntentsRequest request)
Deletes intents in the specified agent.BatchDeleteIntentsRequest.Builder
BatchDeleteIntentsRequest.Builder. mergeFrom(BatchDeleteIntentsRequest other)
static BatchDeleteIntentsRequest.Builder
BatchDeleteIntentsRequest. newBuilder(BatchDeleteIntentsRequest prototype)
-
Uses of BatchDeleteIntentsRequest in com.google.cloud.dialogflow.v2.stub
Methods in com.google.cloud.dialogflow.v2.stub that return types with arguments of type BatchDeleteIntentsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<BatchDeleteIntentsRequest,com.google.longrunning.Operation>
GrpcIntentsStub. batchDeleteIntentsCallable()
com.google.api.gax.rpc.UnaryCallable<BatchDeleteIntentsRequest,com.google.longrunning.Operation>
HttpJsonIntentsStub. batchDeleteIntentsCallable()
com.google.api.gax.rpc.UnaryCallable<BatchDeleteIntentsRequest,com.google.longrunning.Operation>
IntentsStub. batchDeleteIntentsCallable()
com.google.api.gax.rpc.OperationCallable<BatchDeleteIntentsRequest,com.google.protobuf.Empty,com.google.protobuf.Struct>
GrpcIntentsStub. batchDeleteIntentsOperationCallable()
com.google.api.gax.rpc.OperationCallable<BatchDeleteIntentsRequest,com.google.protobuf.Empty,com.google.protobuf.Struct>
HttpJsonIntentsStub. batchDeleteIntentsOperationCallable()
com.google.api.gax.rpc.OperationCallable<BatchDeleteIntentsRequest,com.google.protobuf.Empty,com.google.protobuf.Struct>
IntentsStub. batchDeleteIntentsOperationCallable()
com.google.api.gax.rpc.OperationCallSettings<BatchDeleteIntentsRequest,com.google.protobuf.Empty,com.google.protobuf.Struct>
IntentsStubSettings. batchDeleteIntentsOperationSettings()
Returns the object with the settings used for calls to batchDeleteIntents.com.google.api.gax.rpc.OperationCallSettings.Builder<BatchDeleteIntentsRequest,com.google.protobuf.Empty,com.google.protobuf.Struct>
IntentsStubSettings.Builder. batchDeleteIntentsOperationSettings()
Returns the builder for the settings used for calls to batchDeleteIntents.com.google.api.gax.rpc.UnaryCallSettings<BatchDeleteIntentsRequest,com.google.longrunning.Operation>
IntentsStubSettings. batchDeleteIntentsSettings()
Returns the object with the settings used for calls to batchDeleteIntents.com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchDeleteIntentsRequest,com.google.longrunning.Operation>
IntentsStubSettings.Builder. batchDeleteIntentsSettings()
Returns the builder for the settings used for calls to batchDeleteIntents.
-