Uses of Class
com.google.cloud.retail.v2beta.ServingConfigName
-
Packages that use ServingConfigName Package Description com.google.cloud.retail.v2beta A client to Retail API -
-
Uses of ServingConfigName in com.google.cloud.retail.v2beta
Methods in com.google.cloud.retail.v2beta that return ServingConfigName Modifier and Type Method Description ServingConfigName
ServingConfigName.Builder. build()
static ServingConfigName
ServingConfigName. of(String project, String location, String catalog, String servingConfig)
static ServingConfigName
ServingConfigName. parse(String formattedString)
Methods in com.google.cloud.retail.v2beta that return types with arguments of type ServingConfigName Modifier and Type Method Description static List<ServingConfigName>
ServingConfigName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.retail.v2beta with parameters of type ServingConfigName Modifier and Type Method Description ServingConfig
ServingConfigServiceClient. addControl(ServingConfigName servingConfig)
Enables a Control on the specified ServingConfig.void
ServingConfigServiceClient. deleteServingConfig(ServingConfigName name)
Deletes a ServingConfig.ServingConfig
ServingConfigServiceClient. getServingConfig(ServingConfigName name)
Gets a ServingConfig.ServingConfig
ServingConfigServiceClient. removeControl(ServingConfigName servingConfig)
Disables a Control on the specified ServingConfig.Method parameters in com.google.cloud.retail.v2beta with type arguments of type ServingConfigName Modifier and Type Method Description static List<String>
ServingConfigName. toStringList(List<ServingConfigName> values)
-