Uses of Class
com.google.cloud.retail.v2.ServingConfigName
-
Packages that use ServingConfigName Package Description com.google.cloud.retail.v2 A client to Retail API -
-
Uses of ServingConfigName in com.google.cloud.retail.v2
Methods in com.google.cloud.retail.v2 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.v2 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.v2 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.v2 with type arguments of type ServingConfigName Modifier and Type Method Description static List<String>
ServingConfigName. toStringList(List<ServingConfigName> values)
-