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 DlpContentName
DlpContentName.Builder. build()
DlpContentName
DlpContentName.ProjectLocationBuilder. build()
static DlpContentName
DlpContentName. of(String project)
static DlpContentName
DlpContentName. ofProjectLocationName(String project, String location)
static DlpContentName
DlpContentName. ofProjectName(String project)
static DlpContentName
DlpContentName. 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)
-