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