- 2.51.0 (latest)
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.17
- 2.2.6
- 2.1.23
- 2.0.27
public enum ImportedDataInfo.FieldSchema.Type extends Enum<ImportedDataInfo.FieldSchema.Type> implements ProtocolMessageEnum
LINT.IfChange Field type.
Protobuf enum google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.FieldSchema.Type
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
BOOLEAN | 2-valued. |
BOOLEAN_VALUE | 2-valued. |
BYTES | 64K, Binary. |
BYTES_VALUE | 64K, Binary. |
DATE | Civil date - Year, Month, Day. |
DATETIME | Combination of civil date and civil time. |
DATETIME_VALUE | Combination of civil date and civil time. |
DATE_VALUE | Civil date - Year, Month, Day. |
FLOAT | 64-bit IEEE floating point. |
FLOAT_VALUE | 64-bit IEEE floating point. |
GEOGRAPHY | Geography object (go/googlesql_geography). |
GEOGRAPHY_VALUE | Geography object (go/googlesql_geography). |
INTEGER | 64-bit signed. |
INTEGER_VALUE | 64-bit signed. |
NUMERIC | Numeric type with 38 decimal digits of precision and 9 decimal digits of scale. |
NUMERIC_VALUE | Numeric type with 38 decimal digits of precision and 9 decimal digits of scale. |
RECORD | Aggregate type. |
RECORD_VALUE | Aggregate type. |
STRING | 64K, UTF8. |
STRING_VALUE | 64K, UTF8. |
TIME | Civil time - Hour, Minute, Second, Microseconds. |
TIMESTAMP | 64-bit signed usec since UTC epoch. |
TIMESTAMP_VALUE | 64-bit signed usec since UTC epoch. |
TIME_VALUE | Civil time - Hour, Minute, Second, Microseconds. |
TYPE_UNSPECIFIED | Illegal value. |
TYPE_UNSPECIFIED_VALUE | Illegal value. |
UNRECOGNIZED |
Static Methods | |
---|---|
Name | Description |
forNumber(int value) | |
getDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
valueOf(String name) | |
values() |
Methods | |
---|---|
Name | Description |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() |