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