Class: Google::Cloud::DiscoveryEngine::V1beta::CloudSqlSource
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::CloudSqlSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/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 the Cloud SQL source is in with a length limit of 128 characters.
-
#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.
337 338 339 340 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 337 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.
337 338 339 340 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 337 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.
337 338 339 340 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 337 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.
337 338 339 340 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 337 class CloudSqlSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id ⇒ ::String
Returns The project ID that the Cloud SQL source is in with a length limit of 128 characters. If not specified, inherits the project ID from the parent request.
337 338 339 340 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 337 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.
337 338 339 340 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 337 class CloudSqlSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |