You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/sqladmin_v1.backupRuns.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -160,10 +160,12 @@ <h3>Method Details</h3>
160
160
"mysqlExportOptions": { # Options for exporting from MySQL.
161
161
"masterData": 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.
162
162
},
163
+
"parallel": True or False, # Optional. Whether or not the export should be parallel.
163
164
"schemaOnly": True or False, # Export only schemas.
164
165
"tables": [ # 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.
165
166
"A String",
166
167
],
168
+
"threads": 42, # Optional. The number of threads to use for parallel export.
167
169
},
168
170
"uri": "A String", # 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.
169
171
},
@@ -352,10 +354,12 @@ <h3>Method Details</h3>
352
354
"mysqlExportOptions": { # Options for exporting from MySQL.
353
355
"masterData": 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.
354
356
},
357
+
"parallel": True or False, # Optional. Whether or not the export should be parallel.
355
358
"schemaOnly": True or False, # Export only schemas.
356
359
"tables": [ # 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.
357
360
"A String",
358
361
],
362
+
"threads": 42, # Optional. The number of threads to use for parallel export.
359
363
},
360
364
"uri": "A String", # 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.
Copy file name to clipboardExpand all lines: docs/dyn/sqladmin_v1.databases.html
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -163,10 +163,12 @@ <h3>Method Details</h3>
163
163
"mysqlExportOptions": { # Options for exporting from MySQL.
164
164
"masterData": 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.
165
165
},
166
+
"parallel": True or False, # Optional. Whether or not the export should be parallel.
166
167
"schemaOnly": True or False, # Export only schemas.
167
168
"tables": [ # 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.
168
169
"A String",
169
170
],
171
+
"threads": 42, # Optional. The number of threads to use for parallel export.
170
172
},
171
173
"uri": "A String", # 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.
172
174
},
@@ -325,10 +327,12 @@ <h3>Method Details</h3>
325
327
"mysqlExportOptions": { # Options for exporting from MySQL.
326
328
"masterData": 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.
327
329
},
330
+
"parallel": True or False, # Optional. Whether or not the export should be parallel.
328
331
"schemaOnly": True or False, # Export only schemas.
329
332
"tables": [ # 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.
330
333
"A String",
331
334
],
335
+
"threads": 42, # Optional. The number of threads to use for parallel export.
332
336
},
333
337
"uri": "A String", # 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.
334
338
},
@@ -492,10 +496,12 @@ <h3>Method Details</h3>
492
496
"mysqlExportOptions": { # Options for exporting from MySQL.
493
497
"masterData": 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.
494
498
},
499
+
"parallel": True or False, # Optional. Whether or not the export should be parallel.
495
500
"schemaOnly": True or False, # Export only schemas.
496
501
"tables": [ # 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.
497
502
"A String",
498
503
],
504
+
"threads": 42, # Optional. The number of threads to use for parallel export.
499
505
},
500
506
"uri": "A String", # 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.
501
507
},
@@ -623,10 +629,12 @@ <h3>Method Details</h3>
623
629
"mysqlExportOptions": { # Options for exporting from MySQL.
624
630
"masterData": 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.
625
631
},
632
+
"parallel": True or False, # Optional. Whether or not the export should be parallel.
626
633
"schemaOnly": True or False, # Export only schemas.
627
634
"tables": [ # 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.
628
635
"A String",
629
636
],
637
+
"threads": 42, # Optional. The number of threads to use for parallel export.
630
638
},
631
639
"uri": "A String", # 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.
0 commit comments