Skip to content

Commit 770bc14

Browse files
feat(sqladmin): update the api
#### sqladmin:v1 The following keys were added: - schemas.DatabaseInstance.properties.databaseInstalledVersion (Total Keys: 2) - schemas.PasswordStatus (Total Keys: 5) - schemas.PasswordValidationPolicy (Total Keys: 10) - schemas.Settings.properties.passwordValidationPolicy.$ref (Total Keys: 1) - schemas.User.properties.passwordPolicy.$ref (Total Keys: 1) - schemas.UserPasswordValidationPolicy (Total Keys: 9) #### sqladmin:v1beta4 The following keys were added: - schemas.DatabaseInstance.properties.databaseInstalledVersion (Total Keys: 2) - schemas.PasswordStatus (Total Keys: 5) - schemas.PasswordValidationPolicy (Total Keys: 10) - schemas.Settings.properties.passwordValidationPolicy.$ref (Total Keys: 1) - schemas.User.properties.passwordPolicy.$ref (Total Keys: 1) - schemas.UserPasswordValidationPolicy (Total Keys: 9)
1 parent 13f1bcb commit 770bc14

16 files changed

+676
-320
lines changed

docs/dyn/sqladmin_v1.backupRuns.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -138,15 +138,15 @@ <h3>Method Details</h3>
138138
&quot;quoteCharacter&quot;: &quot;A String&quot;, # Specifies the quoting character to be used when a data value is quoted.
139139
&quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
140140
},
141-
&quot;databases&quot;: [ # Databases to be exported. * **MySQL instances:** If **fileType** is **SQL** and no database is specified, all databases are exported, except for the **mysql** system database. If **fileType** is **CSV**, you can specify one database, either by using this property or by using the **csvExportOptions.selectQuery** property, which takes precedence over this property. * **PostgreSQL instances:** You must specify one database to be exported. If **fileType** is **CSV**, this database must match the one specified in the **csvExportOptions.selectQuery** property. * **SQL Server instances:** You must specify one database to be exported, and the **fileType** must be **BAK**.
141+
&quot;databases&quot;: [ # Databases to be exported. **MySQL instances:** If **fileType** is **SQL** and no database is specified, all databases are exported, except for the **mysql** system database. If **fileType** is **CSV**, you can specify one database, either by using this property or by using the **csvExportOptions.selectQuery** property, which takes precedence over this property. **PostgreSQL instances:** You must specify one database to be exported. If **fileType** is **CSV**, this database must match the one specified in the **csvExportOptions.selectQuery** property. **SQL Server instances:** You must specify one database to be exported, and the **fileType** must be **BAK**.
142142
&quot;A String&quot;,
143143
],
144-
&quot;fileType&quot;: &quot;A String&quot;, # The file type for the specified uri. * **SQL**: The file contains SQL statements. * **CSV**: The file contains CSV data. * **BAK**: The file contains backup data for a SQL Server instance.
144+
&quot;fileType&quot;: &quot;A String&quot;, # The file type for the specified uri.
145145
&quot;kind&quot;: &quot;A String&quot;, # This is always **sql#exportContext**.
146146
&quot;offload&quot;: True or False, # Option for export offload.
147147
&quot;sqlExportOptions&quot;: { # Options for exporting data as SQL statements.
148148
&quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
149-
&quot;masterData&quot;: 42, # Option to include SQL statement required to set up replication. * If set to **1**, the dump file includes a CHANGE MASTER TO statement with the binary log coordinates, and --set-gtid-purged is set to ON. * If set to **2**, the CHANGE MASTER TO statement is written as a SQL comment and has no effect. * If set to any value other than **1**, --set-gtid-purged is set to OFF.
149+
&quot;masterData&quot;: 42, # Option to include SQL statement required to set up replication. If set to **1**, the dump file includes a CHANGE MASTER TO statement with the binary log coordinates, and --set-gtid-purged is set to ON. If set to **2**, the CHANGE MASTER TO statement is written as a SQL comment and has no effect. If set to any value other than **1**, --set-gtid-purged is set to OFF.
150150
},
151151
&quot;schemaOnly&quot;: True or False, # Export only schemas.
152152
&quot;tables&quot;: [ # Tables to export, or that were exported, from the specified database. If you specify tables, specify one and only one database. For PostgreSQL instances, you can specify only one table.
@@ -185,7 +185,7 @@ <h3>Method Details</h3>
185185
&quot;operationType&quot;: &quot;A String&quot;, # The type of the operation. Valid values are: * **CREATE** * **DELETE** * **UPDATE** * **RESTART** * **IMPORT** * **EXPORT** * **BACKUP_VOLUME** * **RESTORE_VOLUME** * **CREATE_USER** * **DELETE_USER** * **CREATE_DATABASE** * **DELETE_DATABASE**
186186
&quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
187187
&quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example **2012-11-15T16:19:00.094Z**.
188-
&quot;status&quot;: &quot;A String&quot;, # The status of an operation. Valid values are: * **PENDING** * **RUNNING** * **DONE** * **SQL_OPERATION_STATUS_UNSPECIFIED**
188+
&quot;status&quot;: &quot;A String&quot;, # The status of an operation.
189189
&quot;targetId&quot;: &quot;A String&quot;, # Name of the database instance related to this operation.
190190
&quot;targetLink&quot;: &quot;A String&quot;,
191191
&quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.
@@ -310,15 +310,15 @@ <h3>Method Details</h3>
310310
&quot;quoteCharacter&quot;: &quot;A String&quot;, # Specifies the quoting character to be used when a data value is quoted.
311311
&quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
312312
},
313-
&quot;databases&quot;: [ # Databases to be exported. * **MySQL instances:** If **fileType** is **SQL** and no database is specified, all databases are exported, except for the **mysql** system database. If **fileType** is **CSV**, you can specify one database, either by using this property or by using the **csvExportOptions.selectQuery** property, which takes precedence over this property. * **PostgreSQL instances:** You must specify one database to be exported. If **fileType** is **CSV**, this database must match the one specified in the **csvExportOptions.selectQuery** property. * **SQL Server instances:** You must specify one database to be exported, and the **fileType** must be **BAK**.
313+
&quot;databases&quot;: [ # Databases to be exported. **MySQL instances:** If **fileType** is **SQL** and no database is specified, all databases are exported, except for the **mysql** system database. If **fileType** is **CSV**, you can specify one database, either by using this property or by using the **csvExportOptions.selectQuery** property, which takes precedence over this property. **PostgreSQL instances:** You must specify one database to be exported. If **fileType** is **CSV**, this database must match the one specified in the **csvExportOptions.selectQuery** property. **SQL Server instances:** You must specify one database to be exported, and the **fileType** must be **BAK**.
314314
&quot;A String&quot;,
315315
],
316-
&quot;fileType&quot;: &quot;A String&quot;, # The file type for the specified uri. * **SQL**: The file contains SQL statements. * **CSV**: The file contains CSV data. * **BAK**: The file contains backup data for a SQL Server instance.
316+
&quot;fileType&quot;: &quot;A String&quot;, # The file type for the specified uri.
317317
&quot;kind&quot;: &quot;A String&quot;, # This is always **sql#exportContext**.
318318
&quot;offload&quot;: True or False, # Option for export offload.
319319
&quot;sqlExportOptions&quot;: { # Options for exporting data as SQL statements.
320320
&quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
321-
&quot;masterData&quot;: 42, # Option to include SQL statement required to set up replication. * If set to **1**, the dump file includes a CHANGE MASTER TO statement with the binary log coordinates, and --set-gtid-purged is set to ON. * If set to **2**, the CHANGE MASTER TO statement is written as a SQL comment and has no effect. * If set to any value other than **1**, --set-gtid-purged is set to OFF.
321+
&quot;masterData&quot;: 42, # Option to include SQL statement required to set up replication. If set to **1**, the dump file includes a CHANGE MASTER TO statement with the binary log coordinates, and --set-gtid-purged is set to ON. If set to **2**, the CHANGE MASTER TO statement is written as a SQL comment and has no effect. If set to any value other than **1**, --set-gtid-purged is set to OFF.
322322
},
323323
&quot;schemaOnly&quot;: True or False, # Export only schemas.
324324
&quot;tables&quot;: [ # Tables to export, or that were exported, from the specified database. If you specify tables, specify one and only one database. For PostgreSQL instances, you can specify only one table.
@@ -357,7 +357,7 @@ <h3>Method Details</h3>
357357
&quot;operationType&quot;: &quot;A String&quot;, # The type of the operation. Valid values are: * **CREATE** * **DELETE** * **UPDATE** * **RESTART** * **IMPORT** * **EXPORT** * **BACKUP_VOLUME** * **RESTORE_VOLUME** * **CREATE_USER** * **DELETE_USER** * **CREATE_DATABASE** * **DELETE_DATABASE**
358358
&quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
359359
&quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example **2012-11-15T16:19:00.094Z**.
360-
&quot;status&quot;: &quot;A String&quot;, # The status of an operation. Valid values are: * **PENDING** * **RUNNING** * **DONE** * **SQL_OPERATION_STATUS_UNSPECIFIED**
360+
&quot;status&quot;: &quot;A String&quot;, # The status of an operation.
361361
&quot;targetId&quot;: &quot;A String&quot;, # Name of the database instance related to this operation.
362362
&quot;targetLink&quot;: &quot;A String&quot;,
363363
&quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.

0 commit comments

Comments
 (0)