Uses of Class
com.google.privacy.dlp.v2.DlpContentName
-
Packages that use DlpContentName Package Description com.google.privacy.dlp.v2 -
-
Uses of DlpContentName in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return DlpContentName Modifier and Type Method Description DlpContentNameDlpContentName.Builder. build()DlpContentNameDlpContentName.ProjectLocationBuilder. build()static DlpContentNameDlpContentName. of(String project)static DlpContentNameDlpContentName. ofProjectLocationName(String project, String location)static DlpContentNameDlpContentName. ofProjectName(String project)static DlpContentNameDlpContentName. parse(String formattedString)Methods in com.google.privacy.dlp.v2 that return types with arguments of type DlpContentName Modifier and Type Method Description static List<DlpContentName>DlpContentName. parseList(List<String> formattedStrings)Method parameters in com.google.privacy.dlp.v2 with type arguments of type DlpContentName Modifier and Type Method Description static List<String>DlpContentName. toStringList(List<DlpContentName> values)
-