Class TestCasesGrpc.TestCasesImplBase
- java.lang.Object
-
- com.google.cloud.dialogflow.cx.v3.TestCasesGrpc.TestCasesImplBase
-
- All Implemented Interfaces:
TestCasesGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- TestCasesGrpc
public abstract static class TestCasesGrpc.TestCasesImplBase extends Object implements io.grpc.BindableService, TestCasesGrpc.AsyncService
Base class for the server implementation of the service TestCases.Service for managing [Test Cases][google.cloud.dialogflow.cx.v3.TestCase] and [Test Case Results][google.cloud.dialogflow.cx.v3.TestCaseResult].
-
-
Constructor Summary
Constructors Constructor Description TestCasesImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.dialogflow.cx.v3.TestCasesGrpc.AsyncService
batchDeleteTestCases, batchRunTestCases, calculateCoverage, createTestCase, exportTestCases, getTestCase, getTestCaseResult, importTestCases, listTestCaseResults, listTestCases, runTestCase, updateTestCase
-
-