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