Class: Google::Cloud::DiscoveryEngine::V1beta::BigtableOptions::BigtableColumn
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::BigtableOptions::BigtableColumn
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb
Overview
The column of the Bigtable.
Instance Attribute Summary collapse
-
#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 in the document.
-
#qualifier ⇒ ::String
Required.
-
#type ⇒ ::Google::Cloud::DiscoveryEngine::V1beta::BigtableOptions::Type
The type of values in this column family.
Instance Attribute Details
#encoding ⇒ ::Google::Cloud::DiscoveryEngine::V1beta::BigtableOptions::Encoding
211 212 213 214 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 211 class BigtableColumn include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#field_name ⇒ ::String
211 212 213 214 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 211 class BigtableColumn include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#qualifier ⇒ ::String
211 212 213 214 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 211 class BigtableColumn include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#type ⇒ ::Google::Cloud::DiscoveryEngine::V1beta::BigtableOptions::Type
211 212 213 214 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 211 class BigtableColumn include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |