Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.TestCaseResult
-
Packages that use TestCaseResult Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3beta1.stub -
-
Uses of TestCaseResult in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return TestCaseResult Modifier and Type Method Description TestCaseResult
TestCaseResult.Builder. build()
TestCaseResult
TestCaseResult.Builder. buildPartial()
static TestCaseResult
TestCaseResult. getDefaultInstance()
TestCaseResult
TestCaseResult.Builder. getDefaultInstanceForType()
TestCaseResult
TestCaseResult. getDefaultInstanceForType()
TestCaseResult
TestCase.Builder. getLastTestResult()
The latest test result.TestCaseResult
TestCase. getLastTestResult()
The latest test result.TestCaseResult
TestCaseOrBuilder. getLastTestResult()
The latest test result.TestCaseResult
RunTestCaseResponse.Builder. getResult()
The result.TestCaseResult
RunTestCaseResponse. getResult()
The result.TestCaseResult
RunTestCaseResponseOrBuilder. getResult()
The result.TestCaseResult
BatchRunTestCasesResponse.Builder. getResults(int index)
The test case results.TestCaseResult
BatchRunTestCasesResponse. getResults(int index)
The test case results.TestCaseResult
BatchRunTestCasesResponseOrBuilder. getResults(int index)
The test case results.TestCaseResult
TestCasesClient. getTestCaseResult(GetTestCaseResultRequest request)
Gets a test case result.TestCaseResult
TestCasesClient. getTestCaseResult(TestCaseResultName name)
Gets a test case result.TestCaseResult
TestCasesClient. getTestCaseResult(String name)
Gets a test case result.TestCaseResult
TestCasesGrpc.TestCasesBlockingStub. getTestCaseResult(GetTestCaseResultRequest request)
Gets a test case result.TestCaseResult
ListTestCaseResultsResponse.Builder. getTestCaseResults(int index)
The list of test case results.TestCaseResult
ListTestCaseResultsResponse. getTestCaseResults(int index)
The list of test case results.TestCaseResult
ListTestCaseResultsResponseOrBuilder. getTestCaseResults(int index)
The list of test case results.static TestCaseResult
TestCaseResult. parseDelimitedFrom(InputStream input)
static TestCaseResult
TestCaseResult. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TestCaseResult
TestCaseResult. parseFrom(byte[] data)
static TestCaseResult
TestCaseResult. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TestCaseResult
TestCaseResult. parseFrom(com.google.protobuf.ByteString data)
static TestCaseResult
TestCaseResult. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TestCaseResult
TestCaseResult. parseFrom(com.google.protobuf.CodedInputStream input)
static TestCaseResult
TestCaseResult. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TestCaseResult
TestCaseResult. parseFrom(InputStream input)
static TestCaseResult
TestCaseResult. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TestCaseResult
TestCaseResult. parseFrom(ByteBuffer data)
static TestCaseResult
TestCaseResult. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3beta1 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.v3beta1 with parameters of type TestCaseResult Modifier and Type Method Description BatchRunTestCasesResponse.Builder
BatchRunTestCasesResponse.Builder. addResults(int index, TestCaseResult value)
The test case results.BatchRunTestCasesResponse.Builder
BatchRunTestCasesResponse.Builder. addResults(TestCaseResult value)
The test case results.ListTestCaseResultsResponse.Builder
ListTestCaseResultsResponse.Builder. addTestCaseResults(int index, TestCaseResult value)
The list of test case results.ListTestCaseResultsResponse.Builder
ListTestCaseResultsResponse.Builder. addTestCaseResults(TestCaseResult value)
The list of test case results.TestCaseResult.Builder
TestCaseResult.Builder. mergeFrom(TestCaseResult other)
TestCase.Builder
TestCase.Builder. mergeLastTestResult(TestCaseResult value)
The latest test result.RunTestCaseResponse.Builder
RunTestCaseResponse.Builder. mergeResult(TestCaseResult value)
The result.static TestCaseResult.Builder
TestCaseResult. newBuilder(TestCaseResult prototype)
TestCase.Builder
TestCase.Builder. setLastTestResult(TestCaseResult value)
The latest test result.RunTestCaseResponse.Builder
RunTestCaseResponse.Builder. setResult(TestCaseResult value)
The result.BatchRunTestCasesResponse.Builder
BatchRunTestCasesResponse.Builder. setResults(int index, TestCaseResult value)
The test case results.ListTestCaseResultsResponse.Builder
ListTestCaseResultsResponse.Builder. setTestCaseResults(int index, TestCaseResult value)
The list of test case results.Method parameters in com.google.cloud.dialogflow.cx.v3beta1 with type arguments of type TestCaseResult Modifier and Type Method Description BatchRunTestCasesResponse.Builder
BatchRunTestCasesResponse.Builder. addAllResults(Iterable<? extends TestCaseResult> values)
The test case results.ListTestCaseResultsResponse.Builder
ListTestCaseResultsResponse.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.ListTestCaseResultsPage
TestCasesClient.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 void
TestCasesGrpc.AsyncService. getTestCaseResult(GetTestCaseResultRequest request, io.grpc.stub.StreamObserver<TestCaseResult> responseObserver)
Gets a test case result.void
TestCasesGrpc.TestCasesStub. getTestCaseResult(GetTestCaseResultRequest request, io.grpc.stub.StreamObserver<TestCaseResult> responseObserver)
Gets a test case result. -
Uses of TestCaseResult in com.google.cloud.dialogflow.cx.v3beta1.stub
Methods in com.google.cloud.dialogflow.cx.v3beta1.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.
-