Skip to content

Commit dacb0be

Browse files
feat(sqladmin): update the api
#### sqladmin:v1 The following keys were added: - schemas.ExportContext.properties.sqlExportOptions.properties.parallel.type (Total Keys: 1) - schemas.ExportContext.properties.sqlExportOptions.properties.threads (Total Keys: 2) #### sqladmin:v1beta4 The following keys were added: - schemas.ExportContext.properties.sqlExportOptions.properties.parallel.type (Total Keys: 1) - schemas.ExportContext.properties.sqlExportOptions.properties.threads (Total Keys: 2)
1 parent ff4f783 commit dacb0be

16 files changed

+188
-10
lines changed

docs/dyn/sqladmin_v1.backupRuns.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,12 @@ <h3>Method Details</h3>
160160
&quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
161161
&quot;masterData&quot;: 42, # Option to include SQL statement required to set up replication. If set to `1`, the dump file includes a CHANGE MASTER TO statement with the binary log coordinates, and --set-gtid-purged is set to ON. If set to `2`, the CHANGE MASTER TO statement is written as a SQL comment and has no effect. If set to any value other than `1`, --set-gtid-purged is set to OFF.
162162
},
163+
&quot;parallel&quot;: True or False, # Optional. Whether or not the export should be parallel.
163164
&quot;schemaOnly&quot;: True or False, # Export only schemas.
164165
&quot;tables&quot;: [ # Tables to export, or that were exported, from the specified database. If you specify tables, specify one and only one database. For PostgreSQL instances, you can specify only one table.
165166
&quot;A String&quot;,
166167
],
168+
&quot;threads&quot;: 42, # Optional. The number of threads to use for parallel export.
167169
},
168170
&quot;uri&quot;: &quot;A String&quot;, # The path to the file in Google Cloud Storage where the export will be stored. The URI is in the form `gs://bucketName/fileName`. If the file already exists, the request succeeds, but the operation fails. If `fileType` is `SQL` and the filename ends with .gz, the contents are compressed.
169171
},
@@ -352,10 +354,12 @@ <h3>Method Details</h3>
352354
&quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
353355
&quot;masterData&quot;: 42, # Option to include SQL statement required to set up replication. If set to `1`, the dump file includes a CHANGE MASTER TO statement with the binary log coordinates, and --set-gtid-purged is set to ON. If set to `2`, the CHANGE MASTER TO statement is written as a SQL comment and has no effect. If set to any value other than `1`, --set-gtid-purged is set to OFF.
354356
},
357+
&quot;parallel&quot;: True or False, # Optional. Whether or not the export should be parallel.
355358
&quot;schemaOnly&quot;: True or False, # Export only schemas.
356359
&quot;tables&quot;: [ # Tables to export, or that were exported, from the specified database. If you specify tables, specify one and only one database. For PostgreSQL instances, you can specify only one table.
357360
&quot;A String&quot;,
358361
],
362+
&quot;threads&quot;: 42, # Optional. The number of threads to use for parallel export.
359363
},
360364
&quot;uri&quot;: &quot;A String&quot;, # The path to the file in Google Cloud Storage where the export will be stored. The URI is in the form `gs://bucketName/fileName`. If the file already exists, the request succeeds, but the operation fails. If `fileType` is `SQL` and the filename ends with .gz, the contents are compressed.
361365
},

docs/dyn/sqladmin_v1.databases.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,12 @@ <h3>Method Details</h3>
163163
&quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
164164
&quot;masterData&quot;: 42, # Option to include SQL statement required to set up replication. If set to `1`, the dump file includes a CHANGE MASTER TO statement with the binary log coordinates, and --set-gtid-purged is set to ON. If set to `2`, the CHANGE MASTER TO statement is written as a SQL comment and has no effect. If set to any value other than `1`, --set-gtid-purged is set to OFF.
165165
},
166+
&quot;parallel&quot;: True or False, # Optional. Whether or not the export should be parallel.
166167
&quot;schemaOnly&quot;: True or False, # Export only schemas.
167168
&quot;tables&quot;: [ # Tables to export, or that were exported, from the specified database. If you specify tables, specify one and only one database. For PostgreSQL instances, you can specify only one table.
168169
&quot;A String&quot;,
169170
],
171+
&quot;threads&quot;: 42, # Optional. The number of threads to use for parallel export.
170172
},
171173
&quot;uri&quot;: &quot;A String&quot;, # The path to the file in Google Cloud Storage where the export will be stored. The URI is in the form `gs://bucketName/fileName`. If the file already exists, the request succeeds, but the operation fails. If `fileType` is `SQL` and the filename ends with .gz, the contents are compressed.
172174
},
@@ -325,10 +327,12 @@ <h3>Method Details</h3>
325327
&quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
326328
&quot;masterData&quot;: 42, # Option to include SQL statement required to set up replication. If set to `1`, the dump file includes a CHANGE MASTER TO statement with the binary log coordinates, and --set-gtid-purged is set to ON. If set to `2`, the CHANGE MASTER TO statement is written as a SQL comment and has no effect. If set to any value other than `1`, --set-gtid-purged is set to OFF.
327329
},
330+
&quot;parallel&quot;: True or False, # Optional. Whether or not the export should be parallel.
328331
&quot;schemaOnly&quot;: True or False, # Export only schemas.
329332
&quot;tables&quot;: [ # Tables to export, or that were exported, from the specified database. If you specify tables, specify one and only one database. For PostgreSQL instances, you can specify only one table.
330333
&quot;A String&quot;,
331334
],
335+
&quot;threads&quot;: 42, # Optional. The number of threads to use for parallel export.
332336
},
333337
&quot;uri&quot;: &quot;A String&quot;, # The path to the file in Google Cloud Storage where the export will be stored. The URI is in the form `gs://bucketName/fileName`. If the file already exists, the request succeeds, but the operation fails. If `fileType` is `SQL` and the filename ends with .gz, the contents are compressed.
334338
},
@@ -492,10 +496,12 @@ <h3>Method Details</h3>
492496
&quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
493497
&quot;masterData&quot;: 42, # Option to include SQL statement required to set up replication. If set to `1`, the dump file includes a CHANGE MASTER TO statement with the binary log coordinates, and --set-gtid-purged is set to ON. If set to `2`, the CHANGE MASTER TO statement is written as a SQL comment and has no effect. If set to any value other than `1`, --set-gtid-purged is set to OFF.
494498
},
499+
&quot;parallel&quot;: True or False, # Optional. Whether or not the export should be parallel.
495500
&quot;schemaOnly&quot;: True or False, # Export only schemas.
496501
&quot;tables&quot;: [ # Tables to export, or that were exported, from the specified database. If you specify tables, specify one and only one database. For PostgreSQL instances, you can specify only one table.
497502
&quot;A String&quot;,
498503
],
504+
&quot;threads&quot;: 42, # Optional. The number of threads to use for parallel export.
499505
},
500506
&quot;uri&quot;: &quot;A String&quot;, # The path to the file in Google Cloud Storage where the export will be stored. The URI is in the form `gs://bucketName/fileName`. If the file already exists, the request succeeds, but the operation fails. If `fileType` is `SQL` and the filename ends with .gz, the contents are compressed.
501507
},
@@ -623,10 +629,12 @@ <h3>Method Details</h3>
623629
&quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
624630
&quot;masterData&quot;: 42, # Option to include SQL statement required to set up replication. If set to `1`, the dump file includes a CHANGE MASTER TO statement with the binary log coordinates, and --set-gtid-purged is set to ON. If set to `2`, the CHANGE MASTER TO statement is written as a SQL comment and has no effect. If set to any value other than `1`, --set-gtid-purged is set to OFF.
625631
},
632+
&quot;parallel&quot;: True or False, # Optional. Whether or not the export should be parallel.
626633
&quot;schemaOnly&quot;: True or False, # Export only schemas.
627634
&quot;tables&quot;: [ # Tables to export, or that were exported, from the specified database. If you specify tables, specify one and only one database. For PostgreSQL instances, you can specify only one table.
628635
&quot;A String&quot;,
629636
],
637+
&quot;threads&quot;: 42, # Optional. The number of threads to use for parallel export.
630638
},
631639
&quot;uri&quot;: &quot;A String&quot;, # The path to the file in Google Cloud Storage where the export will be stored. The URI is in the form `gs://bucketName/fileName`. If the file already exists, the request succeeds, but the operation fails. If `fileType` is `SQL` and the filename ends with .gz, the contents are compressed.
632640
},

0 commit comments

Comments
 (0)