Skip to content

Commit 77892be

Browse files
chore(sqladmin): update the api
1 parent 67e4b4e commit 77892be

19 files changed

+1207
-1207
lines changed

docs/dyn/sqladmin_v1.backupRuns.html

Lines changed: 22 additions & 22 deletions
Large diffs are not rendered by default.

docs/dyn/sqladmin_v1.connect.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ <h3>Method Details</h3>
121121
&quot;createTime&quot;: &quot;A String&quot;, # The time when the certificate was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example **2012-11-15T16:19:00.094Z**
122122
&quot;expirationTime&quot;: &quot;A String&quot;, # The time when the certificate expires in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example **2012-11-15T16:19:00.094Z**.
123123
&quot;instance&quot;: &quot;A String&quot;, # Name of the database instance.
124-
&quot;kind&quot;: &quot;A String&quot;, # This is always sql#sslCert.
124+
&quot;kind&quot;: &quot;A String&quot;, # This is always **sql#sslCert**.
125125
&quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
126126
&quot;sha1Fingerprint&quot;: &quot;A String&quot;, # Sha1 Fingerprint.
127127
},
@@ -163,7 +163,7 @@ <h3>Method Details</h3>
163163
&quot;createTime&quot;: &quot;A String&quot;, # The time when the certificate was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example **2012-11-15T16:19:00.094Z**
164164
&quot;expirationTime&quot;: &quot;A String&quot;, # The time when the certificate expires in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example **2012-11-15T16:19:00.094Z**.
165165
&quot;instance&quot;: &quot;A String&quot;, # Name of the database instance.
166-
&quot;kind&quot;: &quot;A String&quot;, # This is always sql#sslCert.
166+
&quot;kind&quot;: &quot;A String&quot;, # This is always **sql#sslCert**.
167167
&quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
168168
&quot;sha1Fingerprint&quot;: &quot;A String&quot;, # Sha1 Fingerprint.
169169
},

docs/dyn/sqladmin_v1.databases.html

Lines changed: 20 additions & 20 deletions
Large diffs are not rendered by default.

docs/dyn/sqladmin_v1.instances.html

Lines changed: 155 additions & 155 deletions
Large diffs are not rendered by default.

docs/dyn/sqladmin_v1.operations.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -131,15 +131,15 @@ <h3>Method Details</h3>
131131
&quot;quoteCharacter&quot;: &quot;A String&quot;, # Specifies the quoting character to be used when a data value is quoted.
132132
&quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
133133
},
134-
&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**.
134+
&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**.
135135
&quot;A String&quot;,
136136
],
137-
&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.
137+
&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.
138138
&quot;kind&quot;: &quot;A String&quot;, # This is always **sql#exportContext**.
139139
&quot;offload&quot;: True or False, # Option for export offload.
140140
&quot;sqlExportOptions&quot;: { # Options for exporting data as SQL statements.
141141
&quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
142-
&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.
142+
&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.
143143
},
144144
&quot;schemaOnly&quot;: True or False, # Export only schemas.
145145
&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.
@@ -175,10 +175,10 @@ <h3>Method Details</h3>
175175
&quot;insertTime&quot;: &quot;A String&quot;, # 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**.
176176
&quot;kind&quot;: &quot;A String&quot;, # This is always **sql#operation**.
177177
&quot;name&quot;: &quot;A String&quot;, # An identifier that uniquely identifies the operation. You can use this identifier to retrieve the Operations resource that has information about the operation.
178-
&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**
178+
&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**
179179
&quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
180180
&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**.
181-
&quot;status&quot;: &quot;A String&quot;, # The status of an operation. Valid values are: **PENDING** **RUNNING** **DONE** **SQL_OPERATION_STATUS_UNSPECIFIED**
181+
&quot;status&quot;: &quot;A String&quot;, # The status of an operation. Valid values are: * **PENDING** * **RUNNING** * **DONE** * **SQL_OPERATION_STATUS_UNSPECIFIED**
182182
&quot;targetId&quot;: &quot;A String&quot;, # Name of the database instance related to this operation.
183183
&quot;targetLink&quot;: &quot;A String&quot;,
184184
&quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.
@@ -229,15 +229,15 @@ <h3>Method Details</h3>
229229
&quot;quoteCharacter&quot;: &quot;A String&quot;, # Specifies the quoting character to be used when a data value is quoted.
230230
&quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
231231
},
232-
&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**.
232+
&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**.
233233
&quot;A String&quot;,
234234
],
235-
&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.
235+
&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.
236236
&quot;kind&quot;: &quot;A String&quot;, # This is always **sql#exportContext**.
237237
&quot;offload&quot;: True or False, # Option for export offload.
238238
&quot;sqlExportOptions&quot;: { # Options for exporting data as SQL statements.
239239
&quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
240-
&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.
240+
&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.
241241
},
242242
&quot;schemaOnly&quot;: True or False, # Export only schemas.
243243
&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.
@@ -273,10 +273,10 @@ <h3>Method Details</h3>
273273
&quot;insertTime&quot;: &quot;A String&quot;, # 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**.
274274
&quot;kind&quot;: &quot;A String&quot;, # This is always **sql#operation**.
275275
&quot;name&quot;: &quot;A String&quot;, # An identifier that uniquely identifies the operation. You can use this identifier to retrieve the Operations resource that has information about the operation.
276-
&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**
276+
&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**
277277
&quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
278278
&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**.
279-
&quot;status&quot;: &quot;A String&quot;, # The status of an operation. Valid values are: **PENDING** **RUNNING** **DONE** **SQL_OPERATION_STATUS_UNSPECIFIED**
279+
&quot;status&quot;: &quot;A String&quot;, # The status of an operation. Valid values are: * **PENDING** * **RUNNING** * **DONE** * **SQL_OPERATION_STATUS_UNSPECIFIED**
280280
&quot;targetId&quot;: &quot;A String&quot;, # Name of the database instance related to this operation.
281281
&quot;targetLink&quot;: &quot;A String&quot;,
282282
&quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.

0 commit comments

Comments
 (0)