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