Class: Google::Cloud::DiscoveryEngine::V1::BigtableSource
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::BigtableSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/import_config.rb
Overview
The Cloud Bigtable source for importing data.
Instance Attribute Summary collapse
-
#bigtable_options ⇒ ::Google::Cloud::DiscoveryEngine::V1::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::V1::BigtableOptions
Returns Required. Bigtable options that contains information needed when parsing data into typed structures. For example, column type annotations.
284 285 286 287 |
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 284 class BigtableSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#instance_id ⇒ ::String
Returns Required. The instance ID of the Cloud Bigtable that needs to be imported.
284 285 286 287 |
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 284 class BigtableSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id ⇒ ::String
Returns The project ID that contains the Bigtable source. Has a length limit of 128 characters. If not specified, inherits the project ID from the parent request.
284 285 286 287 |
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 284 class BigtableSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#table_id ⇒ ::String
Returns Required. The table ID of the Cloud Bigtable that needs to be imported.
284 285 286 287 |
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 284 class BigtableSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |