public static enum BigtableOptions.Type extends Enum<BigtableOptions.Type> implements com.google.protobuf.ProtocolMessageEnum
The type of values in a Bigtable column or column family. The values are expected to be encoded using [HBase Bytes.toBytes](https://hbase.apache.org/apidocs/org/apache/hadoop/hbase/util/Bytes.html) function when the encoding value is set to `BINARY`.Protobuf enum
google.cloud.discoveryengine.v1beta.BigtableOptions.Type| Enum Constant and Description |
|---|
BIG_NUMERIC
BigDecimal type.
|
BOOLEAN
Boolean type.
|
INTEGER
Integer type.
|
JSON
JSON type.
|
NUMBER
Numerical type.
|
STRING
String type.
|
TYPE_UNSPECIFIED
The type is unspecified.
|
UNRECOGNIZED |
VAR_INTEGER
Variable length integer type.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
BIG_NUMERIC_VALUE
BigDecimal type.
|
static int |
BOOLEAN_VALUE
Boolean type.
|
static int |
INTEGER_VALUE
Integer type.
|
static int |
JSON_VALUE
JSON type.
|
static int |
NUMBER_VALUE
Numerical type.
|
static int |
STRING_VALUE
String type.
|
static int |
TYPE_UNSPECIFIED_VALUE
The type is unspecified.
|
static int |
VAR_INTEGER_VALUE
Variable length integer type.
|
| Modifier and Type | Method and Description |
|---|---|
static BigtableOptions.Type |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<BigtableOptions.Type> |
internalGetValueMap() |
static BigtableOptions.Type |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static BigtableOptions.Type |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static BigtableOptions.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BigtableOptions.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BigtableOptions.Type TYPE_UNSPECIFIED
The type is unspecified.
TYPE_UNSPECIFIED = 0;public static final BigtableOptions.Type STRING
String type.
STRING = 1;public static final BigtableOptions.Type NUMBER
Numerical type.
NUMBER = 2;public static final BigtableOptions.Type INTEGER
Integer type.
INTEGER = 3;public static final BigtableOptions.Type VAR_INTEGER
Variable length integer type.
VAR_INTEGER = 4;public static final BigtableOptions.Type BIG_NUMERIC
BigDecimal type.
BIG_NUMERIC = 5;public static final BigtableOptions.Type BOOLEAN
Boolean type.
BOOLEAN = 6;public static final BigtableOptions.Type JSON
JSON type.
JSON = 7;public static final BigtableOptions.Type UNRECOGNIZED
public static final int TYPE_UNSPECIFIED_VALUE
The type is unspecified.
TYPE_UNSPECIFIED = 0;public static final int STRING_VALUE
String type.
STRING = 1;public static final int NUMBER_VALUE
Numerical type.
NUMBER = 2;public static final int INTEGER_VALUE
Integer type.
INTEGER = 3;public static final int VAR_INTEGER_VALUE
Variable length integer type.
VAR_INTEGER = 4;public static final int BIG_NUMERIC_VALUE
BigDecimal type.
BIG_NUMERIC = 5;public static final int BOOLEAN_VALUE
Boolean type.
BOOLEAN = 6;public static final int JSON_VALUE
JSON type.
JSON = 7;public static BigtableOptions.Type[] values()
for (BigtableOptions.Type c : BigtableOptions.Type.values()) System.out.println(c);
public static BigtableOptions.Type valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static BigtableOptions.Type valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static BigtableOptions.Type forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<BigtableOptions.Type> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static BigtableOptions.Type valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.