Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.BatchDeleteTestCasesRequest
-
Packages that use BatchDeleteTestCasesRequest Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3beta1.stub -
-
Uses of BatchDeleteTestCasesRequest in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return BatchDeleteTestCasesRequest Modifier and Type Method Description BatchDeleteTestCasesRequest
BatchDeleteTestCasesRequest.Builder. build()
BatchDeleteTestCasesRequest
BatchDeleteTestCasesRequest.Builder. buildPartial()
static BatchDeleteTestCasesRequest
BatchDeleteTestCasesRequest. getDefaultInstance()
BatchDeleteTestCasesRequest
BatchDeleteTestCasesRequest.Builder. getDefaultInstanceForType()
BatchDeleteTestCasesRequest
BatchDeleteTestCasesRequest. getDefaultInstanceForType()
static BatchDeleteTestCasesRequest
BatchDeleteTestCasesRequest. parseDelimitedFrom(InputStream input)
static BatchDeleteTestCasesRequest
BatchDeleteTestCasesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchDeleteTestCasesRequest
BatchDeleteTestCasesRequest. parseFrom(byte[] data)
static BatchDeleteTestCasesRequest
BatchDeleteTestCasesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchDeleteTestCasesRequest
BatchDeleteTestCasesRequest. parseFrom(com.google.protobuf.ByteString data)
static BatchDeleteTestCasesRequest
BatchDeleteTestCasesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchDeleteTestCasesRequest
BatchDeleteTestCasesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static BatchDeleteTestCasesRequest
BatchDeleteTestCasesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchDeleteTestCasesRequest
BatchDeleteTestCasesRequest. parseFrom(InputStream input)
static BatchDeleteTestCasesRequest
BatchDeleteTestCasesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchDeleteTestCasesRequest
BatchDeleteTestCasesRequest. parseFrom(ByteBuffer data)
static BatchDeleteTestCasesRequest
BatchDeleteTestCasesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type BatchDeleteTestCasesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<BatchDeleteTestCasesRequest,com.google.protobuf.Empty>
TestCasesClient. batchDeleteTestCasesCallable()
Batch deletes test cases.com.google.api.gax.rpc.UnaryCallSettings<BatchDeleteTestCasesRequest,com.google.protobuf.Empty>
TestCasesSettings. batchDeleteTestCasesSettings()
Returns the object with the settings used for calls to batchDeleteTestCases.com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchDeleteTestCasesRequest,com.google.protobuf.Empty>
TestCasesSettings.Builder. batchDeleteTestCasesSettings()
Returns the builder for the settings used for calls to batchDeleteTestCases.static io.grpc.MethodDescriptor<BatchDeleteTestCasesRequest,com.google.protobuf.Empty>
TestCasesGrpc. getBatchDeleteTestCasesMethod()
com.google.protobuf.Parser<BatchDeleteTestCasesRequest>
BatchDeleteTestCasesRequest. getParserForType()
static com.google.protobuf.Parser<BatchDeleteTestCasesRequest>
BatchDeleteTestCasesRequest. parser()
Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type BatchDeleteTestCasesRequest Modifier and Type Method Description void
TestCasesClient. batchDeleteTestCases(BatchDeleteTestCasesRequest request)
Batch deletes test cases.default void
TestCasesGrpc.AsyncService. batchDeleteTestCases(BatchDeleteTestCasesRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Batch deletes test cases.com.google.protobuf.Empty
TestCasesGrpc.TestCasesBlockingStub. batchDeleteTestCases(BatchDeleteTestCasesRequest request)
Batch deletes test cases.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
TestCasesGrpc.TestCasesFutureStub. batchDeleteTestCases(BatchDeleteTestCasesRequest request)
Batch deletes test cases.void
TestCasesGrpc.TestCasesStub. batchDeleteTestCases(BatchDeleteTestCasesRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Batch deletes test cases.BatchDeleteTestCasesRequest.Builder
BatchDeleteTestCasesRequest.Builder. mergeFrom(BatchDeleteTestCasesRequest other)
static BatchDeleteTestCasesRequest.Builder
BatchDeleteTestCasesRequest. newBuilder(BatchDeleteTestCasesRequest prototype)
-
Uses of BatchDeleteTestCasesRequest in com.google.cloud.dialogflow.cx.v3beta1.stub
Methods in com.google.cloud.dialogflow.cx.v3beta1.stub that return types with arguments of type BatchDeleteTestCasesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<BatchDeleteTestCasesRequest,com.google.protobuf.Empty>
GrpcTestCasesStub. batchDeleteTestCasesCallable()
com.google.api.gax.rpc.UnaryCallable<BatchDeleteTestCasesRequest,com.google.protobuf.Empty>
HttpJsonTestCasesStub. batchDeleteTestCasesCallable()
com.google.api.gax.rpc.UnaryCallable<BatchDeleteTestCasesRequest,com.google.protobuf.Empty>
TestCasesStub. batchDeleteTestCasesCallable()
com.google.api.gax.rpc.UnaryCallSettings<BatchDeleteTestCasesRequest,com.google.protobuf.Empty>
TestCasesStubSettings. batchDeleteTestCasesSettings()
Returns the object with the settings used for calls to batchDeleteTestCases.com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchDeleteTestCasesRequest,com.google.protobuf.Empty>
TestCasesStubSettings.Builder. batchDeleteTestCasesSettings()
Returns the builder for the settings used for calls to batchDeleteTestCases.
-