Skip to content

Commit

Permalink
feat(sqladmin): update the api
Browse files Browse the repository at this point in the history
#### sqladmin:v1

The following keys were added:
- schemas.ImportContext.properties.sqlImportOptions (Total Keys: 4)

#### sqladmin:v1beta4

The following keys were added:
- schemas.ImportContext.properties.sqlImportOptions (Total Keys: 4)
  • Loading branch information
yoshi-automation committed Apr 2, 2024
1 parent a2968ab commit 6dde380
Show file tree
Hide file tree
Showing 16 changed files with 369 additions and 27 deletions.
8 changes: 8 additions & 0 deletions docs/dyn/sqladmin_v1.backupRuns.html
Expand Up @@ -203,6 +203,10 @@ <h3>Method Details</h3>
&quot;fileType&quot;: &quot;A String&quot;, # The file type for the specified uri.\`SQL`: The file contains SQL statements. \`CSV`: The file contains CSV data.
&quot;importUser&quot;: &quot;A String&quot;, # The PostgreSQL user for this import operation. PostgreSQL instances only.
&quot;kind&quot;: &quot;A String&quot;, # This is always `sql#importContext`.
&quot;sqlImportOptions&quot;: { # Optional. Options for importing data from SQL statements.
&quot;parallel&quot;: True or False, # Optional. Whether or not the import should be parallel.
&quot;threads&quot;: 42, # Optional. The number of threads to use for parallel import.
},
&quot;uri&quot;: &quot;A String&quot;, # Path to the import file in Cloud Storage, in the form `gs://bucketName/fileName`. Compressed gzip files (.gz) are supported when `fileType` is `SQL`. The instance must have write permissions to the bucket and read access to the file.
},
&quot;insertTime&quot;: &quot;A String&quot;, # The time this operation was enqueued in UTC timezone in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
Expand Down Expand Up @@ -403,6 +407,10 @@ <h3>Method Details</h3>
&quot;fileType&quot;: &quot;A String&quot;, # The file type for the specified uri.\`SQL`: The file contains SQL statements. \`CSV`: The file contains CSV data.
&quot;importUser&quot;: &quot;A String&quot;, # The PostgreSQL user for this import operation. PostgreSQL instances only.
&quot;kind&quot;: &quot;A String&quot;, # This is always `sql#importContext`.
&quot;sqlImportOptions&quot;: { # Optional. Options for importing data from SQL statements.
&quot;parallel&quot;: True or False, # Optional. Whether or not the import should be parallel.
&quot;threads&quot;: 42, # Optional. The number of threads to use for parallel import.
},
&quot;uri&quot;: &quot;A String&quot;, # Path to the import file in Cloud Storage, in the form `gs://bucketName/fileName`. Compressed gzip files (.gz) are supported when `fileType` is `SQL`. The instance must have write permissions to the bucket and read access to the file.
},
&quot;insertTime&quot;: &quot;A String&quot;, # The time this operation was enqueued in UTC timezone in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
Expand Down
16 changes: 16 additions & 0 deletions docs/dyn/sqladmin_v1.databases.html
Expand Up @@ -206,6 +206,10 @@ <h3>Method Details</h3>
&quot;fileType&quot;: &quot;A String&quot;, # The file type for the specified uri.\`SQL`: The file contains SQL statements. \`CSV`: The file contains CSV data.
&quot;importUser&quot;: &quot;A String&quot;, # The PostgreSQL user for this import operation. PostgreSQL instances only.
&quot;kind&quot;: &quot;A String&quot;, # This is always `sql#importContext`.
&quot;sqlImportOptions&quot;: { # Optional. Options for importing data from SQL statements.
&quot;parallel&quot;: True or False, # Optional. Whether or not the import should be parallel.
&quot;threads&quot;: 42, # Optional. The number of threads to use for parallel import.
},
&quot;uri&quot;: &quot;A String&quot;, # Path to the import file in Cloud Storage, in the form `gs://bucketName/fileName`. Compressed gzip files (.gz) are supported when `fileType` is `SQL`. The instance must have write permissions to the bucket and read access to the file.
},
&quot;insertTime&quot;: &quot;A String&quot;, # The time this operation was enqueued in UTC timezone in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
Expand Down Expand Up @@ -376,6 +380,10 @@ <h3>Method Details</h3>
&quot;fileType&quot;: &quot;A String&quot;, # The file type for the specified uri.\`SQL`: The file contains SQL statements. \`CSV`: The file contains CSV data.
&quot;importUser&quot;: &quot;A String&quot;, # The PostgreSQL user for this import operation. PostgreSQL instances only.
&quot;kind&quot;: &quot;A String&quot;, # This is always `sql#importContext`.
&quot;sqlImportOptions&quot;: { # Optional. Options for importing data from SQL statements.
&quot;parallel&quot;: True or False, # Optional. Whether or not the import should be parallel.
&quot;threads&quot;: 42, # Optional. The number of threads to use for parallel import.
},
&quot;uri&quot;: &quot;A String&quot;, # Path to the import file in Cloud Storage, in the form `gs://bucketName/fileName`. Compressed gzip files (.gz) are supported when `fileType` is `SQL`. The instance must have write permissions to the bucket and read access to the file.
},
&quot;insertTime&quot;: &quot;A String&quot;, # The time this operation was enqueued in UTC timezone in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
Expand Down Expand Up @@ -551,6 +559,10 @@ <h3>Method Details</h3>
&quot;fileType&quot;: &quot;A String&quot;, # The file type for the specified uri.\`SQL`: The file contains SQL statements. \`CSV`: The file contains CSV data.
&quot;importUser&quot;: &quot;A String&quot;, # The PostgreSQL user for this import operation. PostgreSQL instances only.
&quot;kind&quot;: &quot;A String&quot;, # This is always `sql#importContext`.
&quot;sqlImportOptions&quot;: { # Optional. Options for importing data from SQL statements.
&quot;parallel&quot;: True or False, # Optional. Whether or not the import should be parallel.
&quot;threads&quot;: 42, # Optional. The number of threads to use for parallel import.
},
&quot;uri&quot;: &quot;A String&quot;, # Path to the import file in Cloud Storage, in the form `gs://bucketName/fileName`. Compressed gzip files (.gz) are supported when `fileType` is `SQL`. The instance must have write permissions to the bucket and read access to the file.
},
&quot;insertTime&quot;: &quot;A String&quot;, # The time this operation was enqueued in UTC timezone in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
Expand Down Expand Up @@ -690,6 +702,10 @@ <h3>Method Details</h3>
&quot;fileType&quot;: &quot;A String&quot;, # The file type for the specified uri.\`SQL`: The file contains SQL statements. \`CSV`: The file contains CSV data.
&quot;importUser&quot;: &quot;A String&quot;, # The PostgreSQL user for this import operation. PostgreSQL instances only.
&quot;kind&quot;: &quot;A String&quot;, # This is always `sql#importContext`.
&quot;sqlImportOptions&quot;: { # Optional. Options for importing data from SQL statements.
&quot;parallel&quot;: True or False, # Optional. Whether or not the import should be parallel.
&quot;threads&quot;: 42, # Optional. The number of threads to use for parallel import.
},
&quot;uri&quot;: &quot;A String&quot;, # Path to the import file in Cloud Storage, in the form `gs://bucketName/fileName`. Compressed gzip files (.gz) are supported when `fileType` is `SQL`. The instance must have write permissions to the bucket and read access to the file.
},
&quot;insertTime&quot;: &quot;A String&quot;, # The time this operation was enqueued in UTC timezone in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
Expand Down

0 comments on commit 6dde380

Please sign in to comment.