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