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