Class TagTemplateName.Builder (1.49.0)

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
Type Description
TagTemplateName

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

getTagTemplate()

public String getTagTemplate()
Returns
Type Description
String

setLocation(String location)

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

setProject(String project)

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

setTagTemplate(String tagTemplate)

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