Keys and values corresponding to the fields of the message.
mapping
Union[dict, .Message]
A dictionary or message to be used to determine the values for this message.
ignore_unknown_fields
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.
Type
Type(value)
The type of values in a Bigtable column or column family. The values
are expected to be encoded using HBase
Bytes.toBytes <https://hbase.apache.org/apidocs/org/apache/hadoop/hbase/util/Bytes.html>__
function when the encoding value is set to BINARY.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Class BigtableOptions (0.13.11)\n\nVersion latestkeyboard_arrow_down\n\n- [0.13.11 (latest)](/python/docs/reference/discoveryengine/latest/google.cloud.discoveryengine_v1beta.types.BigtableOptions)\n- [0.13.10](/python/docs/reference/discoveryengine/0.13.10/google.cloud.discoveryengine_v1beta.types.BigtableOptions)\n- [0.12.3](/python/docs/reference/discoveryengine/0.12.3/google.cloud.discoveryengine_v1beta.types.BigtableOptions)\n- [0.11.14](/python/docs/reference/discoveryengine/0.11.14/google.cloud.discoveryengine_v1beta.types.BigtableOptions)\n- [0.10.0](/python/docs/reference/discoveryengine/0.10.0/google.cloud.discoveryengine_v1beta.types.BigtableOptions)\n- [0.9.1](/python/docs/reference/discoveryengine/0.9.1/google.cloud.discoveryengine_v1beta.types.BigtableOptions)\n- [0.8.1](/python/docs/reference/discoveryengine/0.8.1/google.cloud.discoveryengine_v1beta.types.BigtableOptions)\n- [0.7.0](/python/docs/reference/discoveryengine/0.7.0/google.cloud.discoveryengine_v1beta.types.BigtableOptions)\n- [0.6.0](/python/docs/reference/discoveryengine/0.6.0/google.cloud.discoveryengine_v1beta.types.BigtableOptions)\n- [0.5.0](/python/docs/reference/discoveryengine/0.5.0/google.cloud.discoveryengine_v1beta.types.BigtableOptions)\n- [0.4.1](/python/docs/reference/discoveryengine/0.4.1/google.cloud.discoveryengine_v1beta.types.BigtableOptions)\n- [0.3.1](/python/docs/reference/discoveryengine/0.3.1/google.cloud.discoveryengine_v1beta.types.BigtableOptions)\n- [0.2.1](/python/docs/reference/discoveryengine/0.2.1/google.cloud.discoveryengine_v1beta.types.BigtableOptions)\n- [0.1.1](/python/docs/reference/discoveryengine/0.1.1/google.cloud.discoveryengine_v1beta.types.BigtableOptions) \n\n BigtableOptions(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nThe Bigtable Options object that contains information to\nsupport the import.\n\nClasses\n-------\n\n### BigtableColumn\n\n BigtableColumn(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nThe column of the Bigtable.\n\n### BigtableColumnFamily\n\n BigtableColumnFamily(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nThe column family of the Bigtable.\n\n### Encoding\n\n Encoding(value)\n\nThe encoding mode of a Bigtable column or column family.\n\n### FamiliesEntry\n\n FamiliesEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nThe abstract base class for a message.\n\n### Type\n\n Type(value)\n\nThe type of values in a Bigtable column or column family. The values\nare expected to be encoded using `HBase\nBytes.toBytes \u003chttps://hbase.apache.org/apidocs/org/apache/hadoop/hbase/util/Bytes.html\u003e`__\nfunction when the encoding value is set to `BINARY`."]]