Class ApiGatewayServiceClient.ListApisFixedSizeCollection (2.95.0)

public static class ApiGatewayServiceClient.ListApisFixedSizeCollection extends AbstractFixedSizeCollection<ListApisRequest,ListApisResponse,Api,ApiGatewayServiceClient.ListApisPage,ApiGatewayServiceClient.ListApisFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > ApiGatewayServiceClient.ListApisFixedSizeCollection

Methods

createCollection(@Nullable List<ApiGatewayServiceClient.ListApisPage> pages, int collectionSize)

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