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