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 UpdateTestCaseRequestUpdateTestCaseRequest.Builder. build()UpdateTestCaseRequestUpdateTestCaseRequest.Builder. buildPartial()static UpdateTestCaseRequestUpdateTestCaseRequest. getDefaultInstance()UpdateTestCaseRequestUpdateTestCaseRequest.Builder. getDefaultInstanceForType()UpdateTestCaseRequestUpdateTestCaseRequest. getDefaultInstanceForType()static UpdateTestCaseRequestUpdateTestCaseRequest. parseDelimitedFrom(InputStream input)static UpdateTestCaseRequestUpdateTestCaseRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateTestCaseRequestUpdateTestCaseRequest. parseFrom(byte[] data)static UpdateTestCaseRequestUpdateTestCaseRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateTestCaseRequestUpdateTestCaseRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateTestCaseRequestUpdateTestCaseRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateTestCaseRequestUpdateTestCaseRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateTestCaseRequestUpdateTestCaseRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateTestCaseRequestUpdateTestCaseRequest. parseFrom(InputStream input)static UpdateTestCaseRequestUpdateTestCaseRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateTestCaseRequestUpdateTestCaseRequest. parseFrom(ByteBuffer data)static UpdateTestCaseRequestUpdateTestCaseRequest. 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.BuilderUpdateTestCaseRequest.Builder. mergeFrom(UpdateTestCaseRequest other)static UpdateTestCaseRequest.BuilderUpdateTestCaseRequest. newBuilder(UpdateTestCaseRequest prototype)TestCaseTestCasesClient. updateTestCase(UpdateTestCaseRequest request)Updates the specified test case.default voidTestCasesGrpc.AsyncService. updateTestCase(UpdateTestCaseRequest request, io.grpc.stub.StreamObserver<TestCase> responseObserver)Updates the specified test case.TestCaseTestCasesGrpc.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.voidTestCasesGrpc.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.
-