Package | Description |
---|---|
com.google.spanner.v1 |
Modifier and Type | Method and Description |
---|---|
static TransactionOptions.ReadOnly.TimestampBoundCase |
TransactionOptions.ReadOnly.TimestampBoundCase.forNumber(int value) |
TransactionOptions.ReadOnly.TimestampBoundCase |
TransactionOptions.ReadOnlyOrBuilder.getTimestampBoundCase() |
TransactionOptions.ReadOnly.TimestampBoundCase |
TransactionOptions.ReadOnly.getTimestampBoundCase() |
TransactionOptions.ReadOnly.TimestampBoundCase |
TransactionOptions.ReadOnly.Builder.getTimestampBoundCase() |
static TransactionOptions.ReadOnly.TimestampBoundCase |
TransactionOptions.ReadOnly.TimestampBoundCase.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
Copyright © 2022 Google LLC. All rights reserved.