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