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