Skip to content

Commit 1a18662

Browse files
chore(sqladmin): update the api
#### sqladmin:v1beta4 The following keys were added: - fullyEncodeReservedExpansion (Total Keys: 1) - resources.projects.resources.instances.methods.startExternalSync.parameters.skipVerification (Total Keys: 2) - schemas.ApiWarning.properties.region (Total Keys: 1) - schemas.BackupContext (Total Keys: 5) - schemas.InsightsConfig (Total Keys: 7) - schemas.Operation.properties.backupContext (Total Keys: 1) - schemas.Settings.properties.insightsConfig (Total Keys: 1) - schemas.SslCertsCreateEphemeralRequest.properties.access_token (Total Keys: 1)
1 parent 32420c8 commit 1a18662

8 files changed

+4486
-4257
lines changed

docs/dyn/sqladmin_v1beta4.backupRuns.html

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,11 @@ <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.
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
118+
&quot;backupContext&quot;: { # Backup context. # The context for backup operation, if applicable.
119+
&quot;backupId&quot;: &quot;A String&quot;, # The identifier of the backup.
120+
&quot;kind&quot;: &quot;A String&quot;, # This is always *sql#backupContext*.
121+
},
118122
&quot;endTime&quot;: &quot;A String&quot;, # The time this operation finished in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
119123
&quot;error&quot;: { # Database instance operation errors list wrapper. # If errors occurred during processing of this operation, this field will be populated.
120124
&quot;errors&quot;: [ # The list of errors encountered while processing this operation.
@@ -127,25 +131,25 @@ <h3>Method Details</h3>
127131
&quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationErrors*.
128132
},
129133
&quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
130-
&quot;csvExportOptions&quot;: { # Options for exporting data as CSV.
134+
&quot;csvExportOptions&quot;: { # Options for exporting data as CSV. *MySQL* and *PostgreSQL* instances only.
131135
&quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
132136
},
133137
&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.
134138
&quot;A String&quot;,
135139
],
136-
&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.
140+
&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.
137141
&quot;kind&quot;: &quot;A String&quot;, # This is always *sql#exportContext*.
138142
&quot;offload&quot;: True or False, # Option for export offload.
139143
&quot;sqlExportOptions&quot;: { # Options for exporting data as SQL statements.
140144
&quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
141-
&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. If set to *2*, the CHANGE MASTER TO statement is written as a SQL comment, and has no effect. All other values are ignored.
145+
&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.
142146
},
143147
&quot;schemaOnly&quot;: True or False, # Export only schemas.
144148
&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.
145149
&quot;A String&quot;,
146150
],
147151
},
148-
&quot;uri&quot;: &quot;A String&quot;, # The path to the file in Google Cloud Storage where the export will be stored. The URI is in the form *gs: //bucketName/fileName*. If the file already exists, the requests // succeeds, but the operation fails. If *fileType* is // *SQL* and the filename ends with .gz, the contents are // compressed.
152+
&quot;uri&quot;: &quot;A String&quot;, # The path to the file in Google Cloud Storage where the export will be stored. The URI is in the form *gs://bucketName/fileName*. If the file already exists, the request succeeds, but the operation fails. If *fileType* is *SQL* and the filename ends with .gz, the contents are compressed.
149153
},
150154
&quot;importContext&quot;: { # Database instance import context. # The context for import operation, if applicable.
151155
&quot;bakImportOptions&quot;: { # Import parameters specific to SQL Server .BAK files
@@ -165,7 +169,7 @@ <h3>Method Details</h3>
165169
&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.
166170
&quot;importUser&quot;: &quot;A String&quot;, # The PostgreSQL user for this import operation. PostgreSQL instances only.
167171
&quot;kind&quot;: &quot;A String&quot;, # This is always *sql#importContext*.
168-
&quot;uri&quot;: &quot;A String&quot;, # Path to the import file in Cloud Storage, in the form *gs: //bucketName/fileName*. Compressed gzip files (.gz) are supported // when *fileType* is *SQL*. The instance must have // write permissions to the bucket and read access to the file.
172+
&quot;uri&quot;: &quot;A String&quot;, # Path to the import file in Cloud Storage, in the form *gs://bucketName/fileName*. Compressed gzip files (.gz) are supported when *fileType* is *SQL*. The instance must have write permissions to the bucket and read access to the file.
169173
},
170174
&quot;insertTime&quot;: &quot;A String&quot;, # The time this operation was enqueued in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
171175
&quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operation*.
@@ -222,7 +226,7 @@ <h3>Method Details</h3>
222226
&quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
223227
&quot;startTime&quot;: &quot;A String&quot;, # The time the backup operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
224228
&quot;status&quot;: &quot;A String&quot;, # The status of this run.
225-
&quot;type&quot;: &quot;A String&quot;, # The type of this run; can be either &quot;AUTOMATED&quot; or &quot;ON_DEMAND&quot;.
229+
&quot;type&quot;: &quot;A String&quot;, # The type of this run; can be either &quot;AUTOMATED&quot; or &quot;ON_DEMAND&quot;. This field defaults to &quot;ON_DEMAND&quot; and is ignored, when specified for insert requests.
226230
&quot;windowStartTime&quot;: &quot;A String&quot;, # The start time of the backup window during which this the backup was attempted in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
227231
}</pre>
228232
</div>
@@ -262,7 +266,7 @@ <h3>Method Details</h3>
262266
&quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
263267
&quot;startTime&quot;: &quot;A String&quot;, # The time the backup operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
264268
&quot;status&quot;: &quot;A String&quot;, # The status of this run.
265-
&quot;type&quot;: &quot;A String&quot;, # The type of this run; can be either &quot;AUTOMATED&quot; or &quot;ON_DEMAND&quot;.
269+
&quot;type&quot;: &quot;A String&quot;, # The type of this run; can be either &quot;AUTOMATED&quot; or &quot;ON_DEMAND&quot;. This field defaults to &quot;ON_DEMAND&quot; and is ignored, when specified for insert requests.
266270
&quot;windowStartTime&quot;: &quot;A String&quot;, # The start time of the backup window during which this the backup was attempted in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
267271
}
268272

@@ -274,7 +278,11 @@ <h3>Method Details</h3>
274278
Returns:
275279
An object of the form:
276280

277-
{ # An Operation resource. For successful operations that return an Operation resource, only the fields relevant to the operation are populated in the resource.
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
282+
&quot;backupContext&quot;: { # Backup context. # The context for backup operation, if applicable.
283+
&quot;backupId&quot;: &quot;A String&quot;, # The identifier of the backup.
284+
&quot;kind&quot;: &quot;A String&quot;, # This is always *sql#backupContext*.
285+
},
278286
&quot;endTime&quot;: &quot;A String&quot;, # The time this operation finished in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
279287
&quot;error&quot;: { # Database instance operation errors list wrapper. # If errors occurred during processing of this operation, this field will be populated.
280288
&quot;errors&quot;: [ # The list of errors encountered while processing this operation.
@@ -287,25 +295,25 @@ <h3>Method Details</h3>
287295
&quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationErrors*.
288296
},
289297
&quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
290-
&quot;csvExportOptions&quot;: { # Options for exporting data as CSV.
298+
&quot;csvExportOptions&quot;: { # Options for exporting data as CSV. *MySQL* and *PostgreSQL* instances only.
291299
&quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
292300
},
293301
&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.
294302
&quot;A String&quot;,
295303
],
296-
&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.
304+
&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.
297305
&quot;kind&quot;: &quot;A String&quot;, # This is always *sql#exportContext*.
298306
&quot;offload&quot;: True or False, # Option for export offload.
299307
&quot;sqlExportOptions&quot;: { # Options for exporting data as SQL statements.
300308
&quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
301-
&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. If set to *2*, the CHANGE MASTER TO statement is written as a SQL comment, and has no effect. All other values are ignored.
309+
&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.
302310
},
303311
&quot;schemaOnly&quot;: True or False, # Export only schemas.
304312
&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.
305313
&quot;A String&quot;,
306314
],
307315
},
308-
&quot;uri&quot;: &quot;A String&quot;, # The path to the file in Google Cloud Storage where the export will be stored. The URI is in the form *gs: //bucketName/fileName*. If the file already exists, the requests // succeeds, but the operation fails. If *fileType* is // *SQL* and the filename ends with .gz, the contents are // compressed.
316+
&quot;uri&quot;: &quot;A String&quot;, # The path to the file in Google Cloud Storage where the export will be stored. The URI is in the form *gs://bucketName/fileName*. If the file already exists, the request succeeds, but the operation fails. If *fileType* is *SQL* and the filename ends with .gz, the contents are compressed.
309317
},
310318
&quot;importContext&quot;: { # Database instance import context. # The context for import operation, if applicable.
311319
&quot;bakImportOptions&quot;: { # Import parameters specific to SQL Server .BAK files
@@ -325,7 +333,7 @@ <h3>Method Details</h3>
325333
&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.
326334
&quot;importUser&quot;: &quot;A String&quot;, # The PostgreSQL user for this import operation. PostgreSQL instances only.
327335
&quot;kind&quot;: &quot;A String&quot;, # This is always *sql#importContext*.
328-
&quot;uri&quot;: &quot;A String&quot;, # Path to the import file in Cloud Storage, in the form *gs: //bucketName/fileName*. Compressed gzip files (.gz) are supported // when *fileType* is *SQL*. The instance must have // write permissions to the bucket and read access to the file.
336+
&quot;uri&quot;: &quot;A String&quot;, # Path to the import file in Cloud Storage, in the form *gs://bucketName/fileName*. Compressed gzip files (.gz) are supported when *fileType* is *SQL*. The instance must have write permissions to the bucket and read access to the file.
329337
},
330338
&quot;insertTime&quot;: &quot;A String&quot;, # The time this operation was enqueued in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
331339
&quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operation*.
@@ -385,7 +393,7 @@ <h3>Method Details</h3>
385393
&quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
386394
&quot;startTime&quot;: &quot;A String&quot;, # The time the backup operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
387395
&quot;status&quot;: &quot;A String&quot;, # The status of this run.
388-
&quot;type&quot;: &quot;A String&quot;, # The type of this run; can be either &quot;AUTOMATED&quot; or &quot;ON_DEMAND&quot;.
396+
&quot;type&quot;: &quot;A String&quot;, # The type of this run; can be either &quot;AUTOMATED&quot; or &quot;ON_DEMAND&quot;. This field defaults to &quot;ON_DEMAND&quot; and is ignored, when specified for insert requests.
389397
&quot;windowStartTime&quot;: &quot;A String&quot;, # The start time of the backup window during which this the backup was attempted in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
390398
},
391399
],

0 commit comments

Comments
 (0)