Class OsConfigServiceClient.ListGuestPoliciesFixedSizeCollection (2.97.0)

public static class OsConfigServiceClient.ListGuestPoliciesFixedSizeCollection extends AbstractFixedSizeCollection<GuestPolicies.ListGuestPoliciesRequest,GuestPolicies.ListGuestPoliciesResponse,GuestPolicies.GuestPolicy,OsConfigServiceClient.ListGuestPoliciesPage,OsConfigServiceClient.ListGuestPoliciesFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > OsConfigServiceClient.ListGuestPoliciesFixedSizeCollection

Methods

createCollection(@Nullable List<OsConfigServiceClient.ListGuestPoliciesPage> pages, int collectionSize)

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