Class ApiGatewayServiceClient.ListApiConfigsFixedSizeCollection (2.41.0)

public static class ApiGatewayServiceClient.ListApiConfigsFixedSizeCollection extends AbstractFixedSizeCollection<ListApiConfigsRequest,ListApiConfigsResponse,ApiConfig,ApiGatewayServiceClient.ListApiConfigsPage,ApiGatewayServiceClient.ListApiConfigsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > ApiGatewayServiceClient.ListApiConfigsFixedSizeCollection

Methods

createCollection(List<ApiGatewayServiceClient.ListApiConfigsPage> pages, int collectionSize)

protected ApiGatewayServiceClient.ListApiConfigsFixedSizeCollection createCollection(List<ApiGatewayServiceClient.ListApiConfigsPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListApiConfigsPage>
collectionSize int
Returns
Type Description
ApiGatewayServiceClient.ListApiConfigsFixedSizeCollection
Overrides