Module: Google::Cloud::DiscoveryEngine::V1::BigtableOptions::Type
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/import_config.rb
Overview
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.
Constant Summary collapse
- TYPE_UNSPECIFIED =
The type is unspecified.
0- STRING =
String type.
1- NUMBER =
Numerical type.
2- INTEGER =
Integer type.
3- VAR_INTEGER =
Variable length integer type.
4- BIG_NUMERIC =
BigDecimal type.
5- BOOLEAN =
Boolean type.
6- JSON =
JSON type.
7