Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class Encoding.
The encoding mode of a Bigtable column or column family.
Protobuf type google.cloud.discoveryengine.v1.BigtableOptions.Encoding
Namespace
Google \ Cloud \ DiscoveryEngine \ V1 \ BigtableOptionsMethods
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;