Uses of Class
com.google.cloud.dialogflow.cx.v3.BatchRunTestCasesRequest
-
Packages that use BatchRunTestCasesRequest Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3.stub -
-
Uses of BatchRunTestCasesRequest in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return BatchRunTestCasesRequest Modifier and Type Method Description BatchRunTestCasesRequest
BatchRunTestCasesRequest.Builder. build()
BatchRunTestCasesRequest
BatchRunTestCasesRequest.Builder. buildPartial()
static BatchRunTestCasesRequest
BatchRunTestCasesRequest. getDefaultInstance()
BatchRunTestCasesRequest
BatchRunTestCasesRequest.Builder. getDefaultInstanceForType()
BatchRunTestCasesRequest
BatchRunTestCasesRequest. getDefaultInstanceForType()
static BatchRunTestCasesRequest
BatchRunTestCasesRequest. parseDelimitedFrom(InputStream input)
static BatchRunTestCasesRequest
BatchRunTestCasesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchRunTestCasesRequest
BatchRunTestCasesRequest. parseFrom(byte[] data)
static BatchRunTestCasesRequest
BatchRunTestCasesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchRunTestCasesRequest
BatchRunTestCasesRequest. parseFrom(com.google.protobuf.ByteString data)
static BatchRunTestCasesRequest
BatchRunTestCasesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchRunTestCasesRequest
BatchRunTestCasesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static BatchRunTestCasesRequest
BatchRunTestCasesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchRunTestCasesRequest
BatchRunTestCasesRequest. parseFrom(InputStream input)
static BatchRunTestCasesRequest
BatchRunTestCasesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchRunTestCasesRequest
BatchRunTestCasesRequest. parseFrom(ByteBuffer data)
static BatchRunTestCasesRequest
BatchRunTestCasesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type BatchRunTestCasesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<BatchRunTestCasesRequest,com.google.longrunning.Operation>
TestCasesClient. batchRunTestCasesCallable()
Kicks off a batch run of test cases.com.google.api.gax.rpc.OperationCallable<BatchRunTestCasesRequest,BatchRunTestCasesResponse,BatchRunTestCasesMetadata>
TestCasesClient. batchRunTestCasesOperationCallable()
Kicks off a batch run of test cases.com.google.api.gax.rpc.OperationCallSettings<BatchRunTestCasesRequest,BatchRunTestCasesResponse,BatchRunTestCasesMetadata>
TestCasesSettings. batchRunTestCasesOperationSettings()
Returns the object with the settings used for calls to batchRunTestCases.com.google.api.gax.rpc.OperationCallSettings.Builder<BatchRunTestCasesRequest,BatchRunTestCasesResponse,BatchRunTestCasesMetadata>
TestCasesSettings.Builder. batchRunTestCasesOperationSettings()
Returns the builder for the settings used for calls to batchRunTestCases.com.google.api.gax.rpc.UnaryCallSettings<BatchRunTestCasesRequest,com.google.longrunning.Operation>
TestCasesSettings. batchRunTestCasesSettings()
Returns the object with the settings used for calls to batchRunTestCases.com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchRunTestCasesRequest,com.google.longrunning.Operation>
TestCasesSettings.Builder. batchRunTestCasesSettings()
Returns the builder for the settings used for calls to batchRunTestCases.static io.grpc.MethodDescriptor<BatchRunTestCasesRequest,com.google.longrunning.Operation>
TestCasesGrpc. getBatchRunTestCasesMethod()
com.google.protobuf.Parser<BatchRunTestCasesRequest>
BatchRunTestCasesRequest. getParserForType()
static com.google.protobuf.Parser<BatchRunTestCasesRequest>
BatchRunTestCasesRequest. parser()
Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type BatchRunTestCasesRequest Modifier and Type Method Description default void
TestCasesGrpc.AsyncService. batchRunTestCases(BatchRunTestCasesRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Kicks off a batch run of test cases.com.google.longrunning.Operation
TestCasesGrpc.TestCasesBlockingStub. batchRunTestCases(BatchRunTestCasesRequest request)
Kicks off a batch run of test cases.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
TestCasesGrpc.TestCasesFutureStub. batchRunTestCases(BatchRunTestCasesRequest request)
Kicks off a batch run of test cases.void
TestCasesGrpc.TestCasesStub. batchRunTestCases(BatchRunTestCasesRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Kicks off a batch run of test cases.com.google.api.gax.longrunning.OperationFuture<BatchRunTestCasesResponse,BatchRunTestCasesMetadata>
TestCasesClient. batchRunTestCasesAsync(BatchRunTestCasesRequest request)
Kicks off a batch run of test cases.BatchRunTestCasesRequest.Builder
BatchRunTestCasesRequest.Builder. mergeFrom(BatchRunTestCasesRequest other)
static BatchRunTestCasesRequest.Builder
BatchRunTestCasesRequest. newBuilder(BatchRunTestCasesRequest prototype)
-
Uses of BatchRunTestCasesRequest in com.google.cloud.dialogflow.cx.v3.stub
Methods in com.google.cloud.dialogflow.cx.v3.stub that return types with arguments of type BatchRunTestCasesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<BatchRunTestCasesRequest,com.google.longrunning.Operation>
GrpcTestCasesStub. batchRunTestCasesCallable()
com.google.api.gax.rpc.UnaryCallable<BatchRunTestCasesRequest,com.google.longrunning.Operation>
HttpJsonTestCasesStub. batchRunTestCasesCallable()
com.google.api.gax.rpc.UnaryCallable<BatchRunTestCasesRequest,com.google.longrunning.Operation>
TestCasesStub. batchRunTestCasesCallable()
com.google.api.gax.rpc.OperationCallable<BatchRunTestCasesRequest,BatchRunTestCasesResponse,BatchRunTestCasesMetadata>
GrpcTestCasesStub. batchRunTestCasesOperationCallable()
com.google.api.gax.rpc.OperationCallable<BatchRunTestCasesRequest,BatchRunTestCasesResponse,BatchRunTestCasesMetadata>
HttpJsonTestCasesStub. batchRunTestCasesOperationCallable()
com.google.api.gax.rpc.OperationCallable<BatchRunTestCasesRequest,BatchRunTestCasesResponse,BatchRunTestCasesMetadata>
TestCasesStub. batchRunTestCasesOperationCallable()
com.google.api.gax.rpc.OperationCallSettings<BatchRunTestCasesRequest,BatchRunTestCasesResponse,BatchRunTestCasesMetadata>
TestCasesStubSettings. batchRunTestCasesOperationSettings()
Returns the object with the settings used for calls to batchRunTestCases.com.google.api.gax.rpc.OperationCallSettings.Builder<BatchRunTestCasesRequest,BatchRunTestCasesResponse,BatchRunTestCasesMetadata>
TestCasesStubSettings.Builder. batchRunTestCasesOperationSettings()
Returns the builder for the settings used for calls to batchRunTestCases.com.google.api.gax.rpc.UnaryCallSettings<BatchRunTestCasesRequest,com.google.longrunning.Operation>
TestCasesStubSettings. batchRunTestCasesSettings()
Returns the object with the settings used for calls to batchRunTestCases.com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchRunTestCasesRequest,com.google.longrunning.Operation>
TestCasesStubSettings.Builder. batchRunTestCasesSettings()
Returns the builder for the settings used for calls to batchRunTestCases.
-