Class: Google::Cloud::DiscoveryEngine::V1::AlloyDbSource
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::AlloyDbSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/import_config.rb
Overview
AlloyDB source import data from.
Instance Attribute Summary collapse
-
#cluster_id ⇒ ::String
Required.
-
#database_id ⇒ ::String
Required.
-
#gcs_staging_dir ⇒ ::String
Intermediate Cloud Storage directory used for the import with a length limit of 2,000 characters.
-
#location_id ⇒ ::String
Required.
-
#project_id ⇒ ::String
The project ID that contains the AlloyDB source.
-
#table_id ⇒ ::String
Required.
Instance Attribute Details
#cluster_id ⇒ ::String
Returns Required. The AlloyDB cluster to copy the data from with a length limit of 256 characters.
377 378 379 380 |
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 377 class AlloyDbSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#database_id ⇒ ::String
Returns Required. The AlloyDB database to copy the data from with a length limit of 256 characters.
377 378 379 380 |
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 377 class AlloyDbSource 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 AlloyDB export to a specific Cloud Storage directory.
Ensure that the AlloyDB service account has the necessary Cloud Storage Admin permissions to access the specified Cloud Storage directory.
377 378 379 380 |
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 377 class AlloyDbSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#location_id ⇒ ::String
Returns Required. The AlloyDB location to copy the data from with a length limit of 256 characters.
377 378 379 380 |
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 377 class AlloyDbSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id ⇒ ::String
Returns The project ID that contains the AlloyDB source. Has a length limit of 128 characters. If not specified, inherits the project ID from the parent request.
377 378 379 380 |
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 377 class AlloyDbSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#table_id ⇒ ::String
Returns Required. The AlloyDB table to copy the data from with a length limit of 256 characters.
377 378 379 380 |
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 377 class AlloyDbSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |