Class DlpServiceClient.ListStoredInfoTypesFixedSizeCollection (3.3.2)

public static class DlpServiceClient.ListStoredInfoTypesFixedSizeCollection extends AbstractFixedSizeCollection<ListStoredInfoTypesRequest,ListStoredInfoTypesResponse,StoredInfoType,DlpServiceClient.ListStoredInfoTypesPage,DlpServiceClient.ListStoredInfoTypesFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > DlpServiceClient.ListStoredInfoTypesFixedSizeCollection

Methods

createCollection(List<DlpServiceClient.ListStoredInfoTypesPage> pages, int collectionSize)

protected DlpServiceClient.ListStoredInfoTypesFixedSizeCollection createCollection(List<DlpServiceClient.ListStoredInfoTypesPage> pages, int collectionSize)
Parameters
NameDescription
pagesList<ListStoredInfoTypesPage>
collectionSizeint
Returns
TypeDescription
DlpServiceClient.ListStoredInfoTypesFixedSizeCollection
Overrides