Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.BatchRunTestCasesResponse
-
Packages that use BatchRunTestCasesResponse Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3beta1.stub -
-
Uses of BatchRunTestCasesResponse in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return BatchRunTestCasesResponse Modifier and Type Method Description BatchRunTestCasesResponse
BatchRunTestCasesResponse.Builder. build()
BatchRunTestCasesResponse
BatchRunTestCasesResponse.Builder. buildPartial()
static BatchRunTestCasesResponse
BatchRunTestCasesResponse. getDefaultInstance()
BatchRunTestCasesResponse
BatchRunTestCasesResponse.Builder. getDefaultInstanceForType()
BatchRunTestCasesResponse
BatchRunTestCasesResponse. getDefaultInstanceForType()
static BatchRunTestCasesResponse
BatchRunTestCasesResponse. parseDelimitedFrom(InputStream input)
static BatchRunTestCasesResponse
BatchRunTestCasesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchRunTestCasesResponse
BatchRunTestCasesResponse. parseFrom(byte[] data)
static BatchRunTestCasesResponse
BatchRunTestCasesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchRunTestCasesResponse
BatchRunTestCasesResponse. parseFrom(com.google.protobuf.ByteString data)
static BatchRunTestCasesResponse
BatchRunTestCasesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchRunTestCasesResponse
BatchRunTestCasesResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static BatchRunTestCasesResponse
BatchRunTestCasesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchRunTestCasesResponse
BatchRunTestCasesResponse. parseFrom(InputStream input)
static BatchRunTestCasesResponse
BatchRunTestCasesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchRunTestCasesResponse
BatchRunTestCasesResponse. parseFrom(ByteBuffer data)
static BatchRunTestCasesResponse
BatchRunTestCasesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type BatchRunTestCasesResponse Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<BatchRunTestCasesResponse,BatchRunTestCasesMetadata>
TestCasesClient. batchRunTestCasesAsync(BatchRunTestCasesRequest request)
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.protobuf.Parser<BatchRunTestCasesResponse>
BatchRunTestCasesResponse. getParserForType()
static com.google.protobuf.Parser<BatchRunTestCasesResponse>
BatchRunTestCasesResponse. parser()
Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type BatchRunTestCasesResponse Modifier and Type Method Description BatchRunTestCasesResponse.Builder
BatchRunTestCasesResponse.Builder. mergeFrom(BatchRunTestCasesResponse other)
static BatchRunTestCasesResponse.Builder
BatchRunTestCasesResponse. newBuilder(BatchRunTestCasesResponse prototype)
-
Uses of BatchRunTestCasesResponse in com.google.cloud.dialogflow.cx.v3beta1.stub
Methods in com.google.cloud.dialogflow.cx.v3beta1.stub that return types with arguments of type BatchRunTestCasesResponse Modifier and Type Method Description 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.
-