@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static class DeidentifyTemplateName.OrganizationLocationDeidentifyTemplateBuilder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
OrganizationLocationDeidentifyTemplateBuilder() |
| Modifier and Type | Method and Description |
|---|---|
DeidentifyTemplateName |
build() |
String |
getDeidentifyTemplate() |
String |
getLocation() |
String |
getOrganization() |
DeidentifyTemplateName.OrganizationLocationDeidentifyTemplateBuilder |
setDeidentifyTemplate(String deidentifyTemplate) |
DeidentifyTemplateName.OrganizationLocationDeidentifyTemplateBuilder |
setLocation(String location) |
DeidentifyTemplateName.OrganizationLocationDeidentifyTemplateBuilder |
setOrganization(String organization) |
protected OrganizationLocationDeidentifyTemplateBuilder()
public String getOrganization()
public String getLocation()
public String getDeidentifyTemplate()
public DeidentifyTemplateName.OrganizationLocationDeidentifyTemplateBuilder setOrganization(String organization)
public DeidentifyTemplateName.OrganizationLocationDeidentifyTemplateBuilder setLocation(String location)
public DeidentifyTemplateName.OrganizationLocationDeidentifyTemplateBuilder setDeidentifyTemplate(String deidentifyTemplate)
public DeidentifyTemplateName build()
Copyright © 2022 Google LLC. All rights reserved.