@Generated(value="by gapic-generator-java") public class TagName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
TagName.Builder
Builder for
projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}/tags/{tag}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
TagName()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static String |
format(String project,
String location,
String entryGroup,
String entry,
String tag) |
String |
getEntry() |
String |
getEntryGroup() |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getLocation() |
String |
getProject() |
String |
getTag() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static TagName.Builder |
newBuilder() |
static TagName |
of(String project,
String location,
String entryGroup,
String entry,
String tag) |
static TagName |
parse(String formattedString) |
static List<TagName> |
parseList(List<String> formattedStrings) |
TagName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<TagName> values) |
@Deprecated protected TagName()
public String getProject()
public String getLocation()
public String getEntryGroup()
public String getEntry()
public String getTag()
public static TagName.Builder newBuilder()
public TagName.Builder toBuilder()
public static TagName of(String project, String location, String entryGroup, String entry, String tag)
public static String format(String project, String location, String entryGroup, String entry, String tag)
public static boolean isParsableFrom(String formattedString)
public Map<String,String> getFieldValuesMap()
getFieldValuesMap in interface com.google.api.resourcenames.ResourceNamepublic String getFieldValue(String fieldName)
getFieldValue in interface com.google.api.resourcenames.ResourceNameCopyright © 2023 Google LLC. All rights reserved.