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 BatchDeleteTestCasesRequestBatchDeleteTestCasesRequest.Builder. build()BatchDeleteTestCasesRequestBatchDeleteTestCasesRequest.Builder. buildPartial()static BatchDeleteTestCasesRequestBatchDeleteTestCasesRequest. getDefaultInstance()BatchDeleteTestCasesRequestBatchDeleteTestCasesRequest.Builder. getDefaultInstanceForType()BatchDeleteTestCasesRequestBatchDeleteTestCasesRequest. getDefaultInstanceForType()static BatchDeleteTestCasesRequestBatchDeleteTestCasesRequest. parseDelimitedFrom(InputStream input)static BatchDeleteTestCasesRequestBatchDeleteTestCasesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchDeleteTestCasesRequestBatchDeleteTestCasesRequest. parseFrom(byte[] data)static BatchDeleteTestCasesRequestBatchDeleteTestCasesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchDeleteTestCasesRequestBatchDeleteTestCasesRequest. parseFrom(com.google.protobuf.ByteString data)static BatchDeleteTestCasesRequestBatchDeleteTestCasesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchDeleteTestCasesRequestBatchDeleteTestCasesRequest. parseFrom(com.google.protobuf.CodedInputStream input)static BatchDeleteTestCasesRequestBatchDeleteTestCasesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchDeleteTestCasesRequestBatchDeleteTestCasesRequest. parseFrom(InputStream input)static BatchDeleteTestCasesRequestBatchDeleteTestCasesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchDeleteTestCasesRequestBatchDeleteTestCasesRequest. parseFrom(ByteBuffer data)static BatchDeleteTestCasesRequestBatchDeleteTestCasesRequest. 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 voidTestCasesClient. batchDeleteTestCases(BatchDeleteTestCasesRequest request)Batch deletes test cases.default voidTestCasesGrpc.AsyncService. batchDeleteTestCases(BatchDeleteTestCasesRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Batch deletes test cases.com.google.protobuf.EmptyTestCasesGrpc.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.voidTestCasesGrpc.TestCasesStub. batchDeleteTestCases(BatchDeleteTestCasesRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Batch deletes test cases.BatchDeleteTestCasesRequest.BuilderBatchDeleteTestCasesRequest.Builder. mergeFrom(BatchDeleteTestCasesRequest other)static BatchDeleteTestCasesRequest.BuilderBatchDeleteTestCasesRequest. 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.
-