Class AlloyDBAdminClient.ListSupportedDatabaseFlagsFixedSizeCollection (0.84.0)

public static class AlloyDBAdminClient.ListSupportedDatabaseFlagsFixedSizeCollection extends AbstractFixedSizeCollection<ListSupportedDatabaseFlagsRequest,ListSupportedDatabaseFlagsResponse,SupportedDatabaseFlag,AlloyDBAdminClient.ListSupportedDatabaseFlagsPage,AlloyDBAdminClient.ListSupportedDatabaseFlagsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > AlloyDBAdminClient.ListSupportedDatabaseFlagsFixedSizeCollection

Methods

createCollection(@Nullable List<AlloyDBAdminClient.ListSupportedDatabaseFlagsPage> pages, int collectionSize)

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