Enum ImportedDataInfo.FieldSchema.Type (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

ProtocolMessageEnum

Fields

NameDescription
BOOLEAN

2-valued.

BOOLEAN = 6;

BOOLEAN_VALUE

2-valued.

BOOLEAN = 6;

BYTES

64K, Binary.

BYTES = 5;

BYTES_VALUE

64K, Binary.

BYTES = 5;

DATE

Civil date - Year, Month, Day.

DATE = 8;

DATETIME

Combination of civil date and civil time.

DATETIME = 10;

DATETIME_VALUE

Combination of civil date and civil time.

DATETIME = 10;

DATE_VALUE

Civil date - Year, Month, Day.

DATE = 8;

FLOAT

64-bit IEEE floating point.

FLOAT = 3;

FLOAT_VALUE

64-bit IEEE floating point.

FLOAT = 3;

GEOGRAPHY

Geography object (go/googlesql_geography).

GEOGRAPHY = 12;

GEOGRAPHY_VALUE

Geography object (go/googlesql_geography).

GEOGRAPHY = 12;

INTEGER

64-bit signed.

INTEGER = 2;

INTEGER_VALUE

64-bit signed.

INTEGER = 2;

NUMERIC

Numeric type with 38 decimal digits of precision and 9 decimal digits of scale.

NUMERIC = 11;

NUMERIC_VALUE

Numeric type with 38 decimal digits of precision and 9 decimal digits of scale.

NUMERIC = 11;

RECORD

Aggregate type.

RECORD = 4;

RECORD_VALUE

Aggregate type.

RECORD = 4;

STRING

64K, UTF8.

STRING = 1;

STRING_VALUE

64K, UTF8.

STRING = 1;

TIME

Civil time - Hour, Minute, Second, Microseconds.

TIME = 9;

TIMESTAMP

64-bit signed usec since UTC epoch.

TIMESTAMP = 7;

TIMESTAMP_VALUE

64-bit signed usec since UTC epoch.

TIMESTAMP = 7;

TIME_VALUE

Civil time - Hour, Minute, Second, Microseconds.

TIME = 9;

TYPE_UNSPECIFIED

Illegal value.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

Illegal value.

TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Methods

NameDescription
forNumber(int value)
getDescriptor()
getDescriptorForType()
getNumber()
getValueDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

(deprecated) Use #forNumber(int) instead.

valueOf(String name)
values()