Skip to content

Commit c487e30

Browse files
feat(sqladmin): update the api
#### sqladmin:v1 The following keys were deleted: - schemas.PasswordValidationPolicy.properties.disallowCompromisedCredentials.type (Total Keys: 1) #### sqladmin:v1beta4 The following keys were deleted: - schemas.PasswordValidationPolicy.properties.disallowCompromisedCredentials.type (Total Keys: 1)
1 parent d046f6e commit c487e30

16 files changed

+206
-212
lines changed

docs/dyn/sqladmin_v1.backupRuns.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +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
175+
&quot;stopAt&quot;: &quot;A String&quot;, # Optional. The timestamp when the import should stop. This timestamp is in the [RFC 3339](https://tools.ietf.org/html/rfc3339) format (for example, `2023-10-01T16:19:00.094`). This field is equivalent to the STOPAT keyword and applies to Cloud SQL for SQL Server only.
176+
&quot;stopAtMark&quot;: &quot;A String&quot;, # Optional. The marked transaction where the import should stop. This field is equivalent to the STOPATMARK keyword and applies to Cloud SQL for SQL Server only.
177177
&quot;striped&quot;: True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server.
178178
},
179179
&quot;csvImportOptions&quot;: { # Options for importing data as CSV.
@@ -359,8 +359,8 @@ <h3>Method Details</h3>
359359
},
360360
&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.
361361
&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
362+
&quot;stopAt&quot;: &quot;A String&quot;, # Optional. The timestamp when the import should stop. This timestamp is in the [RFC 3339](https://tools.ietf.org/html/rfc3339) format (for example, `2023-10-01T16:19:00.094`). This field is equivalent to the STOPAT keyword and applies to Cloud SQL for SQL Server only.
363+
&quot;stopAtMark&quot;: &quot;A String&quot;, # Optional. The marked transaction where the import should stop. This field is equivalent to the STOPATMARK keyword and applies to Cloud SQL for SQL Server only.
364364
&quot;striped&quot;: True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server.
365365
},
366366
&quot;csvImportOptions&quot;: { # Options for importing data as CSV.

docs/dyn/sqladmin_v1.databases.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +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
178+
&quot;stopAt&quot;: &quot;A String&quot;, # Optional. The timestamp when the import should stop. This timestamp is in the [RFC 3339](https://tools.ietf.org/html/rfc3339) format (for example, `2023-10-01T16:19:00.094`). This field is equivalent to the STOPAT keyword and applies to Cloud SQL for SQL Server only.
179+
&quot;stopAtMark&quot;: &quot;A String&quot;, # Optional. The marked transaction where the import should stop. This field is equivalent to the STOPATMARK keyword and applies to Cloud SQL for SQL Server only.
180180
&quot;striped&quot;: True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server.
181181
},
182182
&quot;csvImportOptions&quot;: { # Options for importing data as CSV.
@@ -332,8 +332,8 @@ <h3>Method Details</h3>
332332
},
333333
&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.
334334
&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
335+
&quot;stopAt&quot;: &quot;A String&quot;, # Optional. The timestamp when the import should stop. This timestamp is in the [RFC 3339](https://tools.ietf.org/html/rfc3339) format (for example, `2023-10-01T16:19:00.094`). This field is equivalent to the STOPAT keyword and applies to Cloud SQL for SQL Server only.
336+
&quot;stopAtMark&quot;: &quot;A String&quot;, # Optional. The marked transaction where the import should stop. This field is equivalent to the STOPATMARK keyword and applies to Cloud SQL for SQL Server only.
337337
&quot;striped&quot;: True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server.
338338
},
339339
&quot;csvImportOptions&quot;: { # Options for importing data as CSV.
@@ -494,8 +494,8 @@ <h3>Method Details</h3>
494494
},
495495
&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.
496496
&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
497+
&quot;stopAt&quot;: &quot;A String&quot;, # Optional. The timestamp when the import should stop. This timestamp is in the [RFC 3339](https://tools.ietf.org/html/rfc3339) format (for example, `2023-10-01T16:19:00.094`). This field is equivalent to the STOPAT keyword and applies to Cloud SQL for SQL Server only.
498+
&quot;stopAtMark&quot;: &quot;A String&quot;, # Optional. The marked transaction where the import should stop. This field is equivalent to the STOPATMARK keyword and applies to Cloud SQL for SQL Server only.
499499
&quot;striped&quot;: True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server.
500500
},
501501
&quot;csvImportOptions&quot;: { # Options for importing data as CSV.
@@ -620,8 +620,8 @@ <h3>Method Details</h3>
620620
},
621621
&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.
622622
&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
623+
&quot;stopAt&quot;: &quot;A String&quot;, # Optional. The timestamp when the import should stop. This timestamp is in the [RFC 3339](https://tools.ietf.org/html/rfc3339) format (for example, `2023-10-01T16:19:00.094`). This field is equivalent to the STOPAT keyword and applies to Cloud SQL for SQL Server only.
624+
&quot;stopAtMark&quot;: &quot;A String&quot;, # Optional. The marked transaction where the import should stop. This field is equivalent to the STOPATMARK keyword and applies to Cloud SQL for SQL Server only.
625625
&quot;striped&quot;: True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server.
626626
},
627627
&quot;csvImportOptions&quot;: { # Options for importing data as CSV.

0 commit comments

Comments
 (0)