Google Cloud Discovery Engine V1 Client - Class Type (0.11.2)

Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class Type.

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 type google.cloud.discoveryengine.v1.BigtableOptions.Type

Namespace

Google \ Cloud \ DiscoveryEngine \ V1 \ BigtableOptions

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TYPE_UNSPECIFIED

Value: 0

The type is unspecified.

Generated from protobuf enum TYPE_UNSPECIFIED = 0;

STRING

Value: 1

String type.

Generated from protobuf enum STRING = 1;

NUMBER

Value: 2

Numerical type.

Generated from protobuf enum NUMBER = 2;

INTEGER

Value: 3

Integer type.

Generated from protobuf enum INTEGER = 3;

VAR_INTEGER

Value: 4

Variable length integer type.

Generated from protobuf enum VAR_INTEGER = 4;

BIG_NUMERIC

Value: 5

BigDecimal type.

Generated from protobuf enum BIG_NUMERIC = 5;

BOOLEAN

Value: 6

Boolean type.

Generated from protobuf enum BOOLEAN = 6;

JSON

Value: 7

JSON type.

Generated from protobuf enum JSON = 7;