Class ServingConfigServiceClient.ListServingConfigsFixedSizeCollection (2.97.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > ServingConfigServiceClient.ListServingConfigsFixedSizeCollection

Methods

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

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