Class TagTemplateFieldName.Builder (1.48.0)

public static class TagTemplateFieldName.Builder

Builder for projects/{project}/locations/{location}/tagTemplates/{tag_template}/fields/{field}.

Inheritance

java.lang.Object > TagTemplateFieldName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public TagTemplateFieldName build()
Returns
Type Description
TagTemplateFieldName

getField()

public String getField()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

getTagTemplate()

public String getTagTemplate()
Returns
Type Description
String

setField(String field)

public TagTemplateFieldName.Builder setField(String field)
Parameter
Name Description
field String
Returns
Type Description
TagTemplateFieldName.Builder

setLocation(String location)

public TagTemplateFieldName.Builder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
TagTemplateFieldName.Builder

setProject(String project)

public TagTemplateFieldName.Builder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
TagTemplateFieldName.Builder

setTagTemplate(String tagTemplate)

public TagTemplateFieldName.Builder setTagTemplate(String tagTemplate)
Parameter
Name Description
tagTemplate String
Returns
Type Description
TagTemplateFieldName.Builder