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