Class PredictionApiKeyRegistryClient.ListPredictionApiKeyRegistrationsFixedSizeCollection (0.102.0)

public static class PredictionApiKeyRegistryClient.ListPredictionApiKeyRegistrationsFixedSizeCollection extends AbstractFixedSizeCollection<ListPredictionApiKeyRegistrationsRequest,ListPredictionApiKeyRegistrationsResponse,PredictionApiKeyRegistration,PredictionApiKeyRegistryClient.ListPredictionApiKeyRegistrationsPage,PredictionApiKeyRegistryClient.ListPredictionApiKeyRegistrationsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > PredictionApiKeyRegistryClient.ListPredictionApiKeyRegistrationsFixedSizeCollection

Methods

createCollection(@Nullable List<PredictionApiKeyRegistryClient.ListPredictionApiKeyRegistrationsPage> pages, int collectionSize)

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