Skip to content

Commit 264fa7f

Browse files
feat(sqladmin): update the api
#### 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)
1 parent 3e6b890 commit 264fa7f

16 files changed

+188
-14
lines changed

docs/dyn/sqladmin_v1.backupRuns.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ <h3>Method Details</h3>
172172
},
173173
&quot;noRecovery&quot;: True or False, # Whether or not the backup importing will restore database with NORECOVERY option Applies only to Cloud SQL for SQL Server.
174174
&quot;recoveryOnly&quot;: True or False, # Whether or not the backup importing request will just bring database online without downloading Bak content only one of &quot;no_recovery&quot; and &quot;recovery_only&quot; can be true otherwise error will return. Applies only to Cloud SQL for SQL Server.
175+
&quot;stopAt&quot;: &quot;A String&quot;, # Optional. StopAt keyword for transaction log import, Applies to Cloud SQL for SQL Server only
176+
&quot;stopAtMark&quot;: &quot;A String&quot;, # Optional. StopAtMark keyword for transaction log import, Applies to Cloud SQL for SQL Server only
175177
&quot;striped&quot;: True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server.
176178
},
177179
&quot;csvImportOptions&quot;: { # Options for importing data as CSV.
@@ -357,6 +359,8 @@ <h3>Method Details</h3>
357359
},
358360
&quot;noRecovery&quot;: True or False, # Whether or not the backup importing will restore database with NORECOVERY option Applies only to Cloud SQL for SQL Server.
359361
&quot;recoveryOnly&quot;: True or False, # Whether or not the backup importing request will just bring database online without downloading Bak content only one of &quot;no_recovery&quot; and &quot;recovery_only&quot; can be true otherwise error will return. Applies only to Cloud SQL for SQL Server.
362+
&quot;stopAt&quot;: &quot;A String&quot;, # Optional. StopAt keyword for transaction log import, Applies to Cloud SQL for SQL Server only
363+
&quot;stopAtMark&quot;: &quot;A String&quot;, # Optional. StopAtMark keyword for transaction log import, Applies to Cloud SQL for SQL Server only
360364
&quot;striped&quot;: True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server.
361365
},
362366
&quot;csvImportOptions&quot;: { # Options for importing data as CSV.

docs/dyn/sqladmin_v1.databases.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ <h3>Method Details</h3>
175175
},
176176
&quot;noRecovery&quot;: True or False, # Whether or not the backup importing will restore database with NORECOVERY option Applies only to Cloud SQL for SQL Server.
177177
&quot;recoveryOnly&quot;: True or False, # Whether or not the backup importing request will just bring database online without downloading Bak content only one of &quot;no_recovery&quot; and &quot;recovery_only&quot; can be true otherwise error will return. Applies only to Cloud SQL for SQL Server.
178+
&quot;stopAt&quot;: &quot;A String&quot;, # Optional. StopAt keyword for transaction log import, Applies to Cloud SQL for SQL Server only
179+
&quot;stopAtMark&quot;: &quot;A String&quot;, # Optional. StopAtMark keyword for transaction log import, Applies to Cloud SQL for SQL Server only
178180
&quot;striped&quot;: True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server.
179181
},
180182
&quot;csvImportOptions&quot;: { # Options for importing data as CSV.
@@ -330,6 +332,8 @@ <h3>Method Details</h3>
330332
},
331333
&quot;noRecovery&quot;: True or False, # Whether or not the backup importing will restore database with NORECOVERY option Applies only to Cloud SQL for SQL Server.
332334
&quot;recoveryOnly&quot;: True or False, # Whether or not the backup importing request will just bring database online without downloading Bak content only one of &quot;no_recovery&quot; and &quot;recovery_only&quot; can be true otherwise error will return. Applies only to Cloud SQL for SQL Server.
335+
&quot;stopAt&quot;: &quot;A String&quot;, # Optional. StopAt keyword for transaction log import, Applies to Cloud SQL for SQL Server only
336+
&quot;stopAtMark&quot;: &quot;A String&quot;, # Optional. StopAtMark keyword for transaction log import, Applies to Cloud SQL for SQL Server only
333337
&quot;striped&quot;: True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server.
334338
},
335339
&quot;csvImportOptions&quot;: { # Options for importing data as CSV.
@@ -490,6 +494,8 @@ <h3>Method Details</h3>
490494
},
491495
&quot;noRecovery&quot;: True or False, # Whether or not the backup importing will restore database with NORECOVERY option Applies only to Cloud SQL for SQL Server.
492496
&quot;recoveryOnly&quot;: True or False, # Whether or not the backup importing request will just bring database online without downloading Bak content only one of &quot;no_recovery&quot; and &quot;recovery_only&quot; can be true otherwise error will return. Applies only to Cloud SQL for SQL Server.
497+
&quot;stopAt&quot;: &quot;A String&quot;, # Optional. StopAt keyword for transaction log import, Applies to Cloud SQL for SQL Server only
498+
&quot;stopAtMark&quot;: &quot;A String&quot;, # Optional. StopAtMark keyword for transaction log import, Applies to Cloud SQL for SQL Server only
493499
&quot;striped&quot;: True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server.
494500
},
495501
&quot;csvImportOptions&quot;: { # Options for importing data as CSV.
@@ -614,6 +620,8 @@ <h3>Method Details</h3>
614620
},
615621
&quot;noRecovery&quot;: True or False, # Whether or not the backup importing will restore database with NORECOVERY option Applies only to Cloud SQL for SQL Server.
616622
&quot;recoveryOnly&quot;: True or False, # Whether or not the backup importing request will just bring database online without downloading Bak content only one of &quot;no_recovery&quot; and &quot;recovery_only&quot; can be true otherwise error will return. Applies only to Cloud SQL for SQL Server.
623+
&quot;stopAt&quot;: &quot;A String&quot;, # Optional. StopAt keyword for transaction log import, Applies to Cloud SQL for SQL Server only
624+
&quot;stopAtMark&quot;: &quot;A String&quot;, # Optional. StopAtMark keyword for transaction log import, Applies to Cloud SQL for SQL Server only
617625
&quot;striped&quot;: True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server.
618626
},
619627
&quot;csvImportOptions&quot;: { # Options for importing data as CSV.

0 commit comments

Comments
 (0)