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 void
DlpServiceClient. deleteDeidentifyTemplate(DeidentifyTemplateName name)
Deletes a DeidentifyTemplate.DeidentifyTemplate
DlpServiceClient. getDeidentifyTemplate(DeidentifyTemplateName name)
Gets a DeidentifyTemplate.DeidentifyTemplate
DlpServiceClient. 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 class
OrganizationDeidentifyTemplateName
AUTO-GENERATED DOCUMENTATION AND CLASSclass
ProjectDeidentifyTemplateName
AUTO-GENERATED DOCUMENTATION AND CLASSclass
UntypedDeidentifyTemplateName
Deprecated.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 DeidentifyTemplateName
DeidentifyTemplateName.Builder. build()
DeidentifyTemplateName
DeidentifyTemplateName.OrganizationLocationDeidentifyTemplateBuilder. build()
DeidentifyTemplateName
DeidentifyTemplateName.ProjectDeidentifyTemplateBuilder. build()
DeidentifyTemplateName
DeidentifyTemplateName.ProjectLocationDeidentifyTemplateBuilder. build()
static DeidentifyTemplateName
DeidentifyTemplateName. of(String organization, String deidentifyTemplate)
static DeidentifyTemplateName
DeidentifyTemplateName. ofOrganizationDeidentifyTemplateName(String organization, String deidentifyTemplate)
static DeidentifyTemplateName
DeidentifyTemplateName. ofOrganizationLocationDeidentifyTemplateName(String organization, String location, String deidentifyTemplate)
static DeidentifyTemplateName
DeidentifyTemplateName. ofProjectDeidentifyTemplateName(String project, String deidentifyTemplate)
static DeidentifyTemplateName
DeidentifyTemplateName. ofProjectLocationDeidentifyTemplateName(String project, String location, String deidentifyTemplate)
static DeidentifyTemplateName
DeidentifyTemplateName. parse(String formattedString)
static DeidentifyTemplateName
DeidentifyTemplateNames. parse(String resourceNameString)
Deprecated.
-