Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.TestCase
-
Packages that use TestCase Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3beta1.stub -
-
Uses of TestCase in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return TestCase Modifier and Type Method Description TestCaseTestCase.Builder. build()TestCaseTestCase.Builder. buildPartial()TestCaseTestCasesClient. createTestCase(AgentName parent, TestCase testCase)Creates a test case for the given agent.TestCaseTestCasesClient. createTestCase(CreateTestCaseRequest request)Creates a test case for the given agent.TestCaseTestCasesClient. createTestCase(String parent, TestCase testCase)Creates a test case for the given agent.TestCaseTestCasesGrpc.TestCasesBlockingStub. createTestCase(CreateTestCaseRequest request)Creates a test case for the given agent.static TestCaseTestCase. getDefaultInstance()TestCaseTestCase.Builder. getDefaultInstanceForType()TestCaseTestCase. getDefaultInstanceForType()TestCaseCreateTestCaseRequest.Builder. getTestCase()Required.TestCaseCreateTestCaseRequest. getTestCase()Required.TestCaseCreateTestCaseRequestOrBuilder. getTestCase()Required.TestCaseTestCaseError.Builder. getTestCase()The test case.TestCaseTestCaseError. getTestCase()The test case.TestCaseTestCaseErrorOrBuilder. getTestCase()The test case.TestCaseTestCasesClient. getTestCase(GetTestCaseRequest request)Gets a test case.TestCaseTestCasesClient. getTestCase(TestCaseName name)Gets a test case.TestCaseTestCasesClient. getTestCase(String name)Gets a test case.TestCaseTestCasesGrpc.TestCasesBlockingStub. getTestCase(GetTestCaseRequest request)Gets a test case.TestCaseUpdateTestCaseRequest.Builder. getTestCase()Required.TestCaseUpdateTestCaseRequest. getTestCase()Required.TestCaseUpdateTestCaseRequestOrBuilder. getTestCase()Required.TestCaseListTestCasesResponse.Builder. getTestCases(int index)The list of test cases.TestCaseListTestCasesResponse. getTestCases(int index)The list of test cases.TestCaseListTestCasesResponseOrBuilder. getTestCases(int index)The list of test cases.static TestCaseTestCase. parseDelimitedFrom(InputStream input)static TestCaseTestCase. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TestCaseTestCase. parseFrom(byte[] data)static TestCaseTestCase. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TestCaseTestCase. parseFrom(com.google.protobuf.ByteString data)static TestCaseTestCase. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TestCaseTestCase. parseFrom(com.google.protobuf.CodedInputStream input)static TestCaseTestCase. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TestCaseTestCase. parseFrom(InputStream input)static TestCaseTestCase. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TestCaseTestCase. parseFrom(ByteBuffer data)static TestCaseTestCase. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)TestCaseTestCasesClient. updateTestCase(TestCase testCase, com.google.protobuf.FieldMask updateMask)Updates the specified test case.TestCaseTestCasesClient. updateTestCase(UpdateTestCaseRequest request)Updates the specified test case.TestCaseTestCasesGrpc.TestCasesBlockingStub. updateTestCase(UpdateTestCaseRequest request)Updates the specified test case.Methods in com.google.cloud.dialogflow.cx.v3beta1 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.v3beta1 with parameters of type TestCase Modifier and Type Method Description ListTestCasesResponse.BuilderListTestCasesResponse.Builder. addTestCases(int index, TestCase value)The list of test cases.ListTestCasesResponse.BuilderListTestCasesResponse.Builder. addTestCases(TestCase value)The list of test cases.TestCaseTestCasesClient. createTestCase(AgentName parent, TestCase testCase)Creates a test case for the given agent.TestCaseTestCasesClient. createTestCase(String parent, TestCase testCase)Creates a test case for the given agent.TestCase.BuilderTestCase.Builder. mergeFrom(TestCase other)CreateTestCaseRequest.BuilderCreateTestCaseRequest.Builder. mergeTestCase(TestCase value)Required.TestCaseError.BuilderTestCaseError.Builder. mergeTestCase(TestCase value)The test case.UpdateTestCaseRequest.BuilderUpdateTestCaseRequest.Builder. mergeTestCase(TestCase value)Required.static TestCase.BuilderTestCase. newBuilder(TestCase prototype)CreateTestCaseRequest.BuilderCreateTestCaseRequest.Builder. setTestCase(TestCase value)Required.TestCaseError.BuilderTestCaseError.Builder. setTestCase(TestCase value)The test case.UpdateTestCaseRequest.BuilderUpdateTestCaseRequest.Builder. setTestCase(TestCase value)Required.ListTestCasesResponse.BuilderListTestCasesResponse.Builder. setTestCases(int index, TestCase value)The list of test cases.TestCaseTestCasesClient. updateTestCase(TestCase testCase, com.google.protobuf.FieldMask updateMask)Updates the specified test case.Method parameters in com.google.cloud.dialogflow.cx.v3beta1 with type arguments of type TestCase Modifier and Type Method Description ListTestCasesResponse.BuilderListTestCasesResponse.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.ListTestCasesPageTestCasesClient.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 voidTestCasesGrpc.AsyncService. createTestCase(CreateTestCaseRequest request, io.grpc.stub.StreamObserver<TestCase> responseObserver)Creates a test case for the given agent.voidTestCasesGrpc.TestCasesStub. createTestCase(CreateTestCaseRequest request, io.grpc.stub.StreamObserver<TestCase> responseObserver)Creates a test case for the given agent.default voidTestCasesGrpc.AsyncService. getTestCase(GetTestCaseRequest request, io.grpc.stub.StreamObserver<TestCase> responseObserver)Gets a test case.voidTestCasesGrpc.TestCasesStub. getTestCase(GetTestCaseRequest request, io.grpc.stub.StreamObserver<TestCase> responseObserver)Gets a test case.default voidTestCasesGrpc.AsyncService. updateTestCase(UpdateTestCaseRequest request, io.grpc.stub.StreamObserver<TestCase> responseObserver)Updates the specified test case.voidTestCasesGrpc.TestCasesStub. updateTestCase(UpdateTestCaseRequest request, io.grpc.stub.StreamObserver<TestCase> responseObserver)Updates the specified test case. -
Uses of TestCase in com.google.cloud.dialogflow.cx.v3beta1.stub
Methods in com.google.cloud.dialogflow.cx.v3beta1.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.
-