Uses of Class
com.google.bigtable.v2.ValueRange.StartValueCase
-
Packages that use ValueRange.StartValueCase Package Description com.google.bigtable.v2 -
-
Uses of ValueRange.StartValueCase in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return ValueRange.StartValueCase Modifier and Type Method Description static ValueRange.StartValueCase
ValueRange.StartValueCase. forNumber(int value)
ValueRange.StartValueCase
ValueRange.Builder. getStartValueCase()
ValueRange.StartValueCase
ValueRange. getStartValueCase()
ValueRange.StartValueCase
ValueRangeOrBuilder. getStartValueCase()
static ValueRange.StartValueCase
ValueRange.StartValueCase. valueOf(int value)
Deprecated.static ValueRange.StartValueCase
ValueRange.StartValueCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static ValueRange.StartValueCase[]
ValueRange.StartValueCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-