Class DlpServiceClient.ListDeidentifyTemplatesFixedSizeCollection (3.99.0)

public static class DlpServiceClient.ListDeidentifyTemplatesFixedSizeCollection extends AbstractFixedSizeCollection<ListDeidentifyTemplatesRequest,ListDeidentifyTemplatesResponse,DeidentifyTemplate,DlpServiceClient.ListDeidentifyTemplatesPage,DlpServiceClient.ListDeidentifyTemplatesFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > DlpServiceClient.ListDeidentifyTemplatesFixedSizeCollection

Methods

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

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