Uses of Class
com.google.cloud.dialogflow.cx.v3.CreateTestCaseRequest
-
Packages that use CreateTestCaseRequest Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3.stub -
-
Uses of CreateTestCaseRequest in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return CreateTestCaseRequest Modifier and Type Method Description CreateTestCaseRequestCreateTestCaseRequest.Builder. build()CreateTestCaseRequestCreateTestCaseRequest.Builder. buildPartial()static CreateTestCaseRequestCreateTestCaseRequest. getDefaultInstance()CreateTestCaseRequestCreateTestCaseRequest.Builder. getDefaultInstanceForType()CreateTestCaseRequestCreateTestCaseRequest. getDefaultInstanceForType()static CreateTestCaseRequestCreateTestCaseRequest. parseDelimitedFrom(InputStream input)static CreateTestCaseRequestCreateTestCaseRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateTestCaseRequestCreateTestCaseRequest. parseFrom(byte[] data)static CreateTestCaseRequestCreateTestCaseRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateTestCaseRequestCreateTestCaseRequest. parseFrom(com.google.protobuf.ByteString data)static CreateTestCaseRequestCreateTestCaseRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateTestCaseRequestCreateTestCaseRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateTestCaseRequestCreateTestCaseRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateTestCaseRequestCreateTestCaseRequest. parseFrom(InputStream input)static CreateTestCaseRequestCreateTestCaseRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateTestCaseRequestCreateTestCaseRequest. parseFrom(ByteBuffer data)static CreateTestCaseRequestCreateTestCaseRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type CreateTestCaseRequest Modifier and Type Method Description 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()com.google.protobuf.Parser<CreateTestCaseRequest>CreateTestCaseRequest. getParserForType()static com.google.protobuf.Parser<CreateTestCaseRequest>CreateTestCaseRequest. parser()Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type CreateTestCaseRequest Modifier and Type Method Description TestCaseTestCasesClient. createTestCase(CreateTestCaseRequest request)Creates a test case for the given agent.default voidTestCasesGrpc.AsyncService. createTestCase(CreateTestCaseRequest request, io.grpc.stub.StreamObserver<TestCase> responseObserver)Creates a test case for the given agent.TestCaseTestCasesGrpc.TestCasesBlockingStub. createTestCase(CreateTestCaseRequest request)Creates a test case for the given agent.com.google.common.util.concurrent.ListenableFuture<TestCase>TestCasesGrpc.TestCasesFutureStub. createTestCase(CreateTestCaseRequest request)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.CreateTestCaseRequest.BuilderCreateTestCaseRequest.Builder. mergeFrom(CreateTestCaseRequest other)static CreateTestCaseRequest.BuilderCreateTestCaseRequest. newBuilder(CreateTestCaseRequest prototype) -
Uses of CreateTestCaseRequest in com.google.cloud.dialogflow.cx.v3.stub
Methods in com.google.cloud.dialogflow.cx.v3.stub that return types with arguments of type CreateTestCaseRequest 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.
-