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