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 UpdateRuleSetRequest
UpdateRuleSetRequest.Builder. build()
UpdateRuleSetRequest
UpdateRuleSetRequest.Builder. buildPartial()
static UpdateRuleSetRequest
UpdateRuleSetRequest. getDefaultInstance()
UpdateRuleSetRequest
UpdateRuleSetRequest.Builder. getDefaultInstanceForType()
UpdateRuleSetRequest
UpdateRuleSetRequest. getDefaultInstanceForType()
static UpdateRuleSetRequest
UpdateRuleSetRequest. parseDelimitedFrom(InputStream input)
static UpdateRuleSetRequest
UpdateRuleSetRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateRuleSetRequest
UpdateRuleSetRequest. parseFrom(byte[] data)
static UpdateRuleSetRequest
UpdateRuleSetRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateRuleSetRequest
UpdateRuleSetRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateRuleSetRequest
UpdateRuleSetRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateRuleSetRequest
UpdateRuleSetRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateRuleSetRequest
UpdateRuleSetRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateRuleSetRequest
UpdateRuleSetRequest. parseFrom(InputStream input)
static UpdateRuleSetRequest
UpdateRuleSetRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateRuleSetRequest
UpdateRuleSetRequest. parseFrom(ByteBuffer data)
static UpdateRuleSetRequest
UpdateRuleSetRequest. 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.Builder
UpdateRuleSetRequest.Builder. mergeFrom(UpdateRuleSetRequest other)
static UpdateRuleSetRequest.Builder
UpdateRuleSetRequest. newBuilder(UpdateRuleSetRequest prototype)
RuleSet
RuleSetServiceClient. updateRuleSet(UpdateRuleSetRequest request)
Updates a ruleset.default void
RuleSetServiceGrpc.AsyncService. updateRuleSet(UpdateRuleSetRequest request, io.grpc.stub.StreamObserver<RuleSet> responseObserver)
Updates a ruleset.RuleSet
RuleSetServiceGrpc.RuleSetServiceBlockingStub. updateRuleSet(UpdateRuleSetRequest request)
Updates a ruleset.com.google.common.util.concurrent.ListenableFuture<RuleSet>
RuleSetServiceGrpc.RuleSetServiceFutureStub. updateRuleSet(UpdateRuleSetRequest request)
Updates a ruleset.void
RuleSetServiceGrpc.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.
-