Uses of Class
com.google.cloud.retail.v2.Control.ControlCase
-
Packages that use Control.ControlCase Package Description com.google.cloud.retail.v2 A client to Retail API -
-
Uses of Control.ControlCase in com.google.cloud.retail.v2
Methods in com.google.cloud.retail.v2 that return Control.ControlCase Modifier and Type Method Description static Control.ControlCase
Control.ControlCase. forNumber(int value)
Control.ControlCase
Control.Builder. getControlCase()
Control.ControlCase
Control. getControlCase()
Control.ControlCase
ControlOrBuilder. getControlCase()
static Control.ControlCase
Control.ControlCase. valueOf(int value)
Deprecated.static Control.ControlCase
Control.ControlCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static Control.ControlCase[]
Control.ControlCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-