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
#### sqladmin:v1
The following keys were added:
- schemas.ImportContext.properties.bakImportOptions.properties.stopAt (Total Keys: 3)
#### sqladmin:v1beta4
The following keys were added:
- schemas.ImportContext.properties.bakImportOptions.properties.stopAt (Total Keys: 3)
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
@@ -172,6 +172,8 @@ <h3>Method Details</h3>
172
172
},
173
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
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.
175
+
"stopAt": "A String", # Optional. StopAt keyword for transaction log import, Applies to Cloud SQL for SQL Server only
176
+
"stopAtMark": "A String", # Optional. StopAtMark keyword for transaction log import, Applies to Cloud SQL for SQL Server only
175
177
"striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server.
176
178
},
177
179
"csvImportOptions": { # Options for importing data as CSV.
@@ -357,6 +359,8 @@ <h3>Method Details</h3>
357
359
},
358
360
"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
361
"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.
362
+
"stopAt": "A String", # Optional. StopAt keyword for transaction log import, Applies to Cloud SQL for SQL Server only
363
+
"stopAtMark": "A String", # Optional. StopAtMark keyword for transaction log import, Applies to Cloud SQL for SQL Server only
360
364
"striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server.
361
365
},
362
366
"csvImportOptions": { # Options for importing data as CSV.
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
@@ -175,6 +175,8 @@ <h3>Method Details</h3>
175
175
},
176
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
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.
178
+
"stopAt": "A String", # Optional. StopAt keyword for transaction log import, Applies to Cloud SQL for SQL Server only
179
+
"stopAtMark": "A String", # Optional. StopAtMark keyword for transaction log import, Applies to Cloud SQL for SQL Server only
178
180
"striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server.
179
181
},
180
182
"csvImportOptions": { # Options for importing data as CSV.
@@ -330,6 +332,8 @@ <h3>Method Details</h3>
330
332
},
331
333
"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
334
"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.
335
+
"stopAt": "A String", # Optional. StopAt keyword for transaction log import, Applies to Cloud SQL for SQL Server only
336
+
"stopAtMark": "A String", # Optional. StopAtMark keyword for transaction log import, Applies to Cloud SQL for SQL Server only
333
337
"striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server.
334
338
},
335
339
"csvImportOptions": { # Options for importing data as CSV.
@@ -490,6 +494,8 @@ <h3>Method Details</h3>
490
494
},
491
495
"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
496
"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.
497
+
"stopAt": "A String", # Optional. StopAt keyword for transaction log import, Applies to Cloud SQL for SQL Server only
498
+
"stopAtMark": "A String", # Optional. StopAtMark keyword for transaction log import, Applies to Cloud SQL for SQL Server only
493
499
"striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server.
494
500
},
495
501
"csvImportOptions": { # Options for importing data as CSV.
@@ -614,6 +620,8 @@ <h3>Method Details</h3>
614
620
},
615
621
"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
622
"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.
623
+
"stopAt": "A String", # Optional. StopAt keyword for transaction log import, Applies to Cloud SQL for SQL Server only
624
+
"stopAtMark": "A String", # Optional. StopAtMark keyword for transaction log import, Applies to Cloud SQL for SQL Server only
617
625
"striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server.
618
626
},
619
627
"csvImportOptions": { # Options for importing data as CSV.
0 commit comments