| Modifier and Type | Method and Description |
|---|---|
static TypeAnnotationCode |
TypeAnnotationCode.forNumber(int value) |
TypeAnnotationCode |
Type.getTypeAnnotation()
The [TypeAnnotationCode][google.spanner.v1.TypeAnnotationCode] that disambiguates SQL type that Spanner will
use to represent values of this type during query processing.
|
TypeAnnotationCode |
Type.Builder.getTypeAnnotation()
The [TypeAnnotationCode][google.spanner.v1.TypeAnnotationCode] that disambiguates SQL type that Spanner will
use to represent values of this type during query processing.
|
TypeAnnotationCode |
TypeOrBuilder.getTypeAnnotation()
The [TypeAnnotationCode][google.spanner.v1.TypeAnnotationCode] that disambiguates SQL type that Spanner will
use to represent values of this type during query processing.
|
static TypeAnnotationCode |
TypeAnnotationCode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TypeAnnotationCode |
TypeAnnotationCode.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TypeAnnotationCode |
TypeAnnotationCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeAnnotationCode[] |
TypeAnnotationCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<TypeAnnotationCode> |
TypeAnnotationCode.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Type.Builder |
Type.Builder.setTypeAnnotation(TypeAnnotationCode value)
The [TypeAnnotationCode][google.spanner.v1.TypeAnnotationCode] that disambiguates SQL type that Spanner will
use to represent values of this type during query processing.
|
Copyright © 2022 Google LLC. All rights reserved.