Class TagTemplateFieldName.Builder (1.8.4)

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
TypeDescription
TagTemplateFieldName

getField()

public String getField()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getTagTemplate()

public String getTagTemplate()
Returns
TypeDescription
String

setField(String field)

public TagTemplateFieldName.Builder setField(String field)
Parameter
NameDescription
fieldString
Returns
TypeDescription
TagTemplateFieldName.Builder

setLocation(String location)

public TagTemplateFieldName.Builder setLocation(String location)
Parameter
NameDescription
locationString
Returns
TypeDescription
TagTemplateFieldName.Builder

setProject(String project)

public TagTemplateFieldName.Builder setProject(String project)
Parameter
NameDescription
projectString
Returns
TypeDescription
TagTemplateFieldName.Builder

setTagTemplate(String tagTemplate)

public TagTemplateFieldName.Builder setTagTemplate(String tagTemplate)
Parameter
NameDescription
tagTemplateString
Returns
TypeDescription
TagTemplateFieldName.Builder