Class TagTemplateName.Builder (1.8.4)

public static class TagTemplateName.Builder

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

Inheritance

java.lang.Object > TagTemplateName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public TagTemplateName build()
Returns
TypeDescription
TagTemplateName

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getTagTemplate()

public String getTagTemplate()
Returns
TypeDescription
String

setLocation(String location)

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

setProject(String project)

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

setTagTemplate(String tagTemplate)

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