Class: Google::Cloud::DiscoveryEngine::V1beta::BigtableSource
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::BigtableSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb
Overview
The Cloud Bigtable source for importing data.
Instance Attribute Summary collapse
-
#bigtable_options ⇒ ::Google::Cloud::DiscoveryEngine::V1beta::BigtableOptions
Required.
-
#instance_id ⇒ ::String
Required.
-
#project_id ⇒ ::String
The project ID that contains the Bigtable source.
-
#table_id ⇒ ::String
Required.
Instance Attribute Details
#bigtable_options ⇒ ::Google::Cloud::DiscoveryEngine::V1beta::BigtableOptions
285 286 287 288 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 285 class BigtableSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#instance_id ⇒ ::String
285 286 287 288 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 285 class BigtableSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id ⇒ ::String
285 286 287 288 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 285 class BigtableSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#table_id ⇒ ::String
285 286 287 288 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 285 class BigtableSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |