Uses of Class
com.google.cloud.dlp.v2.DlpServiceClient.ListInspectTemplatesPage
-
Packages that use DlpServiceClient.ListInspectTemplatesPage Package Description com.google.cloud.dlp.v2 A client to Cloud Data Loss Prevention (DLP) API -
-
Uses of DlpServiceClient.ListInspectTemplatesPage in com.google.cloud.dlp.v2
Methods in com.google.cloud.dlp.v2 that return DlpServiceClient.ListInspectTemplatesPage Modifier and Type Method Description protected DlpServiceClient.ListInspectTemplatesPage
DlpServiceClient.ListInspectTemplatesPage. createPage(com.google.api.gax.rpc.PageContext<ListInspectTemplatesRequest,ListInspectTemplatesResponse,InspectTemplate> context, ListInspectTemplatesResponse response)
Methods in com.google.cloud.dlp.v2 that return types with arguments of type DlpServiceClient.ListInspectTemplatesPage Modifier and Type Method Description com.google.api.core.ApiFuture<DlpServiceClient.ListInspectTemplatesPage>
DlpServiceClient.ListInspectTemplatesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListInspectTemplatesRequest,ListInspectTemplatesResponse,InspectTemplate> context, com.google.api.core.ApiFuture<ListInspectTemplatesResponse> futureResponse)
Method parameters in com.google.cloud.dlp.v2 with type arguments of type DlpServiceClient.ListInspectTemplatesPage Modifier and Type Method Description protected DlpServiceClient.ListInspectTemplatesFixedSizeCollection
DlpServiceClient.ListInspectTemplatesFixedSizeCollection. createCollection(List<DlpServiceClient.ListInspectTemplatesPage> pages, int collectionSize)
-