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.
locationId
string
Required. The AlloyDB location to copy the data from with a length limit of 256 characters.
clusterId
string
Required. The AlloyDB cluster to copy the data from with a length limit of 256 characters.
databaseId
string
Required. The AlloyDB database to copy the data from with a length limit of 256 characters.
tableId
string
Required. The AlloyDB table to copy the data from with a length limit of 256 characters.
gcsStagingDir
string
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-28 UTC."],[[["The provided JSON structure defines the required parameters for importing data from an AlloyDB source, including project, location, cluster, database, and table IDs."],["`locationId`, `clusterId`, `databaseId`, and `tableId` are all required string fields, each with a maximum length of 256 characters."],["`projectId` is a string field, capped at 128 characters, that defaults to the parent request's ID if not explicitly defined."],["`gcsStagingDir` is a string representing the Cloud Storage staging directory, with a 2,000-character limit, that can be specified to direct AlloyDB exports."]]],[]]