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 ControlNameControlName.Builder. build()static ControlNameControlName. of(String project, String location, String catalog, String control)static ControlNameControlName. 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 voidControlServiceClient. deleteControl(ControlName name)Deletes a Control.ControlControlServiceClient. 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)
-