Class ApiGatewayServiceClient.ListApiConfigsFixedSizeCollection (2.95.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > ApiGatewayServiceClient.ListApiConfigsFixedSizeCollection

Methods

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

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