Class: Google::Cloud::DiscoveryEngine::V1::BigtableOptions::BigtableColumnFamily
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::BigtableOptions::BigtableColumnFamily
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/import_config.rb
Overview
The column family of the Bigtable.
Instance Attribute Summary collapse
-
#columns ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1::BigtableOptions::BigtableColumn>
The list of objects that contains column level information for each column.
-
#encoding ⇒ ::Google::Cloud::DiscoveryEngine::V1::BigtableOptions::Encoding
The encoding mode of the values when the type is not STRING.
-
#field_name ⇒ ::String
The field name to use for this column family in the document.
-
#type ⇒ ::Google::Cloud::DiscoveryEngine::V1::BigtableOptions::Type
The type of values in this column family.
Instance Attribute Details
#columns ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1::BigtableOptions::BigtableColumn>
179 180 181 182 |
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 179 class BigtableColumnFamily include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#encoding ⇒ ::Google::Cloud::DiscoveryEngine::V1::BigtableOptions::Encoding
179 180 181 182 |
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 179 class BigtableColumnFamily include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#field_name ⇒ ::String
179 180 181 182 |
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 179 class BigtableColumnFamily include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#type ⇒ ::Google::Cloud::DiscoveryEngine::V1::BigtableOptions::Type
179 180 181 182 |
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 179 class BigtableColumnFamily include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |