Class TagName.Builder (1.48.0)

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

getEntry()

public String getEntry()
Returns
Type Description
String

getEntryGroup()

public String getEntryGroup()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

getTag()

public String getTag()
Returns
Type Description
String

setEntry(String entry)

public TagName.Builder setEntry(String entry)
Parameter
Name Description
entry String
Returns
Type Description
TagName.Builder

setEntryGroup(String entryGroup)

public TagName.Builder setEntryGroup(String entryGroup)
Parameter
Name Description
entryGroup String
Returns
Type Description
TagName.Builder

setLocation(String location)

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

setProject(String project)

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

setTag(String tag)

public TagName.Builder setTag(String tag)
Parameter
Name Description
tag String
Returns
Type Description
TagName.Builder