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