Uses of Class
com.google.cloud.contentwarehouse.v1.UpdateRuleSetRequest
-
Packages that use UpdateRuleSetRequest Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse APIcom.google.cloud.contentwarehouse.v1.stub -
-
Uses of UpdateRuleSetRequest in com.google.cloud.contentwarehouse.v1
Methods in com.google.cloud.contentwarehouse.v1 that return UpdateRuleSetRequest Modifier and Type Method Description UpdateRuleSetRequestUpdateRuleSetRequest.Builder. build()UpdateRuleSetRequestUpdateRuleSetRequest.Builder. buildPartial()static UpdateRuleSetRequestUpdateRuleSetRequest. getDefaultInstance()UpdateRuleSetRequestUpdateRuleSetRequest.Builder. getDefaultInstanceForType()UpdateRuleSetRequestUpdateRuleSetRequest. getDefaultInstanceForType()static UpdateRuleSetRequestUpdateRuleSetRequest. parseDelimitedFrom(InputStream input)static UpdateRuleSetRequestUpdateRuleSetRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateRuleSetRequestUpdateRuleSetRequest. parseFrom(byte[] data)static UpdateRuleSetRequestUpdateRuleSetRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateRuleSetRequestUpdateRuleSetRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateRuleSetRequestUpdateRuleSetRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateRuleSetRequestUpdateRuleSetRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateRuleSetRequestUpdateRuleSetRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateRuleSetRequestUpdateRuleSetRequest. parseFrom(InputStream input)static UpdateRuleSetRequestUpdateRuleSetRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateRuleSetRequestUpdateRuleSetRequest. parseFrom(ByteBuffer data)static UpdateRuleSetRequestUpdateRuleSetRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type UpdateRuleSetRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateRuleSetRequest>UpdateRuleSetRequest. getParserForType()static io.grpc.MethodDescriptor<UpdateRuleSetRequest,RuleSet>RuleSetServiceGrpc. getUpdateRuleSetMethod()static com.google.protobuf.Parser<UpdateRuleSetRequest>UpdateRuleSetRequest. parser()com.google.api.gax.rpc.UnaryCallable<UpdateRuleSetRequest,RuleSet>RuleSetServiceClient. updateRuleSetCallable()Updates a ruleset.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateRuleSetRequest,RuleSet>RuleSetServiceSettings.Builder. updateRuleSetSettings()Returns the builder for the settings used for calls to updateRuleSet.com.google.api.gax.rpc.UnaryCallSettings<UpdateRuleSetRequest,RuleSet>RuleSetServiceSettings. updateRuleSetSettings()Returns the object with the settings used for calls to updateRuleSet.Methods in com.google.cloud.contentwarehouse.v1 with parameters of type UpdateRuleSetRequest Modifier and Type Method Description UpdateRuleSetRequest.BuilderUpdateRuleSetRequest.Builder. mergeFrom(UpdateRuleSetRequest other)static UpdateRuleSetRequest.BuilderUpdateRuleSetRequest. newBuilder(UpdateRuleSetRequest prototype)RuleSetRuleSetServiceClient. updateRuleSet(UpdateRuleSetRequest request)Updates a ruleset.default voidRuleSetServiceGrpc.AsyncService. updateRuleSet(UpdateRuleSetRequest request, io.grpc.stub.StreamObserver<RuleSet> responseObserver)Updates a ruleset.RuleSetRuleSetServiceGrpc.RuleSetServiceBlockingStub. updateRuleSet(UpdateRuleSetRequest request)Updates a ruleset.com.google.common.util.concurrent.ListenableFuture<RuleSet>RuleSetServiceGrpc.RuleSetServiceFutureStub. updateRuleSet(UpdateRuleSetRequest request)Updates a ruleset.voidRuleSetServiceGrpc.RuleSetServiceStub. updateRuleSet(UpdateRuleSetRequest request, io.grpc.stub.StreamObserver<RuleSet> responseObserver)Updates a ruleset. -
Uses of UpdateRuleSetRequest in com.google.cloud.contentwarehouse.v1.stub
Methods in com.google.cloud.contentwarehouse.v1.stub that return types with arguments of type UpdateRuleSetRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateRuleSetRequest,RuleSet>GrpcRuleSetServiceStub. updateRuleSetCallable()com.google.api.gax.rpc.UnaryCallable<UpdateRuleSetRequest,RuleSet>HttpJsonRuleSetServiceStub. updateRuleSetCallable()com.google.api.gax.rpc.UnaryCallable<UpdateRuleSetRequest,RuleSet>RuleSetServiceStub. updateRuleSetCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateRuleSetRequest,RuleSet>RuleSetServiceStubSettings.Builder. updateRuleSetSettings()Returns the builder for the settings used for calls to updateRuleSet.com.google.api.gax.rpc.UnaryCallSettings<UpdateRuleSetRequest,RuleSet>RuleSetServiceStubSettings. updateRuleSetSettings()Returns the object with the settings used for calls to updateRuleSet.
-