AlloyDB source import data from.
| JSON representation | 
|---|
| { "projectId": string, "locationId": string, "clusterId": string, "databaseId": string, "tableId": string, "gcsStagingDir": string } | 
| Fields | |
|---|---|
| projectId | 
 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 | 
 Required. The AlloyDB location to copy the data from with a length limit of 256 characters. | 
| clusterId | 
 Required. The AlloyDB cluster to copy the data from with a length limit of 256 characters. | 
| databaseId | 
 Required. The AlloyDB database to copy the data from with a length limit of 256 characters. | 
| tableId | 
 Required. The AlloyDB table to copy the data from with a length limit of 256 characters. | 
| gcsStagingDir | 
 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. |