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 CreateTestCaseRequest
CreateTestCaseRequest.Builder. build()
CreateTestCaseRequest
CreateTestCaseRequest.Builder. buildPartial()
static CreateTestCaseRequest
CreateTestCaseRequest. getDefaultInstance()
CreateTestCaseRequest
CreateTestCaseRequest.Builder. getDefaultInstanceForType()
CreateTestCaseRequest
CreateTestCaseRequest. getDefaultInstanceForType()
static CreateTestCaseRequest
CreateTestCaseRequest. parseDelimitedFrom(InputStream input)
static CreateTestCaseRequest
CreateTestCaseRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateTestCaseRequest
CreateTestCaseRequest. parseFrom(byte[] data)
static CreateTestCaseRequest
CreateTestCaseRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateTestCaseRequest
CreateTestCaseRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateTestCaseRequest
CreateTestCaseRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateTestCaseRequest
CreateTestCaseRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateTestCaseRequest
CreateTestCaseRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateTestCaseRequest
CreateTestCaseRequest. parseFrom(InputStream input)
static CreateTestCaseRequest
CreateTestCaseRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateTestCaseRequest
CreateTestCaseRequest. parseFrom(ByteBuffer data)
static CreateTestCaseRequest
CreateTestCaseRequest. 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 TestCase
TestCasesClient. createTestCase(CreateTestCaseRequest request)
Creates a test case for the given agent.default void
TestCasesGrpc.AsyncService. createTestCase(CreateTestCaseRequest request, io.grpc.stub.StreamObserver<TestCase> responseObserver)
Creates a test case for the given agent.TestCase
TestCasesGrpc.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.void
TestCasesGrpc.TestCasesStub. createTestCase(CreateTestCaseRequest request, io.grpc.stub.StreamObserver<TestCase> responseObserver)
Creates a test case for the given agent.CreateTestCaseRequest.Builder
CreateTestCaseRequest.Builder. mergeFrom(CreateTestCaseRequest other)
static CreateTestCaseRequest.Builder
CreateTestCaseRequest. 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.
-