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