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