Class: Google::Cloud::DiscoveryEngine::V1beta::BigtableOptions::BigtableColumnFamily
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::BigtableOptions::BigtableColumnFamily
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb
Overview
The column family of the Bigtable.
Instance Attribute Summary collapse
-
#columns ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1beta::BigtableOptions::BigtableColumn>
The list of objects that contains column level information for each column.
-
#encoding ⇒ ::Google::Cloud::DiscoveryEngine::V1beta::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::V1beta::BigtableOptions::Type
The type of values in this column family.
Instance Attribute Details
#columns ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1beta::BigtableOptions::BigtableColumn>
180 181 182 183 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 180 class BigtableColumnFamily include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#encoding ⇒ ::Google::Cloud::DiscoveryEngine::V1beta::BigtableOptions::Encoding
180 181 182 183 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 180 class BigtableColumnFamily include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#field_name ⇒ ::String
180 181 182 183 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 180 class BigtableColumnFamily include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#type ⇒ ::Google::Cloud::DiscoveryEngine::V1beta::BigtableOptions::Type
180 181 182 183 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 180 class BigtableColumnFamily include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |