SpannerType

enum SpannerType : ProtocolMessageEnum
Specifies types applicable to Spanner property translation.
Protobuf enum elide.model.SpannerOptions.SpannerType

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
val BOOL_VALUE: Int = 6
`BOOL` type.
BOOL = 6;
Link copied to clipboard
val BYTES_VALUE: Int = 5
`BYTES` type.
BYTES = 5;
Link copied to clipboard
val DATE_VALUE: Int = 7
`DATE` type.
DATE = 7;
Link copied to clipboard
`FLOAT64` type.
FLOAT64 = 3;
Link copied to clipboard
val INT64_VALUE: Int = 4
`INT64` type.
INT64 = 4;
Link copied to clipboard
val JSON_VALUE: Int = 9
`JSON` (special type).
JSON = 9;
Link copied to clipboard
`NUMERIC` type.
NUMERIC = 2;
Link copied to clipboard
val STRING_VALUE: Int = 1
`STRING` type.
STRING = 1;
Link copied to clipboard
`TIMESTAMP` type.
TIMESTAMP = 8;
Link copied to clipboard
Unspecified type for Spanner fields.
UNSPECIFIED_TYPE = 0 [deprecated = true];

Functions

Link copied to clipboard
Link copied to clipboard
fun getDescriptor(): Descriptors.EnumDescriptor
Link copied to clipboard
fun getDescriptorForType(): Descriptors.EnumDescriptor
Link copied to clipboard
fun getNumber(): Int
Link copied to clipboard
fun getValueDescriptor(): Descriptors.EnumValueDescriptor
Link copied to clipboard
open fun internalGetValueMap(): Internal.EnumLiteMap<SpannerOptions.SpannerType>
Link copied to clipboard
open fun valueOf(desc: Descriptors.EnumValueDescriptor): SpannerOptions.SpannerType

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.