Class GeoTargetServiceClient.ListGeoTargetsFixedSizeCollection (0.54.0)

public static class GeoTargetServiceClient.ListGeoTargetsFixedSizeCollection extends AbstractFixedSizeCollection<ListGeoTargetsRequest,ListGeoTargetsResponse,GeoTarget,GeoTargetServiceClient.ListGeoTargetsPage,GeoTargetServiceClient.ListGeoTargetsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > GeoTargetServiceClient.ListGeoTargetsFixedSizeCollection

Methods

createCollection(@Nullable List<GeoTargetServiceClient.ListGeoTargetsPage> pages, int collectionSize)

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