| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
| Modifier and Type | Method and Description |
|---|---|
TagName |
build() |
String |
getEntry() |
String |
getEntryGroup() |
String |
getLocation() |
String |
getProject() |
String |
getTag() |
TagName.Builder |
setEntry(String entry) |
TagName.Builder |
setEntryGroup(String entryGroup) |
TagName.Builder |
setLocation(String location) |
TagName.Builder |
setProject(String project) |
TagName.Builder |
setTag(String tag) |
public String getProject()
public String getLocation()
public String getEntryGroup()
public String getEntry()
public String getTag()
public TagName.Builder setProject(String project)
public TagName.Builder setLocation(String location)
public TagName.Builder setEntryGroup(String entryGroup)
public TagName.Builder setEntry(String entry)
public TagName.Builder setTag(String tag)
public TagName build()
Copyright © 2023 Google LLC. All rights reserved.