Class DeidentifyTemplateName.ProjectLocationDeidentifyTemplateBuilder (3.46.0)

public static class DeidentifyTemplateName.ProjectLocationDeidentifyTemplateBuilder

Builder for projects/{project}/locations/{location}/deidentifyTemplates/{deidentify_template}.

Inheritance

java.lang.Object > DeidentifyTemplateName.ProjectLocationDeidentifyTemplateBuilder

Constructors

ProjectLocationDeidentifyTemplateBuilder()

protected ProjectLocationDeidentifyTemplateBuilder()

Methods

build()

public DeidentifyTemplateName build()
Returns
Type Description
DeidentifyTemplateName

getDeidentifyTemplate()

public String getDeidentifyTemplate()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setDeidentifyTemplate(String deidentifyTemplate)

public DeidentifyTemplateName.ProjectLocationDeidentifyTemplateBuilder setDeidentifyTemplate(String deidentifyTemplate)
Parameter
Name Description
deidentifyTemplate String
Returns
Type Description
DeidentifyTemplateName.ProjectLocationDeidentifyTemplateBuilder

setLocation(String location)

public DeidentifyTemplateName.ProjectLocationDeidentifyTemplateBuilder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
DeidentifyTemplateName.ProjectLocationDeidentifyTemplateBuilder

setProject(String project)

public DeidentifyTemplateName.ProjectLocationDeidentifyTemplateBuilder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
DeidentifyTemplateName.ProjectLocationDeidentifyTemplateBuilder