Uses of Class
com.google.cloud.discoveryengine.v1beta.Interval.MinCase
-
Packages that use Interval.MinCase Package Description com.google.cloud.discoveryengine.v1beta A client to Discovery Engine API -
-
Uses of Interval.MinCase in com.google.cloud.discoveryengine.v1beta
Methods in com.google.cloud.discoveryengine.v1beta 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.
-