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