Uses of Class
com.google.privacy.dlp.v2.DeidentifyTemplateName
-
Packages that use DeidentifyTemplateName Package Description com.google.cloud.dlp.v2 A client to Cloud Data Loss Prevention (DLP) APIcom.google.privacy.dlp.v2 -
-
Uses of DeidentifyTemplateName in com.google.cloud.dlp.v2
Methods in com.google.cloud.dlp.v2 with parameters of type DeidentifyTemplateName Modifier and Type Method Description voidDlpServiceClient. deleteDeidentifyTemplate(DeidentifyTemplateName name)Deletes a DeidentifyTemplate.DeidentifyTemplateDlpServiceClient. getDeidentifyTemplate(DeidentifyTemplateName name)Gets a DeidentifyTemplate.DeidentifyTemplateDlpServiceClient. updateDeidentifyTemplate(DeidentifyTemplateName name, DeidentifyTemplate deidentifyTemplate, com.google.protobuf.FieldMask updateMask)Updates the DeidentifyTemplate. -
Uses of DeidentifyTemplateName in com.google.privacy.dlp.v2
Subclasses of DeidentifyTemplateName in com.google.privacy.dlp.v2 Modifier and Type Class Description classOrganizationDeidentifyTemplateNameAUTO-GENERATED DOCUMENTATION AND CLASSclassProjectDeidentifyTemplateNameAUTO-GENERATED DOCUMENTATION AND CLASSclassUntypedDeidentifyTemplateNameDeprecated.This resource name class will be removed in the next major version.Methods in com.google.privacy.dlp.v2 that return DeidentifyTemplateName Modifier and Type Method Description DeidentifyTemplateNameDeidentifyTemplateName.Builder. build()DeidentifyTemplateNameDeidentifyTemplateName.OrganizationLocationDeidentifyTemplateBuilder. build()DeidentifyTemplateNameDeidentifyTemplateName.ProjectDeidentifyTemplateBuilder. build()DeidentifyTemplateNameDeidentifyTemplateName.ProjectLocationDeidentifyTemplateBuilder. build()static DeidentifyTemplateNameDeidentifyTemplateName. of(String organization, String deidentifyTemplate)static DeidentifyTemplateNameDeidentifyTemplateName. ofOrganizationDeidentifyTemplateName(String organization, String deidentifyTemplate)static DeidentifyTemplateNameDeidentifyTemplateName. ofOrganizationLocationDeidentifyTemplateName(String organization, String location, String deidentifyTemplate)static DeidentifyTemplateNameDeidentifyTemplateName. ofProjectDeidentifyTemplateName(String project, String deidentifyTemplate)static DeidentifyTemplateNameDeidentifyTemplateName. ofProjectLocationDeidentifyTemplateName(String project, String location, String deidentifyTemplate)static DeidentifyTemplateNameDeidentifyTemplateName. parse(String formattedString)static DeidentifyTemplateNameDeidentifyTemplateNames. parse(String resourceNameString)Deprecated.
-