Package com.elide.model
Enum Class BigQueryOptions.BigQueryType
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<BigQueryOptions.BigQueryType>,Constable
- Enclosing class:
BigQueryOptions
public static enum BigQueryOptions.BigQueryType
extends Enum<BigQueryOptions.BigQueryType>
implements com.google.protobuf.ProtocolMessageEnum
Specifies types applicable to BigQuery property translation.Protobuf enum
elide.model.BigQueryOptions.BigQueryType-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription`BOOLEAN` type.`BYTES` type.`DATE` type.`DATETIME` type.`FLOAT` type.`FLOAT64` type.`GEOGRAPHY` type.`INT64` type.`INTEGER` type.`JSON` (special type).`NUMERIC` type.`RECORD` type.Default concrete type for BigQuery columns: `STRING`.`TIME` type.`TIMESTAMP` type.Deprecated. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int`BOOLEAN` type.static final int`BYTES` type.static final int`DATE` type.static final int`DATETIME` type.static final int`FLOAT` type.static final int`FLOAT64` type.static final int`GEOGRAPHY` type.static final int`INT64` type.static final int`INTEGER` type.static final int`JSON` (special type).static final int`NUMERIC` type.static final int`RECORD` type.static final intDefault concrete type for BigQuery columns: `STRING`.static final int`TIME` type.static final int`TIMESTAMP` type.static final intDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic BigQueryOptions.BigQueryTypeforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<BigQueryOptions.BigQueryType>static BigQueryOptions.BigQueryTypevalueOf(int value) Deprecated.static BigQueryOptions.BigQueryTypevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static BigQueryOptions.BigQueryTypeReturns the enum constant of this class with the specified name.static BigQueryOptions.BigQueryType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNSPECIFIED_TYPE
Deprecated.Unspecified type for Spanner fields.
UNSPECIFIED_TYPE = 0 [deprecated = true]; -
STRING
Default concrete type for BigQuery columns: `STRING`.
STRING = 1; -
NUMERIC
`NUMERIC` type.
NUMERIC = 2; -
FLOAT
`FLOAT` type.
FLOAT = 3; -
FLOAT64
`FLOAT64` type.
FLOAT64 = 4; -
INTEGER
`INTEGER` type.
INTEGER = 5; -
INT64
`INT64` type.
INT64 = 6; -
BYTES
`BYTES` type.
BYTES = 7; -
RECORD
`RECORD` type.
RECORD = 8; -
BOOLEAN
`BOOLEAN` type.
BOOLEAN = 9; -
GEOGRAPHY
`GEOGRAPHY` type.
GEOGRAPHY = 10; -
TIME
`TIME` type.
TIME = 11; -
DATE
`DATE` type.
DATE = 12; -
DATETIME
`DATETIME` type.
DATETIME = 13; -
TIMESTAMP
`TIMESTAMP` type.
TIMESTAMP = 14; -
JSON
`JSON` (special type).
JSON = 99; -
UNRECOGNIZED
-
-
Field Details
-
UNSPECIFIED_TYPE_VALUE
Deprecated.Unspecified type for Spanner fields.
UNSPECIFIED_TYPE = 0 [deprecated = true];- See Also:
-
STRING_VALUE
public static final int STRING_VALUEDefault concrete type for BigQuery columns: `STRING`.
STRING = 1;- See Also:
-
NUMERIC_VALUE
public static final int NUMERIC_VALUE`NUMERIC` type.
NUMERIC = 2;- See Also:
-
FLOAT_VALUE
public static final int FLOAT_VALUE`FLOAT` type.
FLOAT = 3;- See Also:
-
FLOAT64_VALUE
public static final int FLOAT64_VALUE`FLOAT64` type.
FLOAT64 = 4;- See Also:
-
INTEGER_VALUE
public static final int INTEGER_VALUE`INTEGER` type.
INTEGER = 5;- See Also:
-
INT64_VALUE
public static final int INT64_VALUE`INT64` type.
INT64 = 6;- See Also:
-
BYTES_VALUE
public static final int BYTES_VALUE`BYTES` type.
BYTES = 7;- See Also:
-
RECORD_VALUE
public static final int RECORD_VALUE`RECORD` type.
RECORD = 8;- See Also:
-
BOOLEAN_VALUE
public static final int BOOLEAN_VALUE`BOOLEAN` type.
BOOLEAN = 9;- See Also:
-
GEOGRAPHY_VALUE
public static final int GEOGRAPHY_VALUE`GEOGRAPHY` type.
GEOGRAPHY = 10;- See Also:
-
TIME_VALUE
public static final int TIME_VALUE`TIME` type.
TIME = 11;- See Also:
-
DATE_VALUE
public static final int DATE_VALUE`DATE` type.
DATE = 12;- See Also:
-
DATETIME_VALUE
public static final int DATETIME_VALUE`DATETIME` type.
DATETIME = 13;- See Also:
-
TIMESTAMP_VALUE
public static final int TIMESTAMP_VALUE`TIMESTAMP` type.
TIMESTAMP = 14;- See Also:
-
JSON_VALUE
public static final int JSON_VALUE`JSON` (special type).
JSON = 99;- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<BigQueryOptions.BigQueryType> internalGetValueMap() -
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static BigQueryOptions.BigQueryType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-