Enum Class BigQueryOptions.BigQueryType

java.lang.Object
java.lang.Enum<BigQueryOptions.BigQueryType>
com.elide.model.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
  • Enum Constant Details

  • Field Details

    • UNSPECIFIED_TYPE_VALUE

      @Deprecated public static final int UNSPECIFIED_TYPE_VALUE
      Deprecated.
       Unspecified type for Spanner fields.
       
      UNSPECIFIED_TYPE = 0 [deprecated = true];
      See Also:
    • STRING_VALUE

      public static final int STRING_VALUE
       Default 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

      public static BigQueryOptions.BigQueryType[] 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

      public static BigQueryOptions.BigQueryType valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static BigQueryOptions.BigQueryType valueOf(int value)
      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 name
      NullPointerException - if the argument is null
    • forNumber

      public static BigQueryOptions.BigQueryType forNumber(int value)
      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:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.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 name
      NullPointerException - if the argument is null