Class ApiGatewayServiceClient.ListGatewaysFixedSizeCollection (2.95.0)

public static class ApiGatewayServiceClient.ListGatewaysFixedSizeCollection extends AbstractFixedSizeCollection<ListGatewaysRequest,ListGatewaysResponse,Gateway,ApiGatewayServiceClient.ListGatewaysPage,ApiGatewayServiceClient.ListGatewaysFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > ApiGatewayServiceClient.ListGatewaysFixedSizeCollection

Methods

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

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