Enum Class SpannerOptions.SpannerType

java.lang.Object
java.lang.Enum<SpannerOptions.SpannerType>
com.elide.model.SpannerOptions.SpannerType
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<SpannerOptions.SpannerType>, Constable
Enclosing class:
SpannerOptions

public static enum SpannerOptions.SpannerType extends Enum<SpannerOptions.SpannerType> implements com.google.protobuf.ProtocolMessageEnum
 Specifies types applicable to Spanner property translation.
 
Protobuf enum elide.model.SpannerOptions.SpannerType
  • 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
       `STRING` type.
       
      STRING = 1;
      See Also:
    • NUMERIC_VALUE

      public static final int NUMERIC_VALUE
       `NUMERIC` type.
       
      NUMERIC = 2;
      See Also:
    • FLOAT64_VALUE

      public static final int FLOAT64_VALUE
       `FLOAT64` type.
       
      FLOAT64 = 3;
      See Also:
    • INT64_VALUE

      public static final int INT64_VALUE
       `INT64` type.
       
      INT64 = 4;
      See Also:
    • BYTES_VALUE

      public static final int BYTES_VALUE
       `BYTES` type.
       
      BYTES = 5;
      See Also:
    • BOOL_VALUE

      public static final int BOOL_VALUE
       `BOOL` type.
       
      BOOL = 6;
      See Also:
    • DATE_VALUE

      public static final int DATE_VALUE
       `DATE` type.
       
      DATE = 7;
      See Also:
    • TIMESTAMP_VALUE

      public static final int TIMESTAMP_VALUE
       `TIMESTAMP` type.
       
      TIMESTAMP = 8;
      See Also:
    • JSON_VALUE

      public static final int JSON_VALUE
       `JSON` (special type).
       
      JSON = 9;
      See Also:
  • Method Details

    • values

      public static SpannerOptions.SpannerType[] 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 SpannerOptions.SpannerType 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 SpannerOptions.SpannerType 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 SpannerOptions.SpannerType 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<SpannerOptions.SpannerType> 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 SpannerOptions.SpannerType 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