Uses of Class
com.google.spanner.v1.TransactionOptions.ReadOnly.TimestampBoundCase
-
Packages that use TransactionOptions.ReadOnly.TimestampBoundCase Package Description com.google.spanner.v1 -
-
Uses of TransactionOptions.ReadOnly.TimestampBoundCase in com.google.spanner.v1
Methods in com.google.spanner.v1 that return TransactionOptions.ReadOnly.TimestampBoundCase Modifier and Type Method Description static TransactionOptions.ReadOnly.TimestampBoundCase
TransactionOptions.ReadOnly.TimestampBoundCase. forNumber(int value)
TransactionOptions.ReadOnly.TimestampBoundCase
TransactionOptions.ReadOnly.Builder. getTimestampBoundCase()
TransactionOptions.ReadOnly.TimestampBoundCase
TransactionOptions.ReadOnly. getTimestampBoundCase()
TransactionOptions.ReadOnly.TimestampBoundCase
TransactionOptions.ReadOnlyOrBuilder. getTimestampBoundCase()
static TransactionOptions.ReadOnly.TimestampBoundCase
TransactionOptions.ReadOnly.TimestampBoundCase. valueOf(int value)
Deprecated.static TransactionOptions.ReadOnly.TimestampBoundCase
TransactionOptions.ReadOnly.TimestampBoundCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static TransactionOptions.ReadOnly.TimestampBoundCase[]
TransactionOptions.ReadOnly.TimestampBoundCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-