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