Class SchemaServiceClient.ListSchemaRevisionsFixedSizeCollection (1.153.0)

public static class SchemaServiceClient.ListSchemaRevisionsFixedSizeCollection extends AbstractFixedSizeCollection<ListSchemaRevisionsRequest,ListSchemaRevisionsResponse,Schema,SchemaServiceClient.ListSchemaRevisionsPage,SchemaServiceClient.ListSchemaRevisionsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > SchemaServiceClient.ListSchemaRevisionsFixedSizeCollection

Methods

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

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