Package com.google.cloud.retail.v2alpha
Class AttributesConfigName
- java.lang.Object
-
- com.google.cloud.retail.v2alpha.AttributesConfigName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class AttributesConfigName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAttributesConfigName.BuilderBuilder for projects/{project}/locations/{location}/catalogs/{catalog}/attributesConfig.
-
Constructor Summary
Constructors Modifier Constructor Description protectedAttributesConfigName()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static Stringformat(String project, String location, String catalog)StringgetCatalog()StringgetFieldValue(String fieldName)Map<String,String>getFieldValuesMap()StringgetLocation()StringgetProject()inthashCode()static booleanisParsableFrom(String formattedString)static AttributesConfigName.BuildernewBuilder()static AttributesConfigNameof(String project, String location, String catalog)static AttributesConfigNameparse(String formattedString)static List<AttributesConfigName>parseList(List<String> formattedStrings)AttributesConfigName.BuildertoBuilder()StringtoString()static List<String>toStringList(List<AttributesConfigName> values)
-
-
-
Constructor Detail
-
AttributesConfigName
@Deprecated protected AttributesConfigName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getCatalog
public String getCatalog()
-
newBuilder
public static AttributesConfigName.Builder newBuilder()
-
toBuilder
public AttributesConfigName.Builder toBuilder()
-
of
public static AttributesConfigName of(String project, String location, String catalog)
-
parse
public static AttributesConfigName parse(String formattedString)
-
parseList
public static List<AttributesConfigName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<AttributesConfigName> values)
-
isParsableFrom
public static boolean isParsableFrom(String formattedString)
-
getFieldValuesMap
public Map<String,String> getFieldValuesMap()
- Specified by:
getFieldValuesMapin interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
public String getFieldValue(String fieldName)
- Specified by:
getFieldValuein interfacecom.google.api.resourcenames.ResourceName
-
-