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 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.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 voidControlServiceClient. deleteControl(ControlName name)Deletes a Control.ControlControlServiceClient. 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)
-