Uses of Class
com.google.cloud.dialogflow.cx.v3.TestCase
-
Packages that use TestCase Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3.stub -
-
Uses of TestCase in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return TestCase Modifier and Type Method Description TestCase
TestCase.Builder. build()
TestCase
TestCase.Builder. buildPartial()
TestCase
TestCasesClient. createTestCase(AgentName parent, TestCase testCase)
Creates a test case for the given agent.TestCase
TestCasesClient. createTestCase(CreateTestCaseRequest request)
Creates a test case for the given agent.TestCase
TestCasesClient. createTestCase(String parent, TestCase testCase)
Creates a test case for the given agent.TestCase
TestCasesGrpc.TestCasesBlockingStub. createTestCase(CreateTestCaseRequest request)
Creates a test case for the given agent.static TestCase
TestCase. getDefaultInstance()
TestCase
TestCase.Builder. getDefaultInstanceForType()
TestCase
TestCase. getDefaultInstanceForType()
TestCase
CreateTestCaseRequest.Builder. getTestCase()
Required.TestCase
CreateTestCaseRequest. getTestCase()
Required.TestCase
CreateTestCaseRequestOrBuilder. getTestCase()
Required.TestCase
TestCaseError.Builder. getTestCase()
The test case.TestCase
TestCaseError. getTestCase()
The test case.TestCase
TestCaseErrorOrBuilder. getTestCase()
The test case.TestCase
TestCasesClient. getTestCase(GetTestCaseRequest request)
Gets a test case.TestCase
TestCasesClient. getTestCase(TestCaseName name)
Gets a test case.TestCase
TestCasesClient. getTestCase(String name)
Gets a test case.TestCase
TestCasesGrpc.TestCasesBlockingStub. getTestCase(GetTestCaseRequest request)
Gets a test case.TestCase
UpdateTestCaseRequest.Builder. getTestCase()
Required.TestCase
UpdateTestCaseRequest. getTestCase()
Required.TestCase
UpdateTestCaseRequestOrBuilder. getTestCase()
Required.TestCase
ListTestCasesResponse.Builder. getTestCases(int index)
The list of test cases.TestCase
ListTestCasesResponse. getTestCases(int index)
The list of test cases.TestCase
ListTestCasesResponseOrBuilder. getTestCases(int index)
The list of test cases.static TestCase
TestCase. parseDelimitedFrom(InputStream input)
static TestCase
TestCase. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TestCase
TestCase. parseFrom(byte[] data)
static TestCase
TestCase. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TestCase
TestCase. parseFrom(com.google.protobuf.ByteString data)
static TestCase
TestCase. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TestCase
TestCase. parseFrom(com.google.protobuf.CodedInputStream input)
static TestCase
TestCase. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TestCase
TestCase. parseFrom(InputStream input)
static TestCase
TestCase. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TestCase
TestCase. parseFrom(ByteBuffer data)
static TestCase
TestCase. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TestCase
TestCasesClient. updateTestCase(TestCase testCase, com.google.protobuf.FieldMask updateMask)
Updates the specified test case.TestCase
TestCasesClient. updateTestCase(UpdateTestCaseRequest request)
Updates the specified test case.TestCase
TestCasesGrpc.TestCasesBlockingStub. updateTestCase(UpdateTestCaseRequest request)
Updates the specified test case.Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type TestCase Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<TestCase>
TestCasesGrpc.TestCasesFutureStub. createTestCase(CreateTestCaseRequest request)
Creates a test case for the given agent.com.google.api.gax.rpc.UnaryCallable<CreateTestCaseRequest,TestCase>
TestCasesClient. createTestCaseCallable()
Creates a test case for the given agent.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateTestCaseRequest,TestCase>
TestCasesSettings.Builder. createTestCaseSettings()
Returns the builder for the settings used for calls to createTestCase.com.google.api.gax.rpc.UnaryCallSettings<CreateTestCaseRequest,TestCase>
TestCasesSettings. createTestCaseSettings()
Returns the object with the settings used for calls to createTestCase.static io.grpc.MethodDescriptor<CreateTestCaseRequest,TestCase>
TestCasesGrpc. getCreateTestCaseMethod()
static io.grpc.MethodDescriptor<GetTestCaseRequest,TestCase>
TestCasesGrpc. getGetTestCaseMethod()
com.google.protobuf.Parser<TestCase>
TestCase. getParserForType()
com.google.common.util.concurrent.ListenableFuture<TestCase>
TestCasesGrpc.TestCasesFutureStub. getTestCase(GetTestCaseRequest request)
Gets a test case.com.google.api.gax.rpc.UnaryCallable<GetTestCaseRequest,TestCase>
TestCasesClient. getTestCaseCallable()
Gets a test case.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTestCaseRequest,TestCase>
TestCasesSettings.Builder. getTestCaseSettings()
Returns the builder for the settings used for calls to getTestCase.com.google.api.gax.rpc.UnaryCallSettings<GetTestCaseRequest,TestCase>
TestCasesSettings. getTestCaseSettings()
Returns the object with the settings used for calls to getTestCase.List<TestCase>
ListTestCasesResponse.Builder. getTestCasesList()
The list of test cases.List<TestCase>
ListTestCasesResponse. getTestCasesList()
The list of test cases.List<TestCase>
ListTestCasesResponseOrBuilder. getTestCasesList()
The list of test cases.static io.grpc.MethodDescriptor<UpdateTestCaseRequest,TestCase>
TestCasesGrpc. getUpdateTestCaseMethod()
static com.google.protobuf.Parser<TestCase>
TestCase. parser()
com.google.common.util.concurrent.ListenableFuture<TestCase>
TestCasesGrpc.TestCasesFutureStub. updateTestCase(UpdateTestCaseRequest request)
Updates the specified test case.com.google.api.gax.rpc.UnaryCallable<UpdateTestCaseRequest,TestCase>
TestCasesClient. updateTestCaseCallable()
Updates the specified test case.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateTestCaseRequest,TestCase>
TestCasesSettings.Builder. updateTestCaseSettings()
Returns the builder for the settings used for calls to updateTestCase.com.google.api.gax.rpc.UnaryCallSettings<UpdateTestCaseRequest,TestCase>
TestCasesSettings. updateTestCaseSettings()
Returns the object with the settings used for calls to updateTestCase.Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type TestCase Modifier and Type Method Description ListTestCasesResponse.Builder
ListTestCasesResponse.Builder. addTestCases(int index, TestCase value)
The list of test cases.ListTestCasesResponse.Builder
ListTestCasesResponse.Builder. addTestCases(TestCase value)
The list of test cases.TestCase
TestCasesClient. createTestCase(AgentName parent, TestCase testCase)
Creates a test case for the given agent.TestCase
TestCasesClient. createTestCase(String parent, TestCase testCase)
Creates a test case for the given agent.TestCase.Builder
TestCase.Builder. mergeFrom(TestCase other)
CreateTestCaseRequest.Builder
CreateTestCaseRequest.Builder. mergeTestCase(TestCase value)
Required.TestCaseError.Builder
TestCaseError.Builder. mergeTestCase(TestCase value)
The test case.UpdateTestCaseRequest.Builder
UpdateTestCaseRequest.Builder. mergeTestCase(TestCase value)
Required.static TestCase.Builder
TestCase. newBuilder(TestCase prototype)
CreateTestCaseRequest.Builder
CreateTestCaseRequest.Builder. setTestCase(TestCase value)
Required.TestCaseError.Builder
TestCaseError.Builder. setTestCase(TestCase value)
The test case.UpdateTestCaseRequest.Builder
UpdateTestCaseRequest.Builder. setTestCase(TestCase value)
Required.ListTestCasesResponse.Builder
ListTestCasesResponse.Builder. setTestCases(int index, TestCase value)
The list of test cases.TestCase
TestCasesClient. updateTestCase(TestCase testCase, com.google.protobuf.FieldMask updateMask)
Updates the specified test case.Method parameters in com.google.cloud.dialogflow.cx.v3 with type arguments of type TestCase Modifier and Type Method Description ListTestCasesResponse.Builder
ListTestCasesResponse.Builder. addAllTestCases(Iterable<? extends TestCase> values)
The list of test cases.static com.google.api.core.ApiFuture<TestCasesClient.ListTestCasesPagedResponse>
TestCasesClient.ListTestCasesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListTestCasesRequest,ListTestCasesResponse,TestCase> context, com.google.api.core.ApiFuture<ListTestCasesResponse> futureResponse)
protected TestCasesClient.ListTestCasesPage
TestCasesClient.ListTestCasesPage. createPage(com.google.api.gax.rpc.PageContext<ListTestCasesRequest,ListTestCasesResponse,TestCase> context, ListTestCasesResponse response)
com.google.api.core.ApiFuture<TestCasesClient.ListTestCasesPage>
TestCasesClient.ListTestCasesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListTestCasesRequest,ListTestCasesResponse,TestCase> context, com.google.api.core.ApiFuture<ListTestCasesResponse> futureResponse)
default void
TestCasesGrpc.AsyncService. createTestCase(CreateTestCaseRequest request, io.grpc.stub.StreamObserver<TestCase> responseObserver)
Creates a test case for the given agent.void
TestCasesGrpc.TestCasesStub. createTestCase(CreateTestCaseRequest request, io.grpc.stub.StreamObserver<TestCase> responseObserver)
Creates a test case for the given agent.default void
TestCasesGrpc.AsyncService. getTestCase(GetTestCaseRequest request, io.grpc.stub.StreamObserver<TestCase> responseObserver)
Gets a test case.void
TestCasesGrpc.TestCasesStub. getTestCase(GetTestCaseRequest request, io.grpc.stub.StreamObserver<TestCase> responseObserver)
Gets a test case.default void
TestCasesGrpc.AsyncService. updateTestCase(UpdateTestCaseRequest request, io.grpc.stub.StreamObserver<TestCase> responseObserver)
Updates the specified test case.void
TestCasesGrpc.TestCasesStub. updateTestCase(UpdateTestCaseRequest request, io.grpc.stub.StreamObserver<TestCase> responseObserver)
Updates the specified test case. -
Uses of TestCase in com.google.cloud.dialogflow.cx.v3.stub
Methods in com.google.cloud.dialogflow.cx.v3.stub that return types with arguments of type TestCase Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateTestCaseRequest,TestCase>
GrpcTestCasesStub. createTestCaseCallable()
com.google.api.gax.rpc.UnaryCallable<CreateTestCaseRequest,TestCase>
HttpJsonTestCasesStub. createTestCaseCallable()
com.google.api.gax.rpc.UnaryCallable<CreateTestCaseRequest,TestCase>
TestCasesStub. createTestCaseCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateTestCaseRequest,TestCase>
TestCasesStubSettings.Builder. createTestCaseSettings()
Returns the builder for the settings used for calls to createTestCase.com.google.api.gax.rpc.UnaryCallSettings<CreateTestCaseRequest,TestCase>
TestCasesStubSettings. createTestCaseSettings()
Returns the object with the settings used for calls to createTestCase.com.google.api.gax.rpc.UnaryCallable<GetTestCaseRequest,TestCase>
GrpcTestCasesStub. getTestCaseCallable()
com.google.api.gax.rpc.UnaryCallable<GetTestCaseRequest,TestCase>
HttpJsonTestCasesStub. getTestCaseCallable()
com.google.api.gax.rpc.UnaryCallable<GetTestCaseRequest,TestCase>
TestCasesStub. getTestCaseCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTestCaseRequest,TestCase>
TestCasesStubSettings.Builder. getTestCaseSettings()
Returns the builder for the settings used for calls to getTestCase.com.google.api.gax.rpc.UnaryCallSettings<GetTestCaseRequest,TestCase>
TestCasesStubSettings. getTestCaseSettings()
Returns the object with the settings used for calls to getTestCase.com.google.api.gax.rpc.UnaryCallable<UpdateTestCaseRequest,TestCase>
GrpcTestCasesStub. updateTestCaseCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateTestCaseRequest,TestCase>
HttpJsonTestCasesStub. updateTestCaseCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateTestCaseRequest,TestCase>
TestCasesStub. updateTestCaseCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateTestCaseRequest,TestCase>
TestCasesStubSettings.Builder. updateTestCaseSettings()
Returns the builder for the settings used for calls to updateTestCase.com.google.api.gax.rpc.UnaryCallSettings<UpdateTestCaseRequest,TestCase>
TestCasesStubSettings. updateTestCaseSettings()
Returns the object with the settings used for calls to updateTestCase.
-