Module: Google::Cloud::DiscoveryEngine::V1::BigtableOptions::Encoding

Defined in:
proto_docs/google/cloud/discoveryengine/v1/import_config.rb

Overview

The encoding mode of a Bigtable column or column family.

Constant Summary collapse

ENCODING_UNSPECIFIED =

The encoding is unspecified.

0
TEXT =

Text encoding.

1
BINARY =

Binary encoding.

2