@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/dialogflow/cx/v3/test_case.proto") public final class TestCasesGrpc extends Object
Service for managing [Test Cases][google.cloud.dialogflow.cx.v3.TestCase] and [Test Case Results][google.cloud.dialogflow.cx.v3.TestCaseResult].
| Modifier and Type | Class and Description |
|---|---|
static interface |
TestCasesGrpc.AsyncService
Service for managing [Test Cases][google.cloud.dialogflow.cx.v3.TestCase] and
[Test Case Results][google.cloud.dialogflow.cx.v3.TestCaseResult].
|
static class |
TestCasesGrpc.TestCasesBlockingStub
A stub to allow clients to do synchronous rpc calls to service TestCases.
|
static class |
TestCasesGrpc.TestCasesFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service TestCases.
|
static class |
TestCasesGrpc.TestCasesImplBase
Base class for the server implementation of the service TestCases.
|
static class |
TestCasesGrpc.TestCasesStub
A stub to allow clients to do asynchronous rpc calls to service TestCases.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(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.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<UpdateTestCaseRequest,TestCase> |
getUpdateTestCaseMethod() |
static TestCasesGrpc.TestCasesBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static TestCasesGrpc.TestCasesFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static TestCasesGrpc.TestCasesStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<ListTestCasesRequest,ListTestCasesResponse> getListTestCasesMethod()
public static io.grpc.MethodDescriptor<BatchDeleteTestCasesRequest,com.google.protobuf.Empty> getBatchDeleteTestCasesMethod()
public static io.grpc.MethodDescriptor<GetTestCaseRequest,TestCase> getGetTestCaseMethod()
public static io.grpc.MethodDescriptor<CreateTestCaseRequest,TestCase> getCreateTestCaseMethod()
public static io.grpc.MethodDescriptor<UpdateTestCaseRequest,TestCase> getUpdateTestCaseMethod()
public static io.grpc.MethodDescriptor<RunTestCaseRequest,com.google.longrunning.Operation> getRunTestCaseMethod()
public static io.grpc.MethodDescriptor<BatchRunTestCasesRequest,com.google.longrunning.Operation> getBatchRunTestCasesMethod()
public static io.grpc.MethodDescriptor<CalculateCoverageRequest,CalculateCoverageResponse> getCalculateCoverageMethod()
public static io.grpc.MethodDescriptor<ImportTestCasesRequest,com.google.longrunning.Operation> getImportTestCasesMethod()
public static io.grpc.MethodDescriptor<ExportTestCasesRequest,com.google.longrunning.Operation> getExportTestCasesMethod()
public static io.grpc.MethodDescriptor<ListTestCaseResultsRequest,ListTestCaseResultsResponse> getListTestCaseResultsMethod()
public static io.grpc.MethodDescriptor<GetTestCaseResultRequest,TestCaseResult> getGetTestCaseResultMethod()
public static TestCasesGrpc.TestCasesStub newStub(io.grpc.Channel channel)
public static TestCasesGrpc.TestCasesBlockingStub newBlockingStub(io.grpc.Channel channel)
public static TestCasesGrpc.TestCasesFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(TestCasesGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2023 Google LLC. All rights reserved.