@Generated(value="by gapic-generator-java") public class TagTemplateName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
TagTemplateName.Builder
Builder for projects/{project}/locations/{location}/tagTemplates/{tag_template}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
TagTemplateName()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static String |
format(String project,
String location,
String tagTemplate) |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getLocation() |
String |
getProject() |
String |
getTagTemplate() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static TagTemplateName.Builder |
newBuilder() |
static TagTemplateName |
of(String project,
String location,
String tagTemplate) |
static TagTemplateName |
parse(String formattedString) |
static List<TagTemplateName> |
parseList(List<String> formattedStrings) |
TagTemplateName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<TagTemplateName> values) |
@Deprecated protected TagTemplateName()
public String getProject()
public String getLocation()
public String getTagTemplate()
public static TagTemplateName.Builder newBuilder()
public TagTemplateName.Builder toBuilder()
public static TagTemplateName of(String project, String location, String tagTemplate)
public static TagTemplateName parse(String formattedString)
public static List<TagTemplateName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<TagTemplateName> values)
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.