Class ServingConfigServiceClient.ListServingConfigsFixedSizeCollection (2.43.0)

public static class ServingConfigServiceClient.ListServingConfigsFixedSizeCollection extends AbstractFixedSizeCollection<ListServingConfigsRequest,ListServingConfigsResponse,ServingConfig,ServingConfigServiceClient.ListServingConfigsPage,ServingConfigServiceClient.ListServingConfigsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > ServingConfigServiceClient.ListServingConfigsFixedSizeCollection

Methods

createCollection(List<ServingConfigServiceClient.ListServingConfigsPage> pages, int collectionSize)

protected ServingConfigServiceClient.ListServingConfigsFixedSizeCollection createCollection(List<ServingConfigServiceClient.ListServingConfigsPage> pages, int collectionSize)
Parameters
NameDescription
pagesList<ListServingConfigsPage>
collectionSizeint
Returns
TypeDescription
ServingConfigServiceClient.ListServingConfigsFixedSizeCollection
Overrides