Skip to content

Commit 3f477ca

Browse files
feat(sqladmin): update the api
#### sqladmin:v1beta4 The following keys were added: - schemas.SqlInstancesVerifyExternalSyncSettingsResponse.properties.warnings (Total Keys: 2)
1 parent ddf3bce commit 3f477ca

8 files changed

+115
-101
lines changed

docs/dyn/sqladmin_v1beta4.backupRuns.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ <h3>Method Details</h3>
114114
Returns:
115115
An object of the form:
116116

117-
{ # An Operation resource. For successful operations that return an Operation resource, only the fields relevant to the operation are populated in the resource. Next field: 18
117+
{ # An Operation resource. For successful operations that return an Operation resource, only the fields relevant to the operation are populated in the resource.
118118
&quot;backupContext&quot;: { # Backup context. # The context for backup operation, if applicable.
119119
&quot;backupId&quot;: &quot;A String&quot;, # The identifier of the backup.
120120
&quot;kind&quot;: &quot;A String&quot;, # This is always *sql#backupContext*.
@@ -134,7 +134,7 @@ <h3>Method Details</h3>
134134
&quot;csvExportOptions&quot;: { # Options for exporting data as CSV. *MySQL* and *PostgreSQL* instances only.
135135
&quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
136136
},
137-
&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.
137+
&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*.
138138
&quot;A String&quot;,
139139
],
140140
&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.
@@ -278,7 +278,7 @@ <h3>Method Details</h3>
278278
Returns:
279279
An object of the form:
280280

281-
{ # An Operation resource. For successful operations that return an Operation resource, only the fields relevant to the operation are populated in the resource. Next field: 18
281+
{ # An Operation resource. For successful operations that return an Operation resource, only the fields relevant to the operation are populated in the resource.
282282
&quot;backupContext&quot;: { # Backup context. # The context for backup operation, if applicable.
283283
&quot;backupId&quot;: &quot;A String&quot;, # The identifier of the backup.
284284
&quot;kind&quot;: &quot;A String&quot;, # This is always *sql#backupContext*.
@@ -298,7 +298,7 @@ <h3>Method Details</h3>
298298
&quot;csvExportOptions&quot;: { # Options for exporting data as CSV. *MySQL* and *PostgreSQL* instances only.
299299
&quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
300300
},
301-
&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.
301+
&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*.
302302
&quot;A String&quot;,
303303
],
304304
&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.

docs/dyn/sqladmin_v1beta4.databases.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ <h3>Method Details</h3>
117117
Returns:
118118
An object of the form:
119119

120-
{ # An Operation resource. For successful operations that return an Operation resource, only the fields relevant to the operation are populated in the resource. Next field: 18
120+
{ # An Operation resource. For successful operations that return an Operation resource, only the fields relevant to the operation are populated in the resource.
121121
&quot;backupContext&quot;: { # Backup context. # The context for backup operation, if applicable.
122122
&quot;backupId&quot;: &quot;A String&quot;, # The identifier of the backup.
123123
&quot;kind&quot;: &quot;A String&quot;, # This is always *sql#backupContext*.
@@ -137,7 +137,7 @@ <h3>Method Details</h3>
137137
&quot;csvExportOptions&quot;: { # Options for exporting data as CSV. *MySQL* and *PostgreSQL* instances only.
138138
&quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
139139
},
140-
&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.
140+
&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*.
141141
&quot;A String&quot;,
142142
],
143143
&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.
@@ -253,7 +253,7 @@ <h3>Method Details</h3>
253253
Returns:
254254
An object of the form:
255255

256-
{ # An Operation resource. For successful operations that return an Operation resource, only the fields relevant to the operation are populated in the resource. Next field: 18
256+
{ # An Operation resource. For successful operations that return an Operation resource, only the fields relevant to the operation are populated in the resource.
257257
&quot;backupContext&quot;: { # Backup context. # The context for backup operation, if applicable.
258258
&quot;backupId&quot;: &quot;A String&quot;, # The identifier of the backup.
259259
&quot;kind&quot;: &quot;A String&quot;, # This is always *sql#backupContext*.
@@ -273,7 +273,7 @@ <h3>Method Details</h3>
273273
&quot;csvExportOptions&quot;: { # Options for exporting data as CSV. *MySQL* and *PostgreSQL* instances only.
274274
&quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
275275
},
276-
&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.
276+
&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*.
277277
&quot;A String&quot;,
278278
],
279279
&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.
@@ -394,7 +394,7 @@ <h3>Method Details</h3>
394394
Returns:
395395
An object of the form:
396396

397-
{ # An Operation resource. For successful operations that return an Operation resource, only the fields relevant to the operation are populated in the resource. Next field: 18
397+
{ # An Operation resource. For successful operations that return an Operation resource, only the fields relevant to the operation are populated in the resource.
398398
&quot;backupContext&quot;: { # Backup context. # The context for backup operation, if applicable.
399399
&quot;backupId&quot;: &quot;A String&quot;, # The identifier of the backup.
400400
&quot;kind&quot;: &quot;A String&quot;, # This is always *sql#backupContext*.
@@ -414,7 +414,7 @@ <h3>Method Details</h3>
414414
&quot;csvExportOptions&quot;: { # Options for exporting data as CSV. *MySQL* and *PostgreSQL* instances only.
415415
&quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
416416
},
417-
&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.
417+
&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*.
418418
&quot;A String&quot;,
419419
],
420420
&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.
@@ -499,7 +499,7 @@ <h3>Method Details</h3>
499499
Returns:
500500
An object of the form:
501501

502-
{ # An Operation resource. For successful operations that return an Operation resource, only the fields relevant to the operation are populated in the resource. Next field: 18
502+
{ # An Operation resource. For successful operations that return an Operation resource, only the fields relevant to the operation are populated in the resource.
503503
&quot;backupContext&quot;: { # Backup context. # The context for backup operation, if applicable.
504504
&quot;backupId&quot;: &quot;A String&quot;, # The identifier of the backup.
505505
&quot;kind&quot;: &quot;A String&quot;, # This is always *sql#backupContext*.
@@ -519,7 +519,7 @@ <h3>Method Details</h3>
519519
&quot;csvExportOptions&quot;: { # Options for exporting data as CSV. *MySQL* and *PostgreSQL* instances only.
520520
&quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
521521
},
522-
&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.
522+
&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*.
523523
&quot;A String&quot;,
524524
],
525525
&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.

0 commit comments

Comments
 (0)