Class CloudMemcacheClient.ListInstancesFixedSizeCollection (2.95.0)

public static class CloudMemcacheClient.ListInstancesFixedSizeCollection extends AbstractFixedSizeCollection<ListInstancesRequest,ListInstancesResponse,Instance,CloudMemcacheClient.ListInstancesPage,CloudMemcacheClient.ListInstancesFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > CloudMemcacheClient.ListInstancesFixedSizeCollection

Methods

createCollection(@Nullable List<CloudMemcacheClient.ListInstancesPage> pages, int collectionSize)

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