Uses of Class
com.google.cloud.contentwarehouse.v1.RuleSetServiceClient.ListRuleSetsPagedResponse
-
Packages that use RuleSetServiceClient.ListRuleSetsPagedResponse Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse APIcom.google.cloud.contentwarehouse.v1.stub -
-
Uses of RuleSetServiceClient.ListRuleSetsPagedResponse in com.google.cloud.contentwarehouse.v1
Methods in com.google.cloud.contentwarehouse.v1 that return RuleSetServiceClient.ListRuleSetsPagedResponse Modifier and Type Method Description RuleSetServiceClient.ListRuleSetsPagedResponse
RuleSetServiceClient. listRuleSets(ListRuleSetsRequest request)
Lists rulesets.RuleSetServiceClient.ListRuleSetsPagedResponse
RuleSetServiceClient. listRuleSets(LocationName parent)
Lists rulesets.RuleSetServiceClient.ListRuleSetsPagedResponse
RuleSetServiceClient. listRuleSets(String parent)
Lists rulesets.Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type RuleSetServiceClient.ListRuleSetsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<RuleSetServiceClient.ListRuleSetsPagedResponse>
RuleSetServiceClient.ListRuleSetsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListRuleSetsRequest,ListRuleSetsResponse,RuleSet> context, com.google.api.core.ApiFuture<ListRuleSetsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListRuleSetsRequest,RuleSetServiceClient.ListRuleSetsPagedResponse>
RuleSetServiceClient. listRuleSetsPagedCallable()
Lists rulesets.com.google.api.gax.rpc.PagedCallSettings.Builder<ListRuleSetsRequest,ListRuleSetsResponse,RuleSetServiceClient.ListRuleSetsPagedResponse>
RuleSetServiceSettings.Builder. listRuleSetsSettings()
Returns the builder for the settings used for calls to listRuleSets.com.google.api.gax.rpc.PagedCallSettings<ListRuleSetsRequest,ListRuleSetsResponse,RuleSetServiceClient.ListRuleSetsPagedResponse>
RuleSetServiceSettings. listRuleSetsSettings()
Returns the object with the settings used for calls to listRuleSets. -
Uses of RuleSetServiceClient.ListRuleSetsPagedResponse in com.google.cloud.contentwarehouse.v1.stub
Methods in com.google.cloud.contentwarehouse.v1.stub that return types with arguments of type RuleSetServiceClient.ListRuleSetsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListRuleSetsRequest,RuleSetServiceClient.ListRuleSetsPagedResponse>
GrpcRuleSetServiceStub. listRuleSetsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListRuleSetsRequest,RuleSetServiceClient.ListRuleSetsPagedResponse>
HttpJsonRuleSetServiceStub. listRuleSetsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListRuleSetsRequest,RuleSetServiceClient.ListRuleSetsPagedResponse>
RuleSetServiceStub. listRuleSetsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListRuleSetsRequest,ListRuleSetsResponse,RuleSetServiceClient.ListRuleSetsPagedResponse>
RuleSetServiceStubSettings.Builder. listRuleSetsSettings()
Returns the builder for the settings used for calls to listRuleSets.com.google.api.gax.rpc.PagedCallSettings<ListRuleSetsRequest,ListRuleSetsResponse,RuleSetServiceClient.ListRuleSetsPagedResponse>
RuleSetServiceStubSettings. listRuleSetsSettings()
Returns the object with the settings used for calls to listRuleSets.
-