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