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
+28
Original file line number
Diff line number
Diff line change
@@ -129,6 +129,7 @@ <h3>Method Details</h3>
129
129
"backupContext": { # Backup context. # The context for backup operation, if applicable.
130
130
"backupId": "A String", # The identifier of the backup.
131
131
"kind": "A String", # This is always `sql#backupContext`.
132
+
"name": "A String", # The name of the backup. Format: projects/{project}/backups/{backup}
132
133
},
133
134
"endTime": "A String", # The time this operation finished in UTC timezone in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
134
135
"error": { # Database instance operation errors list wrapper. # If errors occurred during processing of this operation, this field will be populated.
@@ -179,13 +180,20 @@ <h3>Method Details</h3>
179
180
],
180
181
"threads": 42, # Optional. The number of threads to use for parallel export.
181
182
},
183
+
"tdeExportOptions": { # Optional. Export parameters specific to SQL Server TDE certificates
184
+
"certificatePath": "A String", # Required. Path to the TDE certificate public key in the form gs://bucketName/fileName. The instance must have write access to the bucket. Applicable only for SQL Server instances.
185
+
"name": "A String", # Required. Certificate name. Applicable only for SQL Server instances.
186
+
"privateKeyPassword": "A String", # Required. Password that encrypts the private key.
187
+
"privateKeyPath": "A String", # Required. Path to the TDE certificate private key in the form gs://bucketName/fileName. The instance must have write access to the location. Applicable only for SQL Server instances.
188
+
},
182
189
"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.
183
190
},
184
191
"importContext": { # Database instance import context. # The context for import operation, if applicable.
185
192
"bakImportOptions": { # Import parameters specific to SQL Server .BAK files
186
193
"bakType": "A String", # Type of the bak content, FULL or DIFF
187
194
"encryptionOptions": {
188
195
"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.
196
+
"keepEncrypted": True or False, # Optional. Whether the imported file remains encrypted.
189
197
"pvkPassword": "A String", # Password that encrypts the private key
190
198
"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.
191
199
},
@@ -217,6 +225,12 @@ <h3>Method Details</h3>
217
225
},
218
226
"threads": 42, # Optional. The number of threads to use for parallel import.
219
227
},
228
+
"tdeImportOptions": { # Optional. Import parameters specific to SQL Server TDE certificates
229
+
"certificatePath": "A String", # Required. Path to the TDE certificate public key in the form gs://bucketName/fileName. The instance must have read access to the file. Applicable only for SQL Server instances.
230
+
"name": "A String", # Required. Certificate name. Applicable only for SQL Server instances.
231
+
"privateKeyPassword": "A String", # Required. Password that encrypts the private key.
232
+
"privateKeyPath": "A String", # Required. Path to the TDE certificate private key in the form gs://bucketName/fileName. The instance must have read access to the file. Applicable only for SQL Server instances.
233
+
},
220
234
"uri": "A String", # 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.
221
235
},
222
236
"insertTime": "A String", # 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`.
@@ -348,6 +362,7 @@ <h3>Method Details</h3>
348
362
"backupContext": { # Backup context. # The context for backup operation, if applicable.
349
363
"backupId": "A String", # The identifier of the backup.
350
364
"kind": "A String", # This is always `sql#backupContext`.
365
+
"name": "A String", # The name of the backup. Format: projects/{project}/backups/{backup}
351
366
},
352
367
"endTime": "A String", # The time this operation finished in UTC timezone in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
353
368
"error": { # Database instance operation errors list wrapper. # If errors occurred during processing of this operation, this field will be populated.
@@ -398,13 +413,20 @@ <h3>Method Details</h3>
398
413
],
399
414
"threads": 42, # Optional. The number of threads to use for parallel export.
400
415
},
416
+
"tdeExportOptions": { # Optional. Export parameters specific to SQL Server TDE certificates
417
+
"certificatePath": "A String", # Required. Path to the TDE certificate public key in the form gs://bucketName/fileName. The instance must have write access to the bucket. Applicable only for SQL Server instances.
418
+
"name": "A String", # Required. Certificate name. Applicable only for SQL Server instances.
419
+
"privateKeyPassword": "A String", # Required. Password that encrypts the private key.
420
+
"privateKeyPath": "A String", # Required. Path to the TDE certificate private key in the form gs://bucketName/fileName. The instance must have write access to the location. Applicable only for SQL Server instances.
421
+
},
401
422
"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.
402
423
},
403
424
"importContext": { # Database instance import context. # The context for import operation, if applicable.
404
425
"bakImportOptions": { # Import parameters specific to SQL Server .BAK files
405
426
"bakType": "A String", # Type of the bak content, FULL or DIFF
406
427
"encryptionOptions": {
407
428
"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.
429
+
"keepEncrypted": True or False, # Optional. Whether the imported file remains encrypted.
408
430
"pvkPassword": "A String", # Password that encrypts the private key
409
431
"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.
410
432
},
@@ -436,6 +458,12 @@ <h3>Method Details</h3>
436
458
},
437
459
"threads": 42, # Optional. The number of threads to use for parallel import.
438
460
},
461
+
"tdeImportOptions": { # Optional. Import parameters specific to SQL Server TDE certificates
462
+
"certificatePath": "A String", # Required. Path to the TDE certificate public key in the form gs://bucketName/fileName. The instance must have read access to the file. Applicable only for SQL Server instances.
463
+
"name": "A String", # Required. Certificate name. Applicable only for SQL Server instances.
464
+
"privateKeyPassword": "A String", # Required. Password that encrypts the private key.
465
+
"privateKeyPath": "A String", # Required. Path to the TDE certificate private key in the form gs://bucketName/fileName. The instance must have read access to the file. Applicable only for SQL Server instances.
466
+
},
439
467
"uri": "A String", # 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.
440
468
},
441
469
"insertTime": "A String", # 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`.
0 commit comments