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 ObjectBuilder for organizations/{organization}/locations/{location}/deidentifyTemplates/{deidentify_template}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedOrganizationLocationDeidentifyTemplateBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeidentifyTemplateNamebuild()StringgetDeidentifyTemplate()StringgetLocation()StringgetOrganization()DeidentifyTemplateName.OrganizationLocationDeidentifyTemplateBuildersetDeidentifyTemplate(String deidentifyTemplate)DeidentifyTemplateName.OrganizationLocationDeidentifyTemplateBuildersetLocation(String location)DeidentifyTemplateName.OrganizationLocationDeidentifyTemplateBuildersetOrganization(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()
-
-