Class SchemaServiceClient.ListSchemasFixedSizeCollection (0.91.0)

public static class SchemaServiceClient.ListSchemasFixedSizeCollection extends AbstractFixedSizeCollection<ListSchemasRequest,ListSchemasResponse,Schema,SchemaServiceClient.ListSchemasPage,SchemaServiceClient.ListSchemasFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > SchemaServiceClient.ListSchemasFixedSizeCollection

Methods

createCollection(@Nullable List<SchemaServiceClient.ListSchemasPage> pages, int collectionSize)

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