Uses of Class
com.google.cloud.retail.v2beta.AttributesConfigName
-
Packages that use AttributesConfigName Package Description com.google.cloud.retail.v2beta A client to Retail API -
-
Uses of AttributesConfigName in com.google.cloud.retail.v2beta
Methods in com.google.cloud.retail.v2beta that return AttributesConfigName Modifier and Type Method Description AttributesConfigName
AttributesConfigName.Builder. build()
static AttributesConfigName
AttributesConfigName. of(String project, String location, String catalog)
static AttributesConfigName
AttributesConfigName. parse(String formattedString)
Methods in com.google.cloud.retail.v2beta that return types with arguments of type AttributesConfigName Modifier and Type Method Description static List<AttributesConfigName>
AttributesConfigName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.retail.v2beta with parameters of type AttributesConfigName Modifier and Type Method Description AttributesConfig
CatalogServiceClient. getAttributesConfig(AttributesConfigName name)
Gets an [AttributesConfig][google.cloud.retail.v2beta.AttributesConfig].Method parameters in com.google.cloud.retail.v2beta with type arguments of type AttributesConfigName Modifier and Type Method Description static List<String>
AttributesConfigName. toStringList(List<AttributesConfigName> values)
-