Google Cloud Discovery Engine V1beta Client - Class Encoding (0.11.1)

Reference documentation and code samples for the Google Cloud Discovery Engine V1beta Client class Encoding.

The encoding mode of a Bigtable column or column family.

Protobuf type google.cloud.discoveryengine.v1beta.BigtableOptions.Encoding

Namespace

Google \ Cloud \ DiscoveryEngine \ V1beta \ BigtableOptions

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

ENCODING_UNSPECIFIED

Value: 0

The encoding is unspecified.

Generated from protobuf enum ENCODING_UNSPECIFIED = 0;

TEXT

Value: 1

Text encoding.

Generated from protobuf enum TEXT = 1;

BINARY

Value: 2

Binary encoding.

Generated from protobuf enum BINARY = 2;