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