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