Class RuleServiceClient.ListRuleDeploymentsFixedSizeCollection (0.33.0)

public static class RuleServiceClient.ListRuleDeploymentsFixedSizeCollection extends AbstractFixedSizeCollection<ListRuleDeploymentsRequest,ListRuleDeploymentsResponse,RuleDeployment,RuleServiceClient.ListRuleDeploymentsPage,RuleServiceClient.ListRuleDeploymentsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > RuleServiceClient.ListRuleDeploymentsFixedSizeCollection

Methods

createCollection(@Nullable List<RuleServiceClient.ListRuleDeploymentsPage> pages, int collectionSize)

protected RuleServiceClient.ListRuleDeploymentsFixedSizeCollection createCollection(@Nullable List<RuleServiceClient.ListRuleDeploymentsPage> pages, int collectionSize)
Parameters
Name Description
pages @org.jspecify.annotations.Nullable java.util.List<ListRuleDeploymentsPage>
collectionSize int
Returns
Type Description
RuleServiceClient.ListRuleDeploymentsFixedSizeCollection
Overrides