Package com.google.cloud.dlp.v2
Class DlpServiceClient.ListInspectTemplatesFixedSizeCollection
- java.lang.Object
-
- com.google.api.gax.paging.AbstractFixedSizeCollection<ListInspectTemplatesRequest,ListInspectTemplatesResponse,InspectTemplate,DlpServiceClient.ListInspectTemplatesPage,DlpServiceClient.ListInspectTemplatesFixedSizeCollection>
-
- com.google.cloud.dlp.v2.DlpServiceClient.ListInspectTemplatesFixedSizeCollection
-
- All Implemented Interfaces:
com.google.api.gax.paging.FixedSizeCollection<InspectTemplate>
- Enclosing class:
- DlpServiceClient
public static class DlpServiceClient.ListInspectTemplatesFixedSizeCollection extends com.google.api.gax.paging.AbstractFixedSizeCollection<ListInspectTemplatesRequest,ListInspectTemplatesResponse,InspectTemplate,DlpServiceClient.ListInspectTemplatesPage,DlpServiceClient.ListInspectTemplatesFixedSizeCollection>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DlpServiceClient.ListInspectTemplatesFixedSizeCollection
createCollection(List<DlpServiceClient.ListInspectTemplatesPage> pages, int collectionSize)
-
-
-
Method Detail
-
createCollection
protected DlpServiceClient.ListInspectTemplatesFixedSizeCollection createCollection(List<DlpServiceClient.ListInspectTemplatesPage> pages, int collectionSize)
- Specified by:
createCollection
in classcom.google.api.gax.paging.AbstractFixedSizeCollection<ListInspectTemplatesRequest,ListInspectTemplatesResponse,InspectTemplate,DlpServiceClient.ListInspectTemplatesPage,DlpServiceClient.ListInspectTemplatesFixedSizeCollection>
-
-