Class: Google::Cloud::DiscoveryEngine::V1::BigtableOptions::FamiliesEntry
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::BigtableOptions::FamiliesEntry
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/import_config.rb
Instance Attribute Summary collapse
- #key ⇒ ::String
- #value ⇒ ::Google::Cloud::DiscoveryEngine::V1::BigtableOptions::BigtableColumnFamily
Instance Attribute Details
#key ⇒ ::String
219 220 221 222 |
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 219 class FamiliesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value ⇒ ::Google::Cloud::DiscoveryEngine::V1::BigtableOptions::BigtableColumnFamily
219 220 221 222 |
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 219 class FamiliesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |