Class DlpServiceClient.ListStoredInfoTypesFixedSizeCollection (3.99.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > DlpServiceClient.ListStoredInfoTypesFixedSizeCollection

Methods

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

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