Class ServingConfigServiceClient.ListServingConfigsFixedSizeCollection (2.44.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
Name Description
pages List<ListServingConfigsPage>
collectionSize int
Returns
Type Description
ServingConfigServiceClient.ListServingConfigsFixedSizeCollection
Overrides