Uses of Class
com.google.cloud.retail.v2.AttributesConfigName
-
Packages that use AttributesConfigName Package Description com.google.cloud.retail.v2 A client to Retail API -
-
Uses of AttributesConfigName in com.google.cloud.retail.v2
Methods in com.google.cloud.retail.v2 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.v2 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.v2 with parameters of type AttributesConfigName Modifier and Type Method Description AttributesConfig
CatalogServiceClient. getAttributesConfig(AttributesConfigName name)
Gets an [AttributesConfig][google.cloud.retail.v2.AttributesConfig].Method parameters in com.google.cloud.retail.v2 with type arguments of type AttributesConfigName Modifier and Type Method Description static List<String>
AttributesConfigName. toStringList(List<AttributesConfigName> values)
-