Package com.google.privacy.dlp.v2
Class DeidentifyTemplateName.ProjectLocationDeidentifyTemplateBuilder
- java.lang.Object
-
- com.google.privacy.dlp.v2.DeidentifyTemplateName.ProjectLocationDeidentifyTemplateBuilder
-
- Enclosing class:
- DeidentifyTemplateName
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class DeidentifyTemplateName.ProjectLocationDeidentifyTemplateBuilder extends Object
Builder for projects/{project}/locations/{location}/deidentifyTemplates/{deidentify_template}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ProjectLocationDeidentifyTemplateBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeidentifyTemplateName
build()
String
getDeidentifyTemplate()
String
getLocation()
String
getProject()
DeidentifyTemplateName.ProjectLocationDeidentifyTemplateBuilder
setDeidentifyTemplate(String deidentifyTemplate)
DeidentifyTemplateName.ProjectLocationDeidentifyTemplateBuilder
setLocation(String location)
DeidentifyTemplateName.ProjectLocationDeidentifyTemplateBuilder
setProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getDeidentifyTemplate
public String getDeidentifyTemplate()
-
setProject
public DeidentifyTemplateName.ProjectLocationDeidentifyTemplateBuilder setProject(String project)
-
setLocation
public DeidentifyTemplateName.ProjectLocationDeidentifyTemplateBuilder setLocation(String location)
-
setDeidentifyTemplate
public DeidentifyTemplateName.ProjectLocationDeidentifyTemplateBuilder setDeidentifyTemplate(String deidentifyTemplate)
-
build
public DeidentifyTemplateName build()
-
-