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
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -132,6 +132,9 @@ <h3>Method Details</h3>
132
132
},
133
133
"exportContext": { # Database instance export context. # The context for export operation, if applicable.
134
134
"bakExportOptions": { # Options for exporting BAK files (SQL Server-only)
135
+
"bakType": "A String", # Type of this bak file will be export, FULL or DIFF, SQL Server only
136
+
"copyOnly": True or False, # Whether or not the export will be exeucted with COPY_ONLY, SQL Server only deprecated as the behavior should default to copy_only = true use differential_base instead
137
+
"differentialBase": True or False, # Whether or not the backup can be use as differential base only non copy only backup can be served as differential base
135
138
"stripeCount": 42, # Option for specifying how many stripes to use for the export. If blank, and the value of the striped field is true, the number of stripes is automatically chosen.
136
139
"striped": True or False, # Whether or not the export should be striped.
137
140
},
@@ -161,11 +164,14 @@ <h3>Method Details</h3>
161
164
},
162
165
"importContext": { # Database instance import context. # The context for import operation, if applicable.
163
166
"bakImportOptions": { # Import parameters specific to SQL Server .BAK files
167
+
"bakType": "A String", # Type of the bak content, FULL or DIFF
164
168
"encryptionOptions": {
165
169
"certPath": "A String", # Path to the Certificate (.cer) in Cloud Storage, in the form `gs://bucketName/fileName`. The instance must have write permissions to the bucket and read access to the file.
166
170
"pvkPassword": "A String", # Password that encrypts the private key
167
171
"pvkPath": "A String", # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form `gs://bucketName/fileName`. The instance must have write permissions to the bucket and read access to the file.
168
172
},
173
+
"noRecovery": True or False, # Whether or not the backup importing will restore database with NORECOVERY option Applies only to Cloud SQL for SQL Server.
174
+
"recoveryOnly": True or False, # Whether or not the backup importing request will just bring database online without downloading Bak content only one of "no_recovery" and "recovery_only" can be true otherwise error will return. Applies only to Cloud SQL for SQL Server.
169
175
"striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server.
170
176
},
171
177
"csvImportOptions": { # Options for importing data as CSV.
@@ -311,6 +317,9 @@ <h3>Method Details</h3>
311
317
},
312
318
"exportContext": { # Database instance export context. # The context for export operation, if applicable.
313
319
"bakExportOptions": { # Options for exporting BAK files (SQL Server-only)
320
+
"bakType": "A String", # Type of this bak file will be export, FULL or DIFF, SQL Server only
321
+
"copyOnly": True or False, # Whether or not the export will be exeucted with COPY_ONLY, SQL Server only deprecated as the behavior should default to copy_only = true use differential_base instead
322
+
"differentialBase": True or False, # Whether or not the backup can be use as differential base only non copy only backup can be served as differential base
314
323
"stripeCount": 42, # Option for specifying how many stripes to use for the export. If blank, and the value of the striped field is true, the number of stripes is automatically chosen.
315
324
"striped": True or False, # Whether or not the export should be striped.
316
325
},
@@ -340,11 +349,14 @@ <h3>Method Details</h3>
340
349
},
341
350
"importContext": { # Database instance import context. # The context for import operation, if applicable.
342
351
"bakImportOptions": { # Import parameters specific to SQL Server .BAK files
352
+
"bakType": "A String", # Type of the bak content, FULL or DIFF
343
353
"encryptionOptions": {
344
354
"certPath": "A String", # Path to the Certificate (.cer) in Cloud Storage, in the form `gs://bucketName/fileName`. The instance must have write permissions to the bucket and read access to the file.
345
355
"pvkPassword": "A String", # Password that encrypts the private key
346
356
"pvkPath": "A String", # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form `gs://bucketName/fileName`. The instance must have write permissions to the bucket and read access to the file.
347
357
},
358
+
"noRecovery": True or False, # Whether or not the backup importing will restore database with NORECOVERY option Applies only to Cloud SQL for SQL Server.
359
+
"recoveryOnly": True or False, # Whether or not the backup importing request will just bring database online without downloading Bak content only one of "no_recovery" and "recovery_only" can be true otherwise error will return. Applies only to Cloud SQL for SQL Server.
348
360
"striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server.
349
361
},
350
362
"csvImportOptions": { # Options for importing data as CSV.
<pclass="firstline">Inserts a resource containing information about a database inside a Cloud SQL instance.</p>
88
+
<pclass="firstline">Inserts a resource containing information about a database inside a Cloud SQL instance. **Note:** You can't modify the default character set and collation.</p>
<pclass="firstline">Lists databases in the specified Cloud SQL instance.</p>
@@ -135,6 +135,9 @@ <h3>Method Details</h3>
135
135
},
136
136
"exportContext": { # Database instance export context. # The context for export operation, if applicable.
137
137
"bakExportOptions": { # Options for exporting BAK files (SQL Server-only)
138
+
"bakType": "A String", # Type of this bak file will be export, FULL or DIFF, SQL Server only
139
+
"copyOnly": True or False, # Whether or not the export will be exeucted with COPY_ONLY, SQL Server only deprecated as the behavior should default to copy_only = true use differential_base instead
140
+
"differentialBase": True or False, # Whether or not the backup can be use as differential base only non copy only backup can be served as differential base
138
141
"stripeCount": 42, # Option for specifying how many stripes to use for the export. If blank, and the value of the striped field is true, the number of stripes is automatically chosen.
139
142
"striped": True or False, # Whether or not the export should be striped.
140
143
},
@@ -164,11 +167,14 @@ <h3>Method Details</h3>
164
167
},
165
168
"importContext": { # Database instance import context. # The context for import operation, if applicable.
166
169
"bakImportOptions": { # Import parameters specific to SQL Server .BAK files
170
+
"bakType": "A String", # Type of the bak content, FULL or DIFF
167
171
"encryptionOptions": {
168
172
"certPath": "A String", # Path to the Certificate (.cer) in Cloud Storage, in the form `gs://bucketName/fileName`. The instance must have write permissions to the bucket and read access to the file.
169
173
"pvkPassword": "A String", # Password that encrypts the private key
170
174
"pvkPath": "A String", # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form `gs://bucketName/fileName`. The instance must have write permissions to the bucket and read access to the file.
171
175
},
176
+
"noRecovery": True or False, # Whether or not the backup importing will restore database with NORECOVERY option Applies only to Cloud SQL for SQL Server.
177
+
"recoveryOnly": True or False, # Whether or not the backup importing request will just bring database online without downloading Bak content only one of "no_recovery" and "recovery_only" can be true otherwise error will return. Applies only to Cloud SQL for SQL Server.
172
178
"striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server.
173
179
},
174
180
"csvImportOptions": { # Options for importing data as CSV.
<pre>Inserts a resource containing information about a database inside a Cloud SQL instance.
244
+
<pre>Inserts a resource containing information about a database inside a Cloud SQL instance. **Note:** You can't modify the default character set and collation.
239
245
240
246
Args:
241
247
project: string, Project ID of the project that contains the instance. (required)
@@ -284,6 +290,9 @@ <h3>Method Details</h3>
284
290
},
285
291
"exportContext": { # Database instance export context. # The context for export operation, if applicable.
286
292
"bakExportOptions": { # Options for exporting BAK files (SQL Server-only)
293
+
"bakType": "A String", # Type of this bak file will be export, FULL or DIFF, SQL Server only
294
+
"copyOnly": True or False, # Whether or not the export will be exeucted with COPY_ONLY, SQL Server only deprecated as the behavior should default to copy_only = true use differential_base instead
295
+
"differentialBase": True or False, # Whether or not the backup can be use as differential base only non copy only backup can be served as differential base
287
296
"stripeCount": 42, # Option for specifying how many stripes to use for the export. If blank, and the value of the striped field is true, the number of stripes is automatically chosen.
288
297
"striped": True or False, # Whether or not the export should be striped.
289
298
},
@@ -313,11 +322,14 @@ <h3>Method Details</h3>
313
322
},
314
323
"importContext": { # Database instance import context. # The context for import operation, if applicable.
315
324
"bakImportOptions": { # Import parameters specific to SQL Server .BAK files
325
+
"bakType": "A String", # Type of the bak content, FULL or DIFF
316
326
"encryptionOptions": {
317
327
"certPath": "A String", # Path to the Certificate (.cer) in Cloud Storage, in the form `gs://bucketName/fileName`. The instance must have write permissions to the bucket and read access to the file.
318
328
"pvkPassword": "A String", # Password that encrypts the private key
319
329
"pvkPath": "A String", # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form `gs://bucketName/fileName`. The instance must have write permissions to the bucket and read access to the file.
320
330
},
331
+
"noRecovery": True or False, # Whether or not the backup importing will restore database with NORECOVERY option Applies only to Cloud SQL for SQL Server.
332
+
"recoveryOnly": True or False, # Whether or not the backup importing request will just bring database online without downloading Bak content only one of "no_recovery" and "recovery_only" can be true otherwise error will return. Applies only to Cloud SQL for SQL Server.
321
333
"striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server.
322
334
},
323
335
"csvImportOptions": { # Options for importing data as CSV.
@@ -438,6 +450,9 @@ <h3>Method Details</h3>
438
450
},
439
451
"exportContext": { # Database instance export context. # The context for export operation, if applicable.
440
452
"bakExportOptions": { # Options for exporting BAK files (SQL Server-only)
453
+
"bakType": "A String", # Type of this bak file will be export, FULL or DIFF, SQL Server only
454
+
"copyOnly": True or False, # Whether or not the export will be exeucted with COPY_ONLY, SQL Server only deprecated as the behavior should default to copy_only = true use differential_base instead
455
+
"differentialBase": True or False, # Whether or not the backup can be use as differential base only non copy only backup can be served as differential base
441
456
"stripeCount": 42, # Option for specifying how many stripes to use for the export. If blank, and the value of the striped field is true, the number of stripes is automatically chosen.
442
457
"striped": True or False, # Whether or not the export should be striped.
443
458
},
@@ -467,11 +482,14 @@ <h3>Method Details</h3>
467
482
},
468
483
"importContext": { # Database instance import context. # The context for import operation, if applicable.
469
484
"bakImportOptions": { # Import parameters specific to SQL Server .BAK files
485
+
"bakType": "A String", # Type of the bak content, FULL or DIFF
470
486
"encryptionOptions": {
471
487
"certPath": "A String", # Path to the Certificate (.cer) in Cloud Storage, in the form `gs://bucketName/fileName`. The instance must have write permissions to the bucket and read access to the file.
472
488
"pvkPassword": "A String", # Password that encrypts the private key
473
489
"pvkPath": "A String", # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form `gs://bucketName/fileName`. The instance must have write permissions to the bucket and read access to the file.
474
490
},
491
+
"noRecovery": True or False, # Whether or not the backup importing will restore database with NORECOVERY option Applies only to Cloud SQL for SQL Server.
492
+
"recoveryOnly": True or False, # Whether or not the backup importing request will just bring database online without downloading Bak content only one of "no_recovery" and "recovery_only" can be true otherwise error will return. Applies only to Cloud SQL for SQL Server.
475
493
"striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server.
476
494
},
477
495
"csvImportOptions": { # Options for importing data as CSV.
@@ -556,6 +574,9 @@ <h3>Method Details</h3>
556
574
},
557
575
"exportContext": { # Database instance export context. # The context for export operation, if applicable.
558
576
"bakExportOptions": { # Options for exporting BAK files (SQL Server-only)
577
+
"bakType": "A String", # Type of this bak file will be export, FULL or DIFF, SQL Server only
578
+
"copyOnly": True or False, # Whether or not the export will be exeucted with COPY_ONLY, SQL Server only deprecated as the behavior should default to copy_only = true use differential_base instead
579
+
"differentialBase": True or False, # Whether or not the backup can be use as differential base only non copy only backup can be served as differential base
559
580
"stripeCount": 42, # Option for specifying how many stripes to use for the export. If blank, and the value of the striped field is true, the number of stripes is automatically chosen.
560
581
"striped": True or False, # Whether or not the export should be striped.
561
582
},
@@ -585,11 +606,14 @@ <h3>Method Details</h3>
585
606
},
586
607
"importContext": { # Database instance import context. # The context for import operation, if applicable.
587
608
"bakImportOptions": { # Import parameters specific to SQL Server .BAK files
609
+
"bakType": "A String", # Type of the bak content, FULL or DIFF
588
610
"encryptionOptions": {
589
611
"certPath": "A String", # Path to the Certificate (.cer) in Cloud Storage, in the form `gs://bucketName/fileName`. The instance must have write permissions to the bucket and read access to the file.
590
612
"pvkPassword": "A String", # Password that encrypts the private key
591
613
"pvkPath": "A String", # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form `gs://bucketName/fileName`. The instance must have write permissions to the bucket and read access to the file.
592
614
},
615
+
"noRecovery": True or False, # Whether or not the backup importing will restore database with NORECOVERY option Applies only to Cloud SQL for SQL Server.
616
+
"recoveryOnly": True or False, # Whether or not the backup importing request will just bring database online without downloading Bak content only one of "no_recovery" and "recovery_only" can be true otherwise error will return. Applies only to Cloud SQL for SQL Server.
593
617
"striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server.
594
618
},
595
619
"csvImportOptions": { # Options for importing data as CSV.
0 commit comments