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