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