Class DataLabelingServiceClient.ListInstructionsFixedSizeCollection (0.151.0)

public static class DataLabelingServiceClient.ListInstructionsFixedSizeCollection extends AbstractFixedSizeCollection<ListInstructionsRequest,ListInstructionsResponse,Instruction,DataLabelingServiceClient.ListInstructionsPage,DataLabelingServiceClient.ListInstructionsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > DataLabelingServiceClient.ListInstructionsFixedSizeCollection

Methods

createCollection(List<DataLabelingServiceClient.ListInstructionsPage> pages, int collectionSize)

protected DataLabelingServiceClient.ListInstructionsFixedSizeCollection createCollection(List<DataLabelingServiceClient.ListInstructionsPage> pages, int collectionSize)
Parameters
NameDescription
pagesList<ListInstructionsPage>
collectionSizeint
Returns
TypeDescription
DataLabelingServiceClient.ListInstructionsFixedSizeCollection
Overrides