Class TestCasesGrpc
- java.lang.Object
-
- com.google.cloud.dialogflow.cx.v3beta1.TestCasesGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/dialogflow/cx/v3beta1/test_case.proto") public final class TestCasesGrpc extends Object
Service for managing [Test Cases][google.cloud.dialogflow.cx.v3beta1.TestCase] and [Test Case Results][google.cloud.dialogflow.cx.v3beta1.TestCaseResult].
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTestCasesGrpc.AsyncServiceService for managing [Test Cases][google.cloud.dialogflow.cx.v3beta1.TestCase] and [Test Case Results][google.cloud.dialogflow.cx.v3beta1.TestCaseResult].static classTestCasesGrpc.TestCasesBlockingStubA stub to allow clients to do synchronous rpc calls to service TestCases.static classTestCasesGrpc.TestCasesFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service TestCases.static classTestCasesGrpc.TestCasesImplBaseBase class for the server implementation of the service TestCases.static classTestCasesGrpc.TestCasesStubA stub to allow clients to do asynchronous rpc calls to service TestCases.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(TestCasesGrpc.AsyncService service)static io.grpc.MethodDescriptor<BatchDeleteTestCasesRequest,com.google.protobuf.Empty>getBatchDeleteTestCasesMethod()static io.grpc.MethodDescriptor<BatchRunTestCasesRequest,com.google.longrunning.Operation>getBatchRunTestCasesMethod()static io.grpc.MethodDescriptor<CalculateCoverageRequest,CalculateCoverageResponse>getCalculateCoverageMethod()static io.grpc.MethodDescriptor<CreateTestCaseRequest,TestCase>getCreateTestCaseMethod()static io.grpc.MethodDescriptor<ExportTestCasesRequest,com.google.longrunning.Operation>getExportTestCasesMethod()static io.grpc.MethodDescriptor<GetTestCaseRequest,TestCase>getGetTestCaseMethod()static io.grpc.MethodDescriptor<GetTestCaseResultRequest,TestCaseResult>getGetTestCaseResultMethod()static io.grpc.MethodDescriptor<ImportTestCasesRequest,com.google.longrunning.Operation>getImportTestCasesMethod()static io.grpc.MethodDescriptor<ListTestCaseResultsRequest,ListTestCaseResultsResponse>getListTestCaseResultsMethod()static io.grpc.MethodDescriptor<ListTestCasesRequest,ListTestCasesResponse>getListTestCasesMethod()static io.grpc.MethodDescriptor<RunTestCaseRequest,com.google.longrunning.Operation>getRunTestCaseMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<UpdateTestCaseRequest,TestCase>getUpdateTestCaseMethod()static TestCasesGrpc.TestCasesBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic TestCasesGrpc.TestCasesFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic TestCasesGrpc.TestCasesStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getListTestCasesMethod
public static io.grpc.MethodDescriptor<ListTestCasesRequest,ListTestCasesResponse> getListTestCasesMethod()
-
getBatchDeleteTestCasesMethod
public static io.grpc.MethodDescriptor<BatchDeleteTestCasesRequest,com.google.protobuf.Empty> getBatchDeleteTestCasesMethod()
-
getGetTestCaseMethod
public static io.grpc.MethodDescriptor<GetTestCaseRequest,TestCase> getGetTestCaseMethod()
-
getCreateTestCaseMethod
public static io.grpc.MethodDescriptor<CreateTestCaseRequest,TestCase> getCreateTestCaseMethod()
-
getUpdateTestCaseMethod
public static io.grpc.MethodDescriptor<UpdateTestCaseRequest,TestCase> getUpdateTestCaseMethod()
-
getRunTestCaseMethod
public static io.grpc.MethodDescriptor<RunTestCaseRequest,com.google.longrunning.Operation> getRunTestCaseMethod()
-
getBatchRunTestCasesMethod
public static io.grpc.MethodDescriptor<BatchRunTestCasesRequest,com.google.longrunning.Operation> getBatchRunTestCasesMethod()
-
getCalculateCoverageMethod
public static io.grpc.MethodDescriptor<CalculateCoverageRequest,CalculateCoverageResponse> getCalculateCoverageMethod()
-
getImportTestCasesMethod
public static io.grpc.MethodDescriptor<ImportTestCasesRequest,com.google.longrunning.Operation> getImportTestCasesMethod()
-
getExportTestCasesMethod
public static io.grpc.MethodDescriptor<ExportTestCasesRequest,com.google.longrunning.Operation> getExportTestCasesMethod()
-
getListTestCaseResultsMethod
public static io.grpc.MethodDescriptor<ListTestCaseResultsRequest,ListTestCaseResultsResponse> getListTestCaseResultsMethod()
-
getGetTestCaseResultMethod
public static io.grpc.MethodDescriptor<GetTestCaseResultRequest,TestCaseResult> getGetTestCaseResultMethod()
-
newStub
public static TestCasesGrpc.TestCasesStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static TestCasesGrpc.TestCasesBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static TestCasesGrpc.TestCasesFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(TestCasesGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-