Enum BigtableOptions.Type (0.39.0)

public enum BigtableOptions.Type extends Enum<BigtableOptions.Type> implements ProtocolMessageEnum

The type of values in a Bigtable column or column family. The values are expected to be encoded using HBase Bytes.toBytes function when the encoding value is set to BINARY.

Protobuf enum google.cloud.discoveryengine.v1beta.BigtableOptions.Type

Implements

ProtocolMessageEnum

Static Fields

Name Description
BIG_NUMERIC

BigDecimal type.

BIG_NUMERIC = 5;

BIG_NUMERIC_VALUE

BigDecimal type.

BIG_NUMERIC = 5;

BOOLEAN

Boolean type.

BOOLEAN = 6;

BOOLEAN_VALUE

Boolean type.

BOOLEAN = 6;

INTEGER

Integer type.

INTEGER = 3;

INTEGER_VALUE

Integer type.

INTEGER = 3;

JSON

JSON type.

JSON = 7;

JSON_VALUE

JSON type.

JSON = 7;

NUMBER

Numerical type.

NUMBER = 2;

NUMBER_VALUE

Numerical type.

NUMBER = 2;

STRING

String type.

STRING = 1;

STRING_VALUE

String type.

STRING = 1;

TYPE_UNSPECIFIED

The type is unspecified.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

The type is unspecified.

TYPE_UNSPECIFIED = 0;

UNRECOGNIZED
VAR_INTEGER

Variable length integer type.

VAR_INTEGER = 4;

VAR_INTEGER_VALUE

Variable length integer type.

VAR_INTEGER = 4;

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()