Uses of Class
com.google.cloud.retail.v2beta.ControlName
-
Packages that use ControlName Package Description com.google.cloud.retail.v2beta A client to Retail API -
-
Uses of ControlName in com.google.cloud.retail.v2beta
Methods in com.google.cloud.retail.v2beta that return ControlName Modifier and Type Method Description ControlName
ControlName.Builder. build()
static ControlName
ControlName. of(String project, String location, String catalog, String control)
static ControlName
ControlName. parse(String formattedString)
Methods in com.google.cloud.retail.v2beta that return types with arguments of type ControlName Modifier and Type Method Description static List<ControlName>
ControlName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.retail.v2beta with parameters of type ControlName Modifier and Type Method Description void
ControlServiceClient. deleteControl(ControlName name)
Deletes a Control.Control
ControlServiceClient. getControl(ControlName name)
Gets a Control.Method parameters in com.google.cloud.retail.v2beta with type arguments of type ControlName Modifier and Type Method Description static List<String>
ControlName. toStringList(List<ControlName> values)
-