Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::BigtableOptions.
The Bigtable Options object that contains information to support the import.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#families
def families() -> ::Google::Protobuf::Map{::String => ::Google::Cloud::DiscoveryEngine::V1beta::BigtableOptions::BigtableColumnFamily}
    Returns
    
  - (::Google::Protobuf::Map{::String => ::Google::Cloud::DiscoveryEngine::V1beta::BigtableOptions::BigtableColumnFamily}) — The mapping from family names to an object that contains column families level information for the given column family. If a family is not present in this map it will be ignored.
#families=
def families=(value) -> ::Google::Protobuf::Map{::String => ::Google::Cloud::DiscoveryEngine::V1beta::BigtableOptions::BigtableColumnFamily}
    Parameter
    
  - value (::Google::Protobuf::Map{::String => ::Google::Cloud::DiscoveryEngine::V1beta::BigtableOptions::BigtableColumnFamily}) — The mapping from family names to an object that contains column families level information for the given column family. If a family is not present in this map it will be ignored.
    Returns
    
  - (::Google::Protobuf::Map{::String => ::Google::Cloud::DiscoveryEngine::V1beta::BigtableOptions::BigtableColumnFamily}) — The mapping from family names to an object that contains column families level information for the given column family. If a family is not present in this map it will be ignored.
#key_field_name
def key_field_name() -> ::String
    Returns
    
  - 
        (::String) — The field name used for saving row key value in the document. The name has
to match the pattern [a-zA-Z0-9][a-zA-Z0-9-_]*.
#key_field_name=
def key_field_name=(value) -> ::String
    Parameter
    
  - 
        value (::String) — The field name used for saving row key value in the document. The name has
to match the pattern [a-zA-Z0-9][a-zA-Z0-9-_]*.
    Returns
    
- 
        (::String) — The field name used for saving row key value in the document. The name has
to match the pattern [a-zA-Z0-9][a-zA-Z0-9-_]*.