Class AlertPolicyServiceClient.ListAlertPoliciesFixedSizeCollection (3.96.0)

public static class AlertPolicyServiceClient.ListAlertPoliciesFixedSizeCollection extends AbstractFixedSizeCollection<ListAlertPoliciesRequest,ListAlertPoliciesResponse,AlertPolicy,AlertPolicyServiceClient.ListAlertPoliciesPage,AlertPolicyServiceClient.ListAlertPoliciesFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > AlertPolicyServiceClient.ListAlertPoliciesFixedSizeCollection

Methods

createCollection(@Nullable List<AlertPolicyServiceClient.ListAlertPoliciesPage> pages, int collectionSize)

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