Class: Google::Cloud::DiscoveryEngine::V1::CloudSqlSource
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::CloudSqlSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/import_config.rb
Overview
Cloud SQL source import data from.
Instance Attribute Summary collapse
-
#database_id ⇒ ::String
Required.
-
#gcs_staging_dir ⇒ ::String
Intermediate Cloud Storage directory used for the import with a length limit of 2,000 characters.
-
#instance_id ⇒ ::String
Required.
-
#offload ⇒ ::Boolean
Option for serverless export.
-
#project_id ⇒ ::String
The project ID that contains the Cloud SQL source.
-
#table_id ⇒ ::String
Required.
Instance Attribute Details
#database_id ⇒ ::String
Returns Required. The Cloud SQL database to copy the data from with a length limit of 256 characters.
342 343 344 345 |
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 342 class CloudSqlSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#gcs_staging_dir ⇒ ::String
Returns Intermediate Cloud Storage directory used for the import with a length limit of 2,000 characters. Can be specified if one wants to have the Cloud SQL export to a specific Cloud Storage directory.
Ensure that the Cloud SQL service account has the necessary Cloud Storage Admin permissions to access the specified Cloud Storage directory.
342 343 344 345 |
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 342 class CloudSqlSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#instance_id ⇒ ::String
Returns Required. The Cloud SQL instance to copy the data from with a length limit of 256 characters.
342 343 344 345 |
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 342 class CloudSqlSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#offload ⇒ ::Boolean
Returns Option for serverless export. Enabling this option will incur additional cost. More info can be found here.
342 343 344 345 |
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 342 class CloudSqlSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id ⇒ ::String
Returns The project ID that contains the Cloud SQL source. Has a length limit of 128 characters. If not specified, inherits the project ID from the parent request.
342 343 344 345 |
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 342 class CloudSqlSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#table_id ⇒ ::String
Returns Required. The Cloud SQL table to copy the data from with a length limit of 256 characters.
342 343 344 345 |
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 342 class CloudSqlSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |