Class TagName.Builder (1.8.4)

public static class TagName.Builder

Builder for projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}/tags/{tag}.

Inheritance

java.lang.Object > TagName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public TagName build()
Returns
TypeDescription
TagName

getEntry()

public String getEntry()
Returns
TypeDescription
String

getEntryGroup()

public String getEntryGroup()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getTag()

public String getTag()
Returns
TypeDescription
String

setEntry(String entry)

public TagName.Builder setEntry(String entry)
Parameter
NameDescription
entryString
Returns
TypeDescription
TagName.Builder

setEntryGroup(String entryGroup)

public TagName.Builder setEntryGroup(String entryGroup)
Parameter
NameDescription
entryGroupString
Returns
TypeDescription
TagName.Builder

setLocation(String location)

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

setProject(String project)

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

setTag(String tag)

public TagName.Builder setTag(String tag)
Parameter
NameDescription
tagString
Returns
TypeDescription
TagName.Builder