Uses of Class
com.google.cloud.dialogflow.cx.v3.TestCaseResult
-
Packages that use TestCaseResult Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3.stub -
-
Uses of TestCaseResult in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return TestCaseResult Modifier and Type Method Description TestCaseResultTestCaseResult.Builder. build()TestCaseResultTestCaseResult.Builder. buildPartial()static TestCaseResultTestCaseResult. getDefaultInstance()TestCaseResultTestCaseResult.Builder. getDefaultInstanceForType()TestCaseResultTestCaseResult. getDefaultInstanceForType()TestCaseResultTestCase.Builder. getLastTestResult()The latest test result.TestCaseResultTestCase. getLastTestResult()The latest test result.TestCaseResultTestCaseOrBuilder. getLastTestResult()The latest test result.TestCaseResultRunTestCaseResponse.Builder. getResult()The result.TestCaseResultRunTestCaseResponse. getResult()The result.TestCaseResultRunTestCaseResponseOrBuilder. getResult()The result.TestCaseResultBatchRunTestCasesResponse.Builder. getResults(int index)The test case results.TestCaseResultBatchRunTestCasesResponse. getResults(int index)The test case results.TestCaseResultBatchRunTestCasesResponseOrBuilder. getResults(int index)The test case results.TestCaseResultTestCasesClient. getTestCaseResult(GetTestCaseResultRequest request)Gets a test case result.TestCaseResultTestCasesClient. getTestCaseResult(TestCaseResultName name)Gets a test case result.TestCaseResultTestCasesClient. getTestCaseResult(String name)Gets a test case result.TestCaseResultTestCasesGrpc.TestCasesBlockingStub. getTestCaseResult(GetTestCaseResultRequest request)Gets a test case result.TestCaseResultListTestCaseResultsResponse.Builder. getTestCaseResults(int index)The list of test case results.TestCaseResultListTestCaseResultsResponse. getTestCaseResults(int index)The list of test case results.TestCaseResultListTestCaseResultsResponseOrBuilder. getTestCaseResults(int index)The list of test case results.static TestCaseResultTestCaseResult. parseDelimitedFrom(InputStream input)static TestCaseResultTestCaseResult. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TestCaseResultTestCaseResult. parseFrom(byte[] data)static TestCaseResultTestCaseResult. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TestCaseResultTestCaseResult. parseFrom(com.google.protobuf.ByteString data)static TestCaseResultTestCaseResult. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TestCaseResultTestCaseResult. parseFrom(com.google.protobuf.CodedInputStream input)static TestCaseResultTestCaseResult. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TestCaseResultTestCaseResult. parseFrom(InputStream input)static TestCaseResultTestCaseResult. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TestCaseResultTestCaseResult. parseFrom(ByteBuffer data)static TestCaseResultTestCaseResult. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type TestCaseResult Modifier and Type Method Description static io.grpc.MethodDescriptor<GetTestCaseResultRequest,TestCaseResult>TestCasesGrpc. getGetTestCaseResultMethod()com.google.protobuf.Parser<TestCaseResult>TestCaseResult. getParserForType()List<TestCaseResult>BatchRunTestCasesResponse.Builder. getResultsList()The test case results.List<TestCaseResult>BatchRunTestCasesResponse. getResultsList()The test case results.List<TestCaseResult>BatchRunTestCasesResponseOrBuilder. getResultsList()The test case results.com.google.common.util.concurrent.ListenableFuture<TestCaseResult>TestCasesGrpc.TestCasesFutureStub. getTestCaseResult(GetTestCaseResultRequest request)Gets a test case result.com.google.api.gax.rpc.UnaryCallable<GetTestCaseResultRequest,TestCaseResult>TestCasesClient. getTestCaseResultCallable()Gets a test case result.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTestCaseResultRequest,TestCaseResult>TestCasesSettings.Builder. getTestCaseResultSettings()Returns the builder for the settings used for calls to getTestCaseResult.com.google.api.gax.rpc.UnaryCallSettings<GetTestCaseResultRequest,TestCaseResult>TestCasesSettings. getTestCaseResultSettings()Returns the object with the settings used for calls to getTestCaseResult.List<TestCaseResult>ListTestCaseResultsResponse.Builder. getTestCaseResultsList()The list of test case results.List<TestCaseResult>ListTestCaseResultsResponse. getTestCaseResultsList()The list of test case results.List<TestCaseResult>ListTestCaseResultsResponseOrBuilder. getTestCaseResultsList()The list of test case results.static com.google.protobuf.Parser<TestCaseResult>TestCaseResult. parser()Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type TestCaseResult Modifier and Type Method Description BatchRunTestCasesResponse.BuilderBatchRunTestCasesResponse.Builder. addResults(int index, TestCaseResult value)The test case results.BatchRunTestCasesResponse.BuilderBatchRunTestCasesResponse.Builder. addResults(TestCaseResult value)The test case results.ListTestCaseResultsResponse.BuilderListTestCaseResultsResponse.Builder. addTestCaseResults(int index, TestCaseResult value)The list of test case results.ListTestCaseResultsResponse.BuilderListTestCaseResultsResponse.Builder. addTestCaseResults(TestCaseResult value)The list of test case results.TestCaseResult.BuilderTestCaseResult.Builder. mergeFrom(TestCaseResult other)TestCase.BuilderTestCase.Builder. mergeLastTestResult(TestCaseResult value)The latest test result.RunTestCaseResponse.BuilderRunTestCaseResponse.Builder. mergeResult(TestCaseResult value)The result.static TestCaseResult.BuilderTestCaseResult. newBuilder(TestCaseResult prototype)TestCase.BuilderTestCase.Builder. setLastTestResult(TestCaseResult value)The latest test result.RunTestCaseResponse.BuilderRunTestCaseResponse.Builder. setResult(TestCaseResult value)The result.BatchRunTestCasesResponse.BuilderBatchRunTestCasesResponse.Builder. setResults(int index, TestCaseResult value)The test case results.ListTestCaseResultsResponse.BuilderListTestCaseResultsResponse.Builder. setTestCaseResults(int index, TestCaseResult value)The list of test case results.Method parameters in com.google.cloud.dialogflow.cx.v3 with type arguments of type TestCaseResult Modifier and Type Method Description BatchRunTestCasesResponse.BuilderBatchRunTestCasesResponse.Builder. addAllResults(Iterable<? extends TestCaseResult> values)The test case results.ListTestCaseResultsResponse.BuilderListTestCaseResultsResponse.Builder. addAllTestCaseResults(Iterable<? extends TestCaseResult> values)The list of test case results.static com.google.api.core.ApiFuture<TestCasesClient.ListTestCaseResultsPagedResponse>TestCasesClient.ListTestCaseResultsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListTestCaseResultsRequest,ListTestCaseResultsResponse,TestCaseResult> context, com.google.api.core.ApiFuture<ListTestCaseResultsResponse> futureResponse)protected TestCasesClient.ListTestCaseResultsPageTestCasesClient.ListTestCaseResultsPage. createPage(com.google.api.gax.rpc.PageContext<ListTestCaseResultsRequest,ListTestCaseResultsResponse,TestCaseResult> context, ListTestCaseResultsResponse response)com.google.api.core.ApiFuture<TestCasesClient.ListTestCaseResultsPage>TestCasesClient.ListTestCaseResultsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListTestCaseResultsRequest,ListTestCaseResultsResponse,TestCaseResult> context, com.google.api.core.ApiFuture<ListTestCaseResultsResponse> futureResponse)default voidTestCasesGrpc.AsyncService. getTestCaseResult(GetTestCaseResultRequest request, io.grpc.stub.StreamObserver<TestCaseResult> responseObserver)Gets a test case result.voidTestCasesGrpc.TestCasesStub. getTestCaseResult(GetTestCaseResultRequest request, io.grpc.stub.StreamObserver<TestCaseResult> responseObserver)Gets a test case result. -
Uses of TestCaseResult in com.google.cloud.dialogflow.cx.v3.stub
Methods in com.google.cloud.dialogflow.cx.v3.stub that return types with arguments of type TestCaseResult Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetTestCaseResultRequest,TestCaseResult>GrpcTestCasesStub. getTestCaseResultCallable()com.google.api.gax.rpc.UnaryCallable<GetTestCaseResultRequest,TestCaseResult>HttpJsonTestCasesStub. getTestCaseResultCallable()com.google.api.gax.rpc.UnaryCallable<GetTestCaseResultRequest,TestCaseResult>TestCasesStub. getTestCaseResultCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTestCaseResultRequest,TestCaseResult>TestCasesStubSettings.Builder. getTestCaseResultSettings()Returns the builder for the settings used for calls to getTestCaseResult.com.google.api.gax.rpc.UnaryCallSettings<GetTestCaseResultRequest,TestCaseResult>TestCasesStubSettings. getTestCaseResultSettings()Returns the object with the settings used for calls to getTestCaseResult.
-