chore: update docs/dyn (#1106)

diff --git a/docs/dyn/sqladmin_v1beta4.instances.html b/docs/dyn/sqladmin_v1beta4.instances.html
index ce73627..e63aba1 100644
--- a/docs/dyn/sqladmin_v1beta4.instances.html
+++ b/docs/dyn/sqladmin_v1beta4.instances.html
@@ -105,7 +105,7 @@
   <code><a href="#insert">insert(project, body=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Creates a new Cloud SQL instance.</p>
 <p class="toc_element">
-  <code><a href="#list">list(project, filter=None, pageToken=None, maxResults=None, x__xgafv=None)</a></code></p>
+  <code><a href="#list">list(project, maxResults=None, filter=None, pageToken=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Lists instances under a given project.</p>
 <p class="toc_element">
   <code><a href="#listServerCas">listServerCas(project, instance, x__xgafv=None)</a></code></p>
@@ -159,10 +159,11 @@
 Returns:
   An object of the form:
 
-    { # An Operation resource. For successful operations that return an Operation resource, only the fields relevant to the operation are populated in the resource.
-    &quot;status&quot;: &quot;A String&quot;, # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED*
+    { # 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
+    &quot;user&quot;: &quot;A String&quot;, # The email address of the user who initiated this operation.
+    &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
+    &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.
     &quot;error&quot;: { # Database instance operation errors list wrapper. # If errors occurred during processing of this operation, this field will be populated.
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationErrors*.
       &quot;errors&quot;: [ # The list of errors encountered while processing this operation.
         { # Database instance operation error.
           &quot;code&quot;: &quot;A String&quot;, # Identifies the specific error that occurred.
@@ -170,49 +171,9 @@
           &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationError*.
         },
       ],
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationErrors*.
     },
-    &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*.
-    &quot;targetLink&quot;: &quot;A String&quot;,
-    &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.
-    &quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
-      &quot;offload&quot;: True or False, # Option for export offload.
-      &quot;csvExportOptions&quot;: { # Options for exporting data as CSV.
-        &quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
-      },
-      &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.
-        &quot;A String&quot;,
-      ],
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#exportContext*.
-      &quot;sqlExportOptions&quot;: { # Options for exporting data as SQL statements.
-        &quot;schemaOnly&quot;: True or False, # Export only schemas.
-        &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.
-          &quot;A String&quot;,
-        ],
-        &quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
-          &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.
-        },
-      },
-      &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.
-      &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.
-    },
-    &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*
-    &quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
-    &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
-    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operation*.
-    &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*.
-    &quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.
     &quot;importContext&quot;: { # Database instance import context. # The context for import operation, if applicable.
-      &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.
-      &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.
-      &quot;csvImportOptions&quot;: { # Options for importing data as CSV.
-        &quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
-          &quot;A String&quot;,
-        ],
-        &quot;table&quot;: &quot;A String&quot;, # The table to which CSV data is imported.
-      },
-      &quot;database&quot;: &quot;A String&quot;, # The target database for the import. If *fileType* is *SQL*, this field is required only if the import file does not specify a database, and is overridden by any database specification in the import file. If *fileType* is *CSV*, one database must be specified.
-      &quot;importUser&quot;: &quot;A String&quot;, # The PostgreSQL user for this import operation. PostgreSQL instances only.
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#importContext*.
       &quot;bakImportOptions&quot;: { # Import parameters specific to SQL Server .BAK files
         &quot;encryptionOptions&quot;: {
           &quot;certPath&quot;: &quot;A String&quot;, # Path to the Certificate (.cer) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file.
@@ -220,9 +181,52 @@
           &quot;pvkPath&quot;: &quot;A String&quot;, # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file.
         },
       },
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#importContext*.
+      &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.
+      &quot;database&quot;: &quot;A String&quot;, # The target database for the import. If *fileType* is *SQL*, this field is required only if the import file does not specify a database, and is overridden by any database specification in the import file. If *fileType* is *CSV*, one database must be specified.
+      &quot;csvImportOptions&quot;: { # Options for importing data as CSV.
+        &quot;table&quot;: &quot;A String&quot;, # The table to which CSV data is imported.
+        &quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
+          &quot;A String&quot;,
+        ],
+      },
+      &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.
+      &quot;importUser&quot;: &quot;A String&quot;, # The PostgreSQL user for this import operation. PostgreSQL instances only.
     },
-    &quot;user&quot;: &quot;A String&quot;, # The email address of the user who initiated this operation.
+    &quot;status&quot;: &quot;A String&quot;, # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED*
+    &quot;targetLink&quot;: &quot;A String&quot;,
     &quot;targetId&quot;: &quot;A String&quot;, # Name of the database instance related to this operation.
+    &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*.
+    &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*
+    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operation*.
+    &quot;backupContext&quot;: { # Backup context. # The context for backup operation, if applicable.
+      &quot;backupId&quot;: &quot;A String&quot;, # The identifier of the backup.
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#backupContext*.
+    },
+    &quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
+      &quot;sqlExportOptions&quot;: { # Options for exporting data as SQL statements.
+        &quot;schemaOnly&quot;: True or False, # Export only schemas.
+        &quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
+          &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.
+        },
+        &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.
+          &quot;A String&quot;,
+        ],
+      },
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#exportContext*.
+      &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.
+      &quot;csvExportOptions&quot;: { # Options for exporting data as CSV. *MySQL* and *PostgreSQL* instances only.
+        &quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
+      },
+      &quot;offload&quot;: True or False, # Option for export offload.
+      &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.
+      &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.
+        &quot;A String&quot;,
+      ],
+    },
+    &quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
+    &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*.
+    &quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.
   }</pre>
 </div>
 
@@ -238,14 +242,14 @@
 
 { # Database instance clone request.
     &quot;cloneContext&quot;: { # Database instance clone context. # Contains details about the clone operation.
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#cloneContext*.
+      &quot;pitrTimestampMs&quot;: &quot;A String&quot;, # Reserved for future use.
+      &quot;pointInTime&quot;: &quot;A String&quot;, # Reserved for future use.
       &quot;binLogCoordinates&quot;: { # Binary log coordinates. # Binary log coordinates, if specified, identify the position up to which the source instance is cloned. If not specified, the source instance is cloned up to the most recent binary log coordinates.
-        &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#binLogCoordinates*.
         &quot;binLogFileName&quot;: &quot;A String&quot;, # Name of the binary log file for a Cloud SQL instance.
         &quot;binLogPosition&quot;: &quot;A String&quot;, # Position (offset) within the binary log file.
+        &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#binLogCoordinates*.
       },
-      &quot;pointInTime&quot;: &quot;A String&quot;, # Reserved for future use.
-      &quot;pitrTimestampMs&quot;: &quot;A String&quot;, # Reserved for future use.
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#cloneContext*.
       &quot;destinationInstanceName&quot;: &quot;A String&quot;, # Name of the Cloud SQL instance to be created as a clone.
     },
   }
@@ -258,10 +262,11 @@
 Returns:
   An object of the form:
 
-    { # An Operation resource. For successful operations that return an Operation resource, only the fields relevant to the operation are populated in the resource.
-    &quot;status&quot;: &quot;A String&quot;, # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED*
+    { # 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
+    &quot;user&quot;: &quot;A String&quot;, # The email address of the user who initiated this operation.
+    &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
+    &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.
     &quot;error&quot;: { # Database instance operation errors list wrapper. # If errors occurred during processing of this operation, this field will be populated.
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationErrors*.
       &quot;errors&quot;: [ # The list of errors encountered while processing this operation.
         { # Database instance operation error.
           &quot;code&quot;: &quot;A String&quot;, # Identifies the specific error that occurred.
@@ -269,49 +274,9 @@
           &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationError*.
         },
       ],
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationErrors*.
     },
-    &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*.
-    &quot;targetLink&quot;: &quot;A String&quot;,
-    &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.
-    &quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
-      &quot;offload&quot;: True or False, # Option for export offload.
-      &quot;csvExportOptions&quot;: { # Options for exporting data as CSV.
-        &quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
-      },
-      &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.
-        &quot;A String&quot;,
-      ],
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#exportContext*.
-      &quot;sqlExportOptions&quot;: { # Options for exporting data as SQL statements.
-        &quot;schemaOnly&quot;: True or False, # Export only schemas.
-        &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.
-          &quot;A String&quot;,
-        ],
-        &quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
-          &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.
-        },
-      },
-      &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.
-      &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.
-    },
-    &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*
-    &quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
-    &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
-    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operation*.
-    &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*.
-    &quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.
     &quot;importContext&quot;: { # Database instance import context. # The context for import operation, if applicable.
-      &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.
-      &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.
-      &quot;csvImportOptions&quot;: { # Options for importing data as CSV.
-        &quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
-          &quot;A String&quot;,
-        ],
-        &quot;table&quot;: &quot;A String&quot;, # The table to which CSV data is imported.
-      },
-      &quot;database&quot;: &quot;A String&quot;, # The target database for the import. If *fileType* is *SQL*, this field is required only if the import file does not specify a database, and is overridden by any database specification in the import file. If *fileType* is *CSV*, one database must be specified.
-      &quot;importUser&quot;: &quot;A String&quot;, # The PostgreSQL user for this import operation. PostgreSQL instances only.
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#importContext*.
       &quot;bakImportOptions&quot;: { # Import parameters specific to SQL Server .BAK files
         &quot;encryptionOptions&quot;: {
           &quot;certPath&quot;: &quot;A String&quot;, # Path to the Certificate (.cer) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file.
@@ -319,9 +284,52 @@
           &quot;pvkPath&quot;: &quot;A String&quot;, # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file.
         },
       },
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#importContext*.
+      &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.
+      &quot;database&quot;: &quot;A String&quot;, # The target database for the import. If *fileType* is *SQL*, this field is required only if the import file does not specify a database, and is overridden by any database specification in the import file. If *fileType* is *CSV*, one database must be specified.
+      &quot;csvImportOptions&quot;: { # Options for importing data as CSV.
+        &quot;table&quot;: &quot;A String&quot;, # The table to which CSV data is imported.
+        &quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
+          &quot;A String&quot;,
+        ],
+      },
+      &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.
+      &quot;importUser&quot;: &quot;A String&quot;, # The PostgreSQL user for this import operation. PostgreSQL instances only.
     },
-    &quot;user&quot;: &quot;A String&quot;, # The email address of the user who initiated this operation.
+    &quot;status&quot;: &quot;A String&quot;, # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED*
+    &quot;targetLink&quot;: &quot;A String&quot;,
     &quot;targetId&quot;: &quot;A String&quot;, # Name of the database instance related to this operation.
+    &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*.
+    &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*
+    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operation*.
+    &quot;backupContext&quot;: { # Backup context. # The context for backup operation, if applicable.
+      &quot;backupId&quot;: &quot;A String&quot;, # The identifier of the backup.
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#backupContext*.
+    },
+    &quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
+      &quot;sqlExportOptions&quot;: { # Options for exporting data as SQL statements.
+        &quot;schemaOnly&quot;: True or False, # Export only schemas.
+        &quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
+          &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.
+        },
+        &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.
+          &quot;A String&quot;,
+        ],
+      },
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#exportContext*.
+      &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.
+      &quot;csvExportOptions&quot;: { # Options for exporting data as CSV. *MySQL* and *PostgreSQL* instances only.
+        &quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
+      },
+      &quot;offload&quot;: True or False, # Option for export offload.
+      &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.
+      &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.
+        &quot;A String&quot;,
+      ],
+    },
+    &quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
+    &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*.
+    &quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.
   }</pre>
 </div>
 
@@ -345,10 +353,11 @@
 Returns:
   An object of the form:
 
-    { # An Operation resource. For successful operations that return an Operation resource, only the fields relevant to the operation are populated in the resource.
-    &quot;status&quot;: &quot;A String&quot;, # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED*
+    { # 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
+    &quot;user&quot;: &quot;A String&quot;, # The email address of the user who initiated this operation.
+    &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
+    &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.
     &quot;error&quot;: { # Database instance operation errors list wrapper. # If errors occurred during processing of this operation, this field will be populated.
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationErrors*.
       &quot;errors&quot;: [ # The list of errors encountered while processing this operation.
         { # Database instance operation error.
           &quot;code&quot;: &quot;A String&quot;, # Identifies the specific error that occurred.
@@ -356,49 +365,9 @@
           &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationError*.
         },
       ],
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationErrors*.
     },
-    &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*.
-    &quot;targetLink&quot;: &quot;A String&quot;,
-    &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.
-    &quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
-      &quot;offload&quot;: True or False, # Option for export offload.
-      &quot;csvExportOptions&quot;: { # Options for exporting data as CSV.
-        &quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
-      },
-      &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.
-        &quot;A String&quot;,
-      ],
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#exportContext*.
-      &quot;sqlExportOptions&quot;: { # Options for exporting data as SQL statements.
-        &quot;schemaOnly&quot;: True or False, # Export only schemas.
-        &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.
-          &quot;A String&quot;,
-        ],
-        &quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
-          &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.
-        },
-      },
-      &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.
-      &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.
-    },
-    &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*
-    &quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
-    &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
-    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operation*.
-    &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*.
-    &quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.
     &quot;importContext&quot;: { # Database instance import context. # The context for import operation, if applicable.
-      &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.
-      &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.
-      &quot;csvImportOptions&quot;: { # Options for importing data as CSV.
-        &quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
-          &quot;A String&quot;,
-        ],
-        &quot;table&quot;: &quot;A String&quot;, # The table to which CSV data is imported.
-      },
-      &quot;database&quot;: &quot;A String&quot;, # The target database for the import. If *fileType* is *SQL*, this field is required only if the import file does not specify a database, and is overridden by any database specification in the import file. If *fileType* is *CSV*, one database must be specified.
-      &quot;importUser&quot;: &quot;A String&quot;, # The PostgreSQL user for this import operation. PostgreSQL instances only.
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#importContext*.
       &quot;bakImportOptions&quot;: { # Import parameters specific to SQL Server .BAK files
         &quot;encryptionOptions&quot;: {
           &quot;certPath&quot;: &quot;A String&quot;, # Path to the Certificate (.cer) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file.
@@ -406,9 +375,52 @@
           &quot;pvkPath&quot;: &quot;A String&quot;, # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file.
         },
       },
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#importContext*.
+      &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.
+      &quot;database&quot;: &quot;A String&quot;, # The target database for the import. If *fileType* is *SQL*, this field is required only if the import file does not specify a database, and is overridden by any database specification in the import file. If *fileType* is *CSV*, one database must be specified.
+      &quot;csvImportOptions&quot;: { # Options for importing data as CSV.
+        &quot;table&quot;: &quot;A String&quot;, # The table to which CSV data is imported.
+        &quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
+          &quot;A String&quot;,
+        ],
+      },
+      &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.
+      &quot;importUser&quot;: &quot;A String&quot;, # The PostgreSQL user for this import operation. PostgreSQL instances only.
     },
-    &quot;user&quot;: &quot;A String&quot;, # The email address of the user who initiated this operation.
+    &quot;status&quot;: &quot;A String&quot;, # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED*
+    &quot;targetLink&quot;: &quot;A String&quot;,
     &quot;targetId&quot;: &quot;A String&quot;, # Name of the database instance related to this operation.
+    &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*.
+    &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*
+    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operation*.
+    &quot;backupContext&quot;: { # Backup context. # The context for backup operation, if applicable.
+      &quot;backupId&quot;: &quot;A String&quot;, # The identifier of the backup.
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#backupContext*.
+    },
+    &quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
+      &quot;sqlExportOptions&quot;: { # Options for exporting data as SQL statements.
+        &quot;schemaOnly&quot;: True or False, # Export only schemas.
+        &quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
+          &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.
+        },
+        &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.
+          &quot;A String&quot;,
+        ],
+      },
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#exportContext*.
+      &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.
+      &quot;csvExportOptions&quot;: { # Options for exporting data as CSV. *MySQL* and *PostgreSQL* instances only.
+        &quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
+      },
+      &quot;offload&quot;: True or False, # Option for export offload.
+      &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.
+      &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.
+        &quot;A String&quot;,
+      ],
+    },
+    &quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
+    &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*.
+    &quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.
   }</pre>
 </div>
 
@@ -424,19 +436,19 @@
 
 { # Database demote primary instance request.
     &quot;demoteMasterContext&quot;: { # Database instance demote primary instance context. # Contains details about the demoteMaster operation.
-      &quot;replicaConfiguration&quot;: { # Read-replica configuration for connecting to the on-premises primary instance. # Configuration specific to read-replicas replicating from the on-premises primary instance.
-        &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#demoteMasterConfiguration*.
-        &quot;mysqlReplicaConfiguration&quot;: { # Read-replica configuration specific to MySQL databases. # MySQL specific configuration when replicating from a MySQL on-premises primary instance. Replication configuration information such as the username, password, certificates, and keys are not stored in the instance metadata. The configuration information is used only to set up the replication connection and is stored by MySQL in a file named *master.info* in the data directory.
-          &quot;password&quot;: &quot;A String&quot;, # The password for the replication connection.
-          &quot;clientKey&quot;: &quot;A String&quot;, # PEM representation of the replica&#x27;s private key. The corresponsing public key is encoded in the client&#x27;s certificate. The format of the replica&#x27;s private key can be either PKCS #1 or PKCS #8.
-          &quot;clientCertificate&quot;: &quot;A String&quot;, # PEM representation of the replica&#x27;s x509 certificate.
-          &quot;username&quot;: &quot;A String&quot;, # The username for the replication connection.
-          &quot;caCertificate&quot;: &quot;A String&quot;, # PEM representation of the trusted CA&#x27;s x509 certificate.
-          &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#demoteMasterMysqlReplicaConfiguration*.
-        },
-      },
       &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#demoteMasterContext*.
       &quot;masterInstanceName&quot;: &quot;A String&quot;, # The name of the instance which will act as on-premises primary instance in the replication setup.
+      &quot;replicaConfiguration&quot;: { # Read-replica configuration for connecting to the on-premises primary instance. # Configuration specific to read-replicas replicating from the on-premises primary instance.
+        &quot;mysqlReplicaConfiguration&quot;: { # Read-replica configuration specific to MySQL databases. # MySQL specific configuration when replicating from a MySQL on-premises primary instance. Replication configuration information such as the username, password, certificates, and keys are not stored in the instance metadata. The configuration information is used only to set up the replication connection and is stored by MySQL in a file named *master.info* in the data directory.
+          &quot;caCertificate&quot;: &quot;A String&quot;, # PEM representation of the trusted CA&#x27;s x509 certificate.
+          &quot;password&quot;: &quot;A String&quot;, # The password for the replication connection.
+          &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#demoteMasterMysqlReplicaConfiguration*.
+          &quot;clientKey&quot;: &quot;A String&quot;, # PEM representation of the replica&#x27;s private key. The corresponsing public key is encoded in the client&#x27;s certificate. The format of the replica&#x27;s private key can be either PKCS #1 or PKCS #8.
+          &quot;username&quot;: &quot;A String&quot;, # The username for the replication connection.
+          &quot;clientCertificate&quot;: &quot;A String&quot;, # PEM representation of the replica&#x27;s x509 certificate.
+        },
+        &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#demoteMasterConfiguration*.
+      },
       &quot;verifyGtidConsistency&quot;: True or False, # Verify GTID consistency for demote operation. Default value: *True*. Second Generation instances only. Setting this flag to false enables you to bypass GTID consistency check between on-premises primary instance and Cloud SQL instance during the demotion operation but also exposes you to the risk of future replication failures. Change the value only if you know the reason for the GTID divergence and are confident that doing so will not cause any replication issues.
     },
   }
@@ -449,10 +461,11 @@
 Returns:
   An object of the form:
 
-    { # An Operation resource. For successful operations that return an Operation resource, only the fields relevant to the operation are populated in the resource.
-    &quot;status&quot;: &quot;A String&quot;, # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED*
+    { # 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
+    &quot;user&quot;: &quot;A String&quot;, # The email address of the user who initiated this operation.
+    &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
+    &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.
     &quot;error&quot;: { # Database instance operation errors list wrapper. # If errors occurred during processing of this operation, this field will be populated.
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationErrors*.
       &quot;errors&quot;: [ # The list of errors encountered while processing this operation.
         { # Database instance operation error.
           &quot;code&quot;: &quot;A String&quot;, # Identifies the specific error that occurred.
@@ -460,49 +473,9 @@
           &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationError*.
         },
       ],
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationErrors*.
     },
-    &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*.
-    &quot;targetLink&quot;: &quot;A String&quot;,
-    &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.
-    &quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
-      &quot;offload&quot;: True or False, # Option for export offload.
-      &quot;csvExportOptions&quot;: { # Options for exporting data as CSV.
-        &quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
-      },
-      &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.
-        &quot;A String&quot;,
-      ],
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#exportContext*.
-      &quot;sqlExportOptions&quot;: { # Options for exporting data as SQL statements.
-        &quot;schemaOnly&quot;: True or False, # Export only schemas.
-        &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.
-          &quot;A String&quot;,
-        ],
-        &quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
-          &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.
-        },
-      },
-      &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.
-      &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.
-    },
-    &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*
-    &quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
-    &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
-    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operation*.
-    &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*.
-    &quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.
     &quot;importContext&quot;: { # Database instance import context. # The context for import operation, if applicable.
-      &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.
-      &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.
-      &quot;csvImportOptions&quot;: { # Options for importing data as CSV.
-        &quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
-          &quot;A String&quot;,
-        ],
-        &quot;table&quot;: &quot;A String&quot;, # The table to which CSV data is imported.
-      },
-      &quot;database&quot;: &quot;A String&quot;, # The target database for the import. If *fileType* is *SQL*, this field is required only if the import file does not specify a database, and is overridden by any database specification in the import file. If *fileType* is *CSV*, one database must be specified.
-      &quot;importUser&quot;: &quot;A String&quot;, # The PostgreSQL user for this import operation. PostgreSQL instances only.
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#importContext*.
       &quot;bakImportOptions&quot;: { # Import parameters specific to SQL Server .BAK files
         &quot;encryptionOptions&quot;: {
           &quot;certPath&quot;: &quot;A String&quot;, # Path to the Certificate (.cer) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file.
@@ -510,9 +483,52 @@
           &quot;pvkPath&quot;: &quot;A String&quot;, # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file.
         },
       },
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#importContext*.
+      &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.
+      &quot;database&quot;: &quot;A String&quot;, # The target database for the import. If *fileType* is *SQL*, this field is required only if the import file does not specify a database, and is overridden by any database specification in the import file. If *fileType* is *CSV*, one database must be specified.
+      &quot;csvImportOptions&quot;: { # Options for importing data as CSV.
+        &quot;table&quot;: &quot;A String&quot;, # The table to which CSV data is imported.
+        &quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
+          &quot;A String&quot;,
+        ],
+      },
+      &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.
+      &quot;importUser&quot;: &quot;A String&quot;, # The PostgreSQL user for this import operation. PostgreSQL instances only.
     },
-    &quot;user&quot;: &quot;A String&quot;, # The email address of the user who initiated this operation.
+    &quot;status&quot;: &quot;A String&quot;, # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED*
+    &quot;targetLink&quot;: &quot;A String&quot;,
     &quot;targetId&quot;: &quot;A String&quot;, # Name of the database instance related to this operation.
+    &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*.
+    &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*
+    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operation*.
+    &quot;backupContext&quot;: { # Backup context. # The context for backup operation, if applicable.
+      &quot;backupId&quot;: &quot;A String&quot;, # The identifier of the backup.
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#backupContext*.
+    },
+    &quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
+      &quot;sqlExportOptions&quot;: { # Options for exporting data as SQL statements.
+        &quot;schemaOnly&quot;: True or False, # Export only schemas.
+        &quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
+          &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.
+        },
+        &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.
+          &quot;A String&quot;,
+        ],
+      },
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#exportContext*.
+      &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.
+      &quot;csvExportOptions&quot;: { # Options for exporting data as CSV. *MySQL* and *PostgreSQL* instances only.
+        &quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
+      },
+      &quot;offload&quot;: True or False, # Option for export offload.
+      &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.
+      &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.
+        &quot;A String&quot;,
+      ],
+    },
+    &quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
+    &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*.
+    &quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.
   }</pre>
 </div>
 
@@ -528,25 +544,25 @@
 
 { # Database instance export request.
     &quot;exportContext&quot;: { # Database instance export context. # Contains details about the export operation.
-      &quot;offload&quot;: True or False, # Option for export offload.
-      &quot;csvExportOptions&quot;: { # Options for exporting data as CSV.
-        &quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
-      },
-      &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.
-        &quot;A String&quot;,
-      ],
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#exportContext*.
       &quot;sqlExportOptions&quot;: { # Options for exporting data as SQL statements.
         &quot;schemaOnly&quot;: True or False, # Export only schemas.
+        &quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
+          &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.
+        },
         &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.
           &quot;A String&quot;,
         ],
-        &quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
-          &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.
-        },
       },
-      &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.
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#exportContext*.
+      &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.
+      &quot;csvExportOptions&quot;: { # Options for exporting data as CSV. *MySQL* and *PostgreSQL* instances only.
+        &quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
+      },
+      &quot;offload&quot;: True or False, # Option for export offload.
       &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.
+      &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.
+        &quot;A String&quot;,
+      ],
     },
   }
 
@@ -558,10 +574,11 @@
 Returns:
   An object of the form:
 
-    { # An Operation resource. For successful operations that return an Operation resource, only the fields relevant to the operation are populated in the resource.
-    &quot;status&quot;: &quot;A String&quot;, # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED*
+    { # 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
+    &quot;user&quot;: &quot;A String&quot;, # The email address of the user who initiated this operation.
+    &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
+    &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.
     &quot;error&quot;: { # Database instance operation errors list wrapper. # If errors occurred during processing of this operation, this field will be populated.
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationErrors*.
       &quot;errors&quot;: [ # The list of errors encountered while processing this operation.
         { # Database instance operation error.
           &quot;code&quot;: &quot;A String&quot;, # Identifies the specific error that occurred.
@@ -569,49 +586,9 @@
           &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationError*.
         },
       ],
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationErrors*.
     },
-    &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*.
-    &quot;targetLink&quot;: &quot;A String&quot;,
-    &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.
-    &quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
-      &quot;offload&quot;: True or False, # Option for export offload.
-      &quot;csvExportOptions&quot;: { # Options for exporting data as CSV.
-        &quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
-      },
-      &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.
-        &quot;A String&quot;,
-      ],
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#exportContext*.
-      &quot;sqlExportOptions&quot;: { # Options for exporting data as SQL statements.
-        &quot;schemaOnly&quot;: True or False, # Export only schemas.
-        &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.
-          &quot;A String&quot;,
-        ],
-        &quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
-          &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.
-        },
-      },
-      &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.
-      &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.
-    },
-    &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*
-    &quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
-    &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
-    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operation*.
-    &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*.
-    &quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.
     &quot;importContext&quot;: { # Database instance import context. # The context for import operation, if applicable.
-      &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.
-      &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.
-      &quot;csvImportOptions&quot;: { # Options for importing data as CSV.
-        &quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
-          &quot;A String&quot;,
-        ],
-        &quot;table&quot;: &quot;A String&quot;, # The table to which CSV data is imported.
-      },
-      &quot;database&quot;: &quot;A String&quot;, # The target database for the import. If *fileType* is *SQL*, this field is required only if the import file does not specify a database, and is overridden by any database specification in the import file. If *fileType* is *CSV*, one database must be specified.
-      &quot;importUser&quot;: &quot;A String&quot;, # The PostgreSQL user for this import operation. PostgreSQL instances only.
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#importContext*.
       &quot;bakImportOptions&quot;: { # Import parameters specific to SQL Server .BAK files
         &quot;encryptionOptions&quot;: {
           &quot;certPath&quot;: &quot;A String&quot;, # Path to the Certificate (.cer) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file.
@@ -619,9 +596,52 @@
           &quot;pvkPath&quot;: &quot;A String&quot;, # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file.
         },
       },
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#importContext*.
+      &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.
+      &quot;database&quot;: &quot;A String&quot;, # The target database for the import. If *fileType* is *SQL*, this field is required only if the import file does not specify a database, and is overridden by any database specification in the import file. If *fileType* is *CSV*, one database must be specified.
+      &quot;csvImportOptions&quot;: { # Options for importing data as CSV.
+        &quot;table&quot;: &quot;A String&quot;, # The table to which CSV data is imported.
+        &quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
+          &quot;A String&quot;,
+        ],
+      },
+      &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.
+      &quot;importUser&quot;: &quot;A String&quot;, # The PostgreSQL user for this import operation. PostgreSQL instances only.
     },
-    &quot;user&quot;: &quot;A String&quot;, # The email address of the user who initiated this operation.
+    &quot;status&quot;: &quot;A String&quot;, # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED*
+    &quot;targetLink&quot;: &quot;A String&quot;,
     &quot;targetId&quot;: &quot;A String&quot;, # Name of the database instance related to this operation.
+    &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*.
+    &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*
+    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operation*.
+    &quot;backupContext&quot;: { # Backup context. # The context for backup operation, if applicable.
+      &quot;backupId&quot;: &quot;A String&quot;, # The identifier of the backup.
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#backupContext*.
+    },
+    &quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
+      &quot;sqlExportOptions&quot;: { # Options for exporting data as SQL statements.
+        &quot;schemaOnly&quot;: True or False, # Export only schemas.
+        &quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
+          &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.
+        },
+        &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.
+          &quot;A String&quot;,
+        ],
+      },
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#exportContext*.
+      &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.
+      &quot;csvExportOptions&quot;: { # Options for exporting data as CSV. *MySQL* and *PostgreSQL* instances only.
+        &quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
+      },
+      &quot;offload&quot;: True or False, # Option for export offload.
+      &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.
+      &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.
+        &quot;A String&quot;,
+      ],
+    },
+    &quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
+    &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*.
+    &quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.
   }</pre>
 </div>
 
@@ -650,10 +670,11 @@
 Returns:
   An object of the form:
 
-    { # An Operation resource. For successful operations that return an Operation resource, only the fields relevant to the operation are populated in the resource.
-    &quot;status&quot;: &quot;A String&quot;, # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED*
+    { # 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
+    &quot;user&quot;: &quot;A String&quot;, # The email address of the user who initiated this operation.
+    &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
+    &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.
     &quot;error&quot;: { # Database instance operation errors list wrapper. # If errors occurred during processing of this operation, this field will be populated.
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationErrors*.
       &quot;errors&quot;: [ # The list of errors encountered while processing this operation.
         { # Database instance operation error.
           &quot;code&quot;: &quot;A String&quot;, # Identifies the specific error that occurred.
@@ -661,49 +682,9 @@
           &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationError*.
         },
       ],
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationErrors*.
     },
-    &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*.
-    &quot;targetLink&quot;: &quot;A String&quot;,
-    &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.
-    &quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
-      &quot;offload&quot;: True or False, # Option for export offload.
-      &quot;csvExportOptions&quot;: { # Options for exporting data as CSV.
-        &quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
-      },
-      &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.
-        &quot;A String&quot;,
-      ],
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#exportContext*.
-      &quot;sqlExportOptions&quot;: { # Options for exporting data as SQL statements.
-        &quot;schemaOnly&quot;: True or False, # Export only schemas.
-        &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.
-          &quot;A String&quot;,
-        ],
-        &quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
-          &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.
-        },
-      },
-      &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.
-      &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.
-    },
-    &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*
-    &quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
-    &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
-    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operation*.
-    &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*.
-    &quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.
     &quot;importContext&quot;: { # Database instance import context. # The context for import operation, if applicable.
-      &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.
-      &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.
-      &quot;csvImportOptions&quot;: { # Options for importing data as CSV.
-        &quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
-          &quot;A String&quot;,
-        ],
-        &quot;table&quot;: &quot;A String&quot;, # The table to which CSV data is imported.
-      },
-      &quot;database&quot;: &quot;A String&quot;, # The target database for the import. If *fileType* is *SQL*, this field is required only if the import file does not specify a database, and is overridden by any database specification in the import file. If *fileType* is *CSV*, one database must be specified.
-      &quot;importUser&quot;: &quot;A String&quot;, # The PostgreSQL user for this import operation. PostgreSQL instances only.
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#importContext*.
       &quot;bakImportOptions&quot;: { # Import parameters specific to SQL Server .BAK files
         &quot;encryptionOptions&quot;: {
           &quot;certPath&quot;: &quot;A String&quot;, # Path to the Certificate (.cer) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file.
@@ -711,9 +692,52 @@
           &quot;pvkPath&quot;: &quot;A String&quot;, # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file.
         },
       },
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#importContext*.
+      &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.
+      &quot;database&quot;: &quot;A String&quot;, # The target database for the import. If *fileType* is *SQL*, this field is required only if the import file does not specify a database, and is overridden by any database specification in the import file. If *fileType* is *CSV*, one database must be specified.
+      &quot;csvImportOptions&quot;: { # Options for importing data as CSV.
+        &quot;table&quot;: &quot;A String&quot;, # The table to which CSV data is imported.
+        &quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
+          &quot;A String&quot;,
+        ],
+      },
+      &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.
+      &quot;importUser&quot;: &quot;A String&quot;, # The PostgreSQL user for this import operation. PostgreSQL instances only.
     },
-    &quot;user&quot;: &quot;A String&quot;, # The email address of the user who initiated this operation.
+    &quot;status&quot;: &quot;A String&quot;, # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED*
+    &quot;targetLink&quot;: &quot;A String&quot;,
     &quot;targetId&quot;: &quot;A String&quot;, # Name of the database instance related to this operation.
+    &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*.
+    &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*
+    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operation*.
+    &quot;backupContext&quot;: { # Backup context. # The context for backup operation, if applicable.
+      &quot;backupId&quot;: &quot;A String&quot;, # The identifier of the backup.
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#backupContext*.
+    },
+    &quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
+      &quot;sqlExportOptions&quot;: { # Options for exporting data as SQL statements.
+        &quot;schemaOnly&quot;: True or False, # Export only schemas.
+        &quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
+          &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.
+        },
+        &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.
+          &quot;A String&quot;,
+        ],
+      },
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#exportContext*.
+      &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.
+      &quot;csvExportOptions&quot;: { # Options for exporting data as CSV. *MySQL* and *PostgreSQL* instances only.
+        &quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
+      },
+      &quot;offload&quot;: True or False, # Option for export offload.
+      &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.
+      &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.
+        &quot;A String&quot;,
+      ],
+    },
+    &quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
+    &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*.
+    &quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.
   }</pre>
 </div>
 
@@ -733,172 +757,178 @@
   An object of the form:
 
     { # A Cloud SQL instance resource. Next field: 36
-    &quot;serviceAccountEmailAddress&quot;: &quot;A String&quot;, # The service account email address assigned to the instance. This property is applicable only to Second Generation instances.
-    &quot;gceZone&quot;: &quot;A String&quot;, # The Compute Engine zone that the instance is currently serving from. This value could be different from the zone that was specified when the instance was created if the instance has failed over to its secondary zone.
-    &quot;secondaryGceZone&quot;: &quot;A String&quot;, # The Compute Engine zone that the failover instance is currently serving from for a regional instance. This value could be different from the zone that was specified when the instance was created if the instance has failed over to its secondary/failover zone. Reserved for future use.
-    &quot;etag&quot;: &quot;A String&quot;, # This field is deprecated and will be removed from a future version of the API. Use the *settings.settingsVersion* field instead.
-    &quot;onPremisesConfiguration&quot;: { # On-premises instance configuration. # Configuration specific to on-premises instances.
-      &quot;password&quot;: &quot;A String&quot;, # The password for connecting to on-premises instance.
-      &quot;caCertificate&quot;: &quot;A String&quot;, # PEM representation of the trusted CA&#x27;s x509 certificate.
-      &quot;dumpFilePath&quot;: &quot;A String&quot;, # The dump file to create the Cloud SQL replica.
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#onPremisesConfiguration*.
-      &quot;hostPort&quot;: &quot;A String&quot;, # The host and port of the on-premises instance in host:port format
-      &quot;username&quot;: &quot;A String&quot;, # The username for connecting to on-premises instance.
-      &quot;clientCertificate&quot;: &quot;A String&quot;, # PEM representation of the replica&#x27;s x509 certificate.
-      &quot;clientKey&quot;: &quot;A String&quot;, # PEM representation of the replica&#x27;s private key. The corresponsing public key is encoded in the client&#x27;s certificate.
+    &quot;scheduledMaintenance&quot;: { # Any scheduled maintenancce for this instance. # The start time of any upcoming scheduled maintenance for this instance.
+      &quot;canDefer&quot;: True or False,
+      &quot;startTime&quot;: &quot;A String&quot;, # The start time of any upcoming scheduled maintenance for this instance.
+      &quot;canReschedule&quot;: True or False, # If the scheduled maintenance can be rescheduled.
     },
-    &quot;instanceType&quot;: &quot;A String&quot;, # The instance type. This can be one of the following. *CLOUD_SQL_INSTANCE*: A Cloud SQL instance that is not replicating from a primary instance. *ON_PREMISES_INSTANCE*: An instance running on the customer&#x27;s premises. *READ_REPLICA_INSTANCE*: A Cloud SQL instance configured as a read-replica.
-    &quot;diskEncryptionConfiguration&quot;: { # Disk encryption configuration for an instance. # Disk encryption configuration specific to an instance. Applies only to Second Generation instances.
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#diskEncryptionConfiguration*.
-      &quot;kmsKeyName&quot;: &quot;A String&quot;, # Resource name of KMS key for disk encryption
-    },
-    &quot;rootPassword&quot;: &quot;A String&quot;, # Initial root password. Use only on creation.
+    &quot;backendType&quot;: &quot;A String&quot;, #  *SECOND_GEN*: Cloud SQL database instance. *EXTERNAL*: A database server that is not managed by Google. This property is read-only; use the *tier* property in the *settings* object to determine the database type.
     &quot;failoverReplica&quot;: { # The name and status of the failover replica. This property is applicable only to Second Generation instances.
       &quot;available&quot;: True or False, # The availability status of the failover replica. A false status indicates that the failover replica is out of sync. The primary instance can only failover to the failover replica when the status is true.
       &quot;name&quot;: &quot;A String&quot;, # The name of the failover replica. If specified at instance creation, a failover replica is created for the instance. The name doesn&#x27;t include the project ID. This property is applicable only to Second Generation instances.
     },
-    &quot;serverCaCert&quot;: { # SslCerts Resource # SSL configuration.
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#sslCert*.
-      &quot;instance&quot;: &quot;A String&quot;, # Name of the database instance.
-      &quot;cert&quot;: &quot;A String&quot;, # PEM representation.
-      &quot;commonName&quot;: &quot;A String&quot;, # User supplied name. Constrained to [a-zA-Z.-_ ]+.
-      &quot;sha1Fingerprint&quot;: &quot;A String&quot;, # Sha1 Fingerprint.
-      &quot;certSerialNumber&quot;: &quot;A String&quot;, # Serial number, as extracted from the certificate.
-      &quot;createTime&quot;: &quot;A String&quot;, # The time when the certificate was created in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*
-      &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
-      &quot;expirationTime&quot;: &quot;A String&quot;, # The time when the certificate expires in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
-    },
     &quot;databaseVersion&quot;: &quot;A String&quot;, # The database engine type and version. The *databaseVersion* field cannot be changed after instance creation. MySQL instances: *MYSQL_8_0*, *MYSQL_5_7* (default), or *MYSQL_5_6*. PostgreSQL instances: *POSTGRES_9_6*, *POSTGRES_10*, *POSTGRES_11* or *POSTGRES_12* (default). SQL Server instances: *SQLSERVER_2017_STANDARD* (default), *SQLSERVER_2017_ENTERPRISE*, *SQLSERVER_2017_EXPRESS*, or *SQLSERVER_2017_WEB*.
-    &quot;region&quot;: &quot;A String&quot;, # The geographical region. Can be *us-central* (*FIRST_GEN* instances only) *us-central1* (*SECOND_GEN* instances only) *asia-east1* or *europe-west1*. Defaults to *us-central* or *us-central1* depending on the instance type. The region cannot be changed after instance creation.
     &quot;suspensionReason&quot;: [ # If the instance state is SUSPENDED, the reason for the suspension.
       &quot;A String&quot;,
     ],
-    &quot;project&quot;: &quot;A String&quot;, # The project ID of the project containing the Cloud SQL instance. The Google apps domain is prefixed if applicable.
-    &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
+    &quot;masterInstanceName&quot;: &quot;A String&quot;, # The name of the instance which will act as primary in the replication setup.
+    &quot;name&quot;: &quot;A String&quot;, # Name of the Cloud SQL instance. This does not include the project ID.
+    &quot;onPremisesConfiguration&quot;: { # On-premises instance configuration. # Configuration specific to on-premises instances.
+      &quot;caCertificate&quot;: &quot;A String&quot;, # PEM representation of the trusted CA&#x27;s x509 certificate.
+      &quot;username&quot;: &quot;A String&quot;, # The username for connecting to on-premises instance.
+      &quot;clientCertificate&quot;: &quot;A String&quot;, # PEM representation of the replica&#x27;s x509 certificate.
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#onPremisesConfiguration*.
+      &quot;password&quot;: &quot;A String&quot;, # The password for connecting to on-premises instance.
+      &quot;clientKey&quot;: &quot;A String&quot;, # PEM representation of the replica&#x27;s private key. The corresponsing public key is encoded in the client&#x27;s certificate.
+      &quot;hostPort&quot;: &quot;A String&quot;, # The host and port of the on-premises instance in host:port format
+      &quot;dumpFilePath&quot;: &quot;A String&quot;, # The dump file to create the Cloud SQL replica.
+    },
     &quot;ipAddresses&quot;: [ # The assigned IP addresses for the instance.
       { # Database instance IP Mapping.
         &quot;type&quot;: &quot;A String&quot;, # The type of this IP address. A *PRIMARY* address is a public address that can accept incoming connections. A *PRIVATE* address is a private address that can accept incoming connections. An *OUTGOING* address is the source address of connections originating from the instance, if supported.
-        &quot;timeToRetire&quot;: &quot;A String&quot;, # The due time for this IP to be retired in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*. This field is only available when the IP is scheduled to be retired.
         &quot;ipAddress&quot;: &quot;A String&quot;, # The IP address assigned.
+        &quot;timeToRetire&quot;: &quot;A String&quot;, # The due time for this IP to be retired in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*. This field is only available when the IP is scheduled to be retired.
       },
     ],
-    &quot;satisfiesPzs&quot;: True or False, # The status indicating if instance satisfies physical zone separation. Reserved for future use.
-    &quot;masterInstanceName&quot;: &quot;A String&quot;, # The name of the instance which will act as primary in the replication setup.
-    &quot;backendType&quot;: &quot;A String&quot;, #  *SECOND_GEN*: Cloud SQL database instance. *EXTERNAL*: A database server that is not managed by Google. This property is read-only; use the *tier* property in the *settings* object to determine the database type.
-    &quot;currentDiskSize&quot;: &quot;A String&quot;, # The current disk usage of the instance in bytes. This property has been deprecated. Use the &quot;cloudsql.googleapis.com/database/disk/bytes_used&quot; metric in Cloud Monitoring API instead. Please see this announcement for details.
-    &quot;state&quot;: &quot;A String&quot;, # The current serving state of the Cloud SQL instance. This can be one of the following. *SQL_INSTANCE_STATE_UNSPECIFIED*: The state of the instance is unknown. *RUNNABLE*: The instance has been stopped by owner. It is not currently running, but it&#x27;s ready to be restarted. *SUSPENDED*: The instance is not available, for example due to problems with billing. for example due to problems with billing. *PENDING_DELETE*: The instance is being deleted. *PENDING_CREATE*: The instance is being created. *MAINTENANCE*: The instance is down for maintenance. *FAILED*: The instance creation failed.
-    &quot;maxDiskSize&quot;: &quot;A String&quot;, # The maximum disk size of the instance in bytes.
-    &quot;settings&quot;: { # Database instance settings. # The user settings.
-      &quot;availabilityType&quot;: &quot;A String&quot;, # Availability type. Potential values: *ZONAL*: The instance serves data from only one zone. Outages in that zone affect data accessibility. *REGIONAL*: The instance can serve data from more than one zone in a region (it is highly available). For more information, see Overview of the High Availability Configuration.
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#settings*.
-      &quot;dataDiskSizeGb&quot;: &quot;A String&quot;, # The size of data disk, in GB. The data disk size minimum is 10GB.
-      &quot;crashSafeReplicationEnabled&quot;: True or False, # Configuration specific to read replica instances. Indicates whether database flags for crash-safe replication are enabled. This property was only applicable to First Generation instances.
-      &quot;storageAutoResizeLimit&quot;: &quot;A String&quot;, # The maximum size to which storage capacity can be automatically increased. The default value is 0, which specifies that there is no limit.
-      &quot;pricingPlan&quot;: &quot;A String&quot;, # The pricing plan for this instance. This can be either *PER_USE* or *PACKAGE*. Only *PER_USE* is supported for Second Generation instances.
-      &quot;dataDiskType&quot;: &quot;A String&quot;, # The type of data disk: PD_SSD (default) or PD_HDD. Not used for First Generation instances.
-      &quot;backupConfiguration&quot;: { # Database instance backup configuration. # The daily backup configuration for the instance.
-        &quot;enabled&quot;: True or False, # Whether this configuration is enabled.
-        &quot;backupRetentionSettings&quot;: { # We currently only support backup retention by specifying the number of backups we will retain. # Backup retention settings.
-          &quot;retentionUnit&quot;: &quot;A String&quot;, # The unit that &#x27;retained_backups&#x27; represents.
-          &quot;retainedBackups&quot;: 42, # Depending on the value of retention_unit, this is used to determine if a backup needs to be deleted. If retention_unit is &#x27;COUNT&#x27;, we will retain this many backups.
-        },
-        &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#backupConfiguration*.
-        &quot;startTime&quot;: &quot;A String&quot;, # Start time for the daily backup configuration in UTC timezone in the 24 hour format - *HH:MM*.
-        &quot;pointInTimeRecoveryEnabled&quot;: True or False, # Reserved for future use.
-        &quot;transactionLogRetentionDays&quot;: 42, # The number of days of transaction logs we retain for point in time restore, from 1-7.
-        &quot;replicationLogArchivingEnabled&quot;: True or False, # Reserved for future use.
-        &quot;binaryLogEnabled&quot;: True or False, # (MySQL only) Whether binary log is enabled. If backup configuration is disabled, binarylog must be disabled as well.
-        &quot;location&quot;: &quot;A String&quot;, # Location of the backup
-      },
-      &quot;locationPreference&quot;: { # Preferred location. This specifies where a Cloud SQL instance is located, either in a specific Compute Engine zone, or co-located with an App Engine application. Note that if the preferred location is not available, the instance will be located as close as possible within the region. Only one location may be specified. # The location preference settings. This allows the instance to be located as near as possible to either an App Engine app or Compute Engine zone for better performance. App Engine co-location was only applicable to First Generation instances.
-        &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#locationPreference*.
-        &quot;followGaeApplication&quot;: &quot;A String&quot;, # The App Engine application to follow, it must be in the same region as the Cloud SQL instance.
-        &quot;zone&quot;: &quot;A String&quot;, # The preferred Compute Engine zone (for example: us-central1-a, us-central1-b, etc.).
-        &quot;secondaryZone&quot;: &quot;A String&quot;, # The preferred Compute Engine zone for the secondary/failover (for example: us-central1-a, us-central1-b, etc.). Reserved for future use.
-      },
-      &quot;storageAutoResize&quot;: True or False, # Configuration to increase storage size automatically. The default value is true.
-      &quot;tier&quot;: &quot;A String&quot;, # The tier (or machine type) for this instance, for example *db-n1-standard-1* (MySQL instances) or *db-custom-1-3840* (PostgreSQL instances).
-      &quot;settingsVersion&quot;: &quot;A String&quot;, # The version of instance settings. This is a required field for update method to make sure concurrent updates are handled properly. During update, use the most recent settingsVersion value for this instance and do not try to update this value.
-      &quot;collation&quot;: &quot;A String&quot;, # The name of server Instance collation.
-      &quot;maintenanceWindow&quot;: { # Maintenance window. This specifies when a Cloud SQL instance is restarted for system maintenance purposes. # The maintenance window for this instance. This specifies when the instance can be restarted for maintenance purposes.
-        &quot;day&quot;: 42, # day of week (1-7), starting on Monday.
-        &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#maintenanceWindow*.
-        &quot;hour&quot;: 42, # hour of day - 0 to 23.
-        &quot;updateTrack&quot;: &quot;A String&quot;, # Maintenance timing setting: *canary* (Earlier) or *stable* (Later). Learn more.
-      },
-      &quot;userLabels&quot;: { # User-provided labels, represented as a dictionary where each label is a single key value pair.
-        &quot;a_key&quot;: &quot;A String&quot;,
-      },
-      &quot;activationPolicy&quot;: &quot;A String&quot;, # The activation policy specifies when the instance is activated; it is applicable only when the instance state is RUNNABLE. Valid values: *ALWAYS*: The instance is on, and remains so even in the absence of connection requests. *NEVER*: The instance is off; it is not activated, even if a connection request arrives.
-      &quot;databaseFlags&quot;: [ # The database flags passed to the instance at startup.
-        { # Database flags for Cloud SQL instances.
-          &quot;value&quot;: &quot;A String&quot;, # The value of the flag. Booleans are set to *on* for true and *off* for false. This field must be omitted if the flag doesn&#x27;t take a value.
-          &quot;name&quot;: &quot;A String&quot;, # The name of the flag. These flags are passed at instance startup, so include both server options and system variables for MySQL. Flags are specified with underscores, not hyphens. For more information, see Configuring Database Flags in the Cloud SQL documentation.
-        },
-      ],
-      &quot;denyMaintenancePeriods&quot;: [ # Deny maintenance periods
-        { # Deny Maintenance Periods. This specifies a date range during when all CSA rollout will be denied.
-          &quot;endDate&quot;: &quot;A String&quot;, # &quot;deny maintenance period&quot; end date. If the year of the end date is empty, the year of the start date also must be empty. In this case, it means the deny maintenance period recurs every year. The date is in format yyyy-mm-dd i.e., 2020-11-01, or mm-dd, i.e., 11-01
-          &quot;time&quot;: &quot;A String&quot;, # Time in UTC when the &quot;deny maintenance period&quot; starts on start_date and ends on end_date. The time is in format: HH:mm:SS, i.e., 00:00:00
-          &quot;startDate&quot;: &quot;A String&quot;, # &quot;deny maintenance period&quot; start date. If the year of the start date is empty, the year of the end date also must be empty. In this case, it means the deny maintenance period recurs every year. The date is in format yyyy-mm-dd i.e., 2020-11-01, or mm-dd, i.e., 11-01
-        },
-      ],
-      &quot;databaseReplicationEnabled&quot;: True or False, # Configuration specific to read replica instances. Indicates whether replication is enabled or not.
-      &quot;ipConfiguration&quot;: { # IP Management configuration. # The settings for IP Management. This allows to enable or disable the instance IP and manage which external networks can connect to the instance. The IPv4 address cannot be disabled for Second Generation instances.
-        &quot;privateNetwork&quot;: &quot;A String&quot;, # The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. For example, */projects/myProject/global/networks/default*. This setting can be updated, but it cannot be removed after it is set.
-        &quot;authorizedNetworks&quot;: [ # The list of external networks that are allowed to connect to the instance using the IP. In &#x27;CIDR&#x27; notation, also known as &#x27;slash&#x27; notation (for example: *192.168.100.0/24*).
-          { # An entry for an Access Control list.
-            &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#aclEntry*.
-            &quot;expirationTime&quot;: &quot;A String&quot;, # The time when this access control entry expires in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
-            &quot;name&quot;: &quot;A String&quot;, # Optional. A label to identify this entry.
-            &quot;value&quot;: &quot;A String&quot;, # The allowlisted value for the access control list.
-          },
-        ],
-        &quot;ipv4Enabled&quot;: True or False, # Whether the instance is assigned a public IP address or not.
-        &quot;requireSsl&quot;: True or False, # Whether SSL connections over IP are enforced or not.
-      },
-      &quot;authorizedGaeApplications&quot;: [ # The App Engine app IDs that can access this instance. (Deprecated) Applied to First Generation instances only.
-        &quot;A String&quot;,
-      ],
-      &quot;replicationType&quot;: &quot;A String&quot;, # The type of replication this instance uses. This can be either *ASYNCHRONOUS* or *SYNCHRONOUS*. (Deprecated_ This property was only applicable to First Generation instances.
-      &quot;activeDirectoryConfig&quot;: { # Active Directory configuration, relevant only for Cloud SQL for SQL Server. # Active Directory configuration, relevant only for Cloud SQL for SQL Server.
-        &quot;domain&quot;: &quot;A String&quot;, # The name of the domain (e.g., mydomain.com).
-        &quot;kind&quot;: &quot;A String&quot;, # This is always sql#activeDirectoryConfig.
-      },
-    },
-    &quot;scheduledMaintenance&quot;: { # Any scheduled maintenancce for this instance. # The start time of any upcoming scheduled maintenance for this instance.
-      &quot;startTime&quot;: &quot;A String&quot;, # The start time of any upcoming scheduled maintenance for this instance.
-      &quot;canReschedule&quot;: True or False, # If the scheduled maintenance can be rescheduled.
-      &quot;canDefer&quot;: True or False,
-    },
-    &quot;replicaConfiguration&quot;: { # Read-replica configuration for connecting to the primary instance. # Configuration specific to failover replicas and read replicas.
-      &quot;failoverTarget&quot;: True or False, # Specifies if the replica is the failover target. If the field is set to *true* the replica will be designated as a failover replica. In case the primary instance fails, the replica instance will be promoted as the new primary instance. Only one replica can be specified as failover target, and the replica has to be in different zone with the primary instance.
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#replicaConfiguration*.
-      &quot;mysqlReplicaConfiguration&quot;: { # Read-replica configuration specific to MySQL databases. # MySQL specific configuration when replicating from a MySQL on-premises primary instance. Replication configuration information such as the username, password, certificates, and keys are not stored in the instance metadata. The configuration information is used only to set up the replication connection and is stored by MySQL in a file named *master.info* in the data directory.
-        &quot;masterHeartbeatPeriod&quot;: &quot;A String&quot;, # Interval in milliseconds between replication heartbeats.
-        &quot;sslCipher&quot;: &quot;A String&quot;, # A list of permissible ciphers to use for SSL encryption.
-        &quot;username&quot;: &quot;A String&quot;, # The username for the replication connection.
-        &quot;clientCertificate&quot;: &quot;A String&quot;, # PEM representation of the replica&#x27;s x509 certificate.
-        &quot;connectRetryInterval&quot;: 42, # Seconds to wait between connect retries. MySQL&#x27;s default is 60 seconds.
-        &quot;dumpFilePath&quot;: &quot;A String&quot;, # Path to a SQL dump file in Google Cloud Storage from which the replica instance is to be created. The URI is in the form gs://bucketName/fileName. Compressed gzip files (.gz) are also supported. Dumps have the binlog co-ordinates from which replication begins. This can be accomplished by setting --master-data to 1 when using mysqldump.
-        &quot;password&quot;: &quot;A String&quot;, # The password for the replication connection.
-        &quot;caCertificate&quot;: &quot;A String&quot;, # PEM representation of the trusted CA&#x27;s x509 certificate.
-        &quot;verifyServerCertificate&quot;: True or False, # Whether or not to check the primary instance&#x27;s Common Name value in the certificate that it sends during the SSL handshake.
-        &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#mysqlReplicaConfiguration*.
-        &quot;clientKey&quot;: &quot;A String&quot;, # PEM representation of the replica&#x27;s private key. The corresponsing public key is encoded in the client&#x27;s certificate.
-      },
+    &quot;etag&quot;: &quot;A String&quot;, # This field is deprecated and will be removed from a future version of the API. Use the *settings.settingsVersion* field instead.
+    &quot;rootPassword&quot;: &quot;A String&quot;, # Initial root password. Use only on creation.
+    &quot;diskEncryptionConfiguration&quot;: { # Disk encryption configuration for an instance. # Disk encryption configuration specific to an instance. Applies only to Second Generation instances.
+      &quot;kmsKeyName&quot;: &quot;A String&quot;, # Resource name of KMS key for disk encryption
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#diskEncryptionConfiguration*.
     },
     &quot;connectionName&quot;: &quot;A String&quot;, # Connection name of the Cloud SQL instance used in connection strings.
+    &quot;replicaNames&quot;: [ # The replicas of the instance.
+      &quot;A String&quot;,
+    ],
+    &quot;state&quot;: &quot;A String&quot;, # The current serving state of the Cloud SQL instance. This can be one of the following. *SQL_INSTANCE_STATE_UNSPECIFIED*: The state of the instance is unknown. *RUNNABLE*: The instance has been stopped by owner. It is not currently running, but it&#x27;s ready to be restarted. *SUSPENDED*: The instance is not available, for example due to problems with billing. for example due to problems with billing. *PENDING_DELETE*: The instance is being deleted. *PENDING_CREATE*: The instance is being created. *MAINTENANCE*: The instance is down for maintenance. *FAILED*: The instance creation failed.
+    &quot;serverCaCert&quot;: { # SslCerts Resource # SSL configuration.
+      &quot;cert&quot;: &quot;A String&quot;, # PEM representation.
+      &quot;certSerialNumber&quot;: &quot;A String&quot;, # Serial number, as extracted from the certificate.
+      &quot;instance&quot;: &quot;A String&quot;, # Name of the database instance.
+      &quot;sha1Fingerprint&quot;: &quot;A String&quot;, # Sha1 Fingerprint.
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#sslCert*.
+      &quot;commonName&quot;: &quot;A String&quot;, # User supplied name. Constrained to [a-zA-Z.-_ ]+.
+      &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
+      &quot;expirationTime&quot;: &quot;A String&quot;, # The time when the certificate expires in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
+      &quot;createTime&quot;: &quot;A String&quot;, # The time when the certificate was created in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*
+    },
+    &quot;maxDiskSize&quot;: &quot;A String&quot;, # The maximum disk size of the instance in bytes.
+    &quot;secondaryGceZone&quot;: &quot;A String&quot;, # The Compute Engine zone that the failover instance is currently serving from for a regional instance. This value could be different from the zone that was specified when the instance was created if the instance has failed over to its secondary/failover zone. Reserved for future use.
     &quot;diskEncryptionStatus&quot;: { # Disk encryption status for an instance. # Disk encryption status specific to an instance. Applies only to Second Generation instances.
       &quot;kmsKeyVersionName&quot;: &quot;A String&quot;, # KMS key version used to encrypt the Cloud SQL instance resource
       &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#diskEncryptionStatus*.
     },
-    &quot;replicaNames&quot;: [ # The replicas of the instance.
-      &quot;A String&quot;,
-    ],
+    &quot;project&quot;: &quot;A String&quot;, # The project ID of the project containing the Cloud SQL instance. The Google apps domain is prefixed if applicable.
     &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#instance*.
-    &quot;name&quot;: &quot;A String&quot;, # Name of the Cloud SQL instance. This does not include the project ID.
+    &quot;satisfiesPzs&quot;: True or False, # The status indicating if instance satisfies physical zone separation. Reserved for future use.
+    &quot;settings&quot;: { # Database instance settings. # The user settings.
+      &quot;databaseReplicationEnabled&quot;: True or False, # Configuration specific to read replica instances. Indicates whether replication is enabled or not.
+      &quot;ipConfiguration&quot;: { # IP Management configuration. # The settings for IP Management. This allows to enable or disable the instance IP and manage which external networks can connect to the instance. The IPv4 address cannot be disabled for Second Generation instances.
+        &quot;ipv4Enabled&quot;: True or False, # Whether the instance is assigned a public IP address or not.
+        &quot;authorizedNetworks&quot;: [ # The list of external networks that are allowed to connect to the instance using the IP. In &#x27;CIDR&#x27; notation, also known as &#x27;slash&#x27; notation (for example: *192.168.100.0/24*).
+          { # An entry for an Access Control list.
+            &quot;expirationTime&quot;: &quot;A String&quot;, # The time when this access control entry expires in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
+            &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#aclEntry*.
+            &quot;value&quot;: &quot;A String&quot;, # The allowlisted value for the access control list.
+            &quot;name&quot;: &quot;A String&quot;, # Optional. A label to identify this entry.
+          },
+        ],
+        &quot;requireSsl&quot;: True or False, # Whether SSL connections over IP are enforced or not.
+        &quot;privateNetwork&quot;: &quot;A String&quot;, # The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. For example, */projects/myProject/global/networks/default*. This setting can be updated, but it cannot be removed after it is set.
+      },
+      &quot;availabilityType&quot;: &quot;A String&quot;, # Availability type. Potential values: *ZONAL*: The instance serves data from only one zone. Outages in that zone affect data accessibility. *REGIONAL*: The instance can serve data from more than one zone in a region (it is highly available). For more information, see Overview of the High Availability Configuration.
+      &quot;databaseFlags&quot;: [ # The database flags passed to the instance at startup.
+        { # Database flags for Cloud SQL instances.
+          &quot;name&quot;: &quot;A String&quot;, # The name of the flag. These flags are passed at instance startup, so include both server options and system variables for MySQL. Flags are specified with underscores, not hyphens. For more information, see Configuring Database Flags in the Cloud SQL documentation.
+          &quot;value&quot;: &quot;A String&quot;, # The value of the flag. Booleans are set to *on* for true and *off* for false. This field must be omitted if the flag doesn&#x27;t take a value.
+        },
+      ],
+      &quot;authorizedGaeApplications&quot;: [ # The App Engine app IDs that can access this instance. (Deprecated) Applied to First Generation instances only.
+        &quot;A String&quot;,
+      ],
+      &quot;pricingPlan&quot;: &quot;A String&quot;, # The pricing plan for this instance. This can be either *PER_USE* or *PACKAGE*. Only *PER_USE* is supported for Second Generation instances.
+      &quot;userLabels&quot;: { # User-provided labels, represented as a dictionary where each label is a single key value pair.
+        &quot;a_key&quot;: &quot;A String&quot;,
+      },
+      &quot;locationPreference&quot;: { # Preferred location. This specifies where a Cloud SQL instance is located, either in a specific Compute Engine zone, or co-located with an App Engine application. Note that if the preferred location is not available, the instance will be located as close as possible within the region. Only one location may be specified. # The location preference settings. This allows the instance to be located as near as possible to either an App Engine app or Compute Engine zone for better performance. App Engine co-location was only applicable to First Generation instances.
+        &quot;zone&quot;: &quot;A String&quot;, # The preferred Compute Engine zone (for example: us-central1-a, us-central1-b, etc.).
+        &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#locationPreference*.
+        &quot;secondaryZone&quot;: &quot;A String&quot;, # The preferred Compute Engine zone for the secondary/failover (for example: us-central1-a, us-central1-b, etc.). Reserved for future use.
+        &quot;followGaeApplication&quot;: &quot;A String&quot;, # The App Engine application to follow, it must be in the same region as the Cloud SQL instance.
+      },
+      &quot;dataDiskType&quot;: &quot;A String&quot;, # The type of data disk: PD_SSD (default) or PD_HDD. Not used for First Generation instances.
+      &quot;tier&quot;: &quot;A String&quot;, # The tier (or machine type) for this instance, for example *db-n1-standard-1* (MySQL instances) or *db-custom-1-3840* (PostgreSQL instances).
+      &quot;backupConfiguration&quot;: { # Database instance backup configuration. # The daily backup configuration for the instance.
+        &quot;pointInTimeRecoveryEnabled&quot;: True or False, # Reserved for future use.
+        &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#backupConfiguration*.
+        &quot;location&quot;: &quot;A String&quot;, # Location of the backup
+        &quot;transactionLogRetentionDays&quot;: 42, # The number of days of transaction logs we retain for point in time restore, from 1-7.
+        &quot;backupRetentionSettings&quot;: { # We currently only support backup retention by specifying the number of backups we will retain. # Backup retention settings.
+          &quot;retentionUnit&quot;: &quot;A String&quot;, # The unit that &#x27;retained_backups&#x27; represents.
+          &quot;retainedBackups&quot;: 42, # Depending on the value of retention_unit, this is used to determine if a backup needs to be deleted. If retention_unit is &#x27;COUNT&#x27;, we will retain this many backups.
+        },
+        &quot;binaryLogEnabled&quot;: True or False, # (MySQL only) Whether binary log is enabled. If backup configuration is disabled, binarylog must be disabled as well.
+        &quot;startTime&quot;: &quot;A String&quot;, # Start time for the daily backup configuration in UTC timezone in the 24 hour format - *HH:MM*.
+        &quot;replicationLogArchivingEnabled&quot;: True or False, # Reserved for future use.
+        &quot;enabled&quot;: True or False, # Whether this configuration is enabled.
+      },
+      &quot;denyMaintenancePeriods&quot;: [ # Deny maintenance periods
+        { # Deny Maintenance Periods. This specifies a date range during when all CSA rollout will be denied.
+          &quot;endDate&quot;: &quot;A String&quot;, # &quot;deny maintenance period&quot; end date. If the year of the end date is empty, the year of the start date also must be empty. In this case, it means the deny maintenance period recurs every year. The date is in format yyyy-mm-dd i.e., 2020-11-01, or mm-dd, i.e., 11-01
+          &quot;startDate&quot;: &quot;A String&quot;, # &quot;deny maintenance period&quot; start date. If the year of the start date is empty, the year of the end date also must be empty. In this case, it means the deny maintenance period recurs every year. The date is in format yyyy-mm-dd i.e., 2020-11-01, or mm-dd, i.e., 11-01
+          &quot;time&quot;: &quot;A String&quot;, # Time in UTC when the &quot;deny maintenance period&quot; starts on start_date and ends on end_date. The time is in format: HH:mm:SS, i.e., 00:00:00
+        },
+      ],
+      &quot;replicationType&quot;: &quot;A String&quot;, # The type of replication this instance uses. This can be either *ASYNCHRONOUS* or *SYNCHRONOUS*. (Deprecated_ This property was only applicable to First Generation instances.
+      &quot;dataDiskSizeGb&quot;: &quot;A String&quot;, # The size of data disk, in GB. The data disk size minimum is 10GB.
+      &quot;collation&quot;: &quot;A String&quot;, # The name of server Instance collation.
+      &quot;crashSafeReplicationEnabled&quot;: True or False, # Configuration specific to read replica instances. Indicates whether database flags for crash-safe replication are enabled. This property was only applicable to First Generation instances.
+      &quot;activeDirectoryConfig&quot;: { # Active Directory configuration, relevant only for Cloud SQL for SQL Server. # Active Directory configuration, relevant only for Cloud SQL for SQL Server.
+        &quot;domain&quot;: &quot;A String&quot;, # The name of the domain (e.g., mydomain.com).
+        &quot;kind&quot;: &quot;A String&quot;, # This is always sql#activeDirectoryConfig.
+      },
+      &quot;storageAutoResize&quot;: True or False, # Configuration to increase storage size automatically. The default value is true.
+      &quot;maintenanceWindow&quot;: { # Maintenance window. This specifies when a Cloud SQL instance is restarted for system maintenance purposes. # The maintenance window for this instance. This specifies when the instance can be restarted for maintenance purposes.
+        &quot;hour&quot;: 42, # hour of day - 0 to 23.
+        &quot;updateTrack&quot;: &quot;A String&quot;, # Maintenance timing setting: *canary* (Earlier) or *stable* (Later). Learn more.
+        &quot;day&quot;: 42, # day of week (1-7), starting on Monday.
+        &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#maintenanceWindow*.
+      },
+      &quot;insightsConfig&quot;: { # Insights configuration. This specifies when Cloud SQL Insights feature is enabled and optional configuration. # Insights configuration, for now relevant only for Postgres.
+        &quot;queryInsightsEnabled&quot;: True or False, # Whether Query Insights feature is enabled.
+        &quot;recordClientAddress&quot;: True or False, # Whether Query Insights will record client address when enabled.
+        &quot;queryStringLength&quot;: 42, # Maximum query length stored in bytes. Default value: 1024 bytes. Range: 256-4500 bytes. Query length more than this field value will be truncated to this value. When unset, query length will be the default value.
+        &quot;recordApplicationTags&quot;: True or False, # Whether Query Insights will record application tags from query when enabled.
+      },
+      &quot;settingsVersion&quot;: &quot;A String&quot;, # The version of instance settings. This is a required field for update method to make sure concurrent updates are handled properly. During update, use the most recent settingsVersion value for this instance and do not try to update this value.
+      &quot;storageAutoResizeLimit&quot;: &quot;A String&quot;, # The maximum size to which storage capacity can be automatically increased. The default value is 0, which specifies that there is no limit.
+      &quot;activationPolicy&quot;: &quot;A String&quot;, # The activation policy specifies when the instance is activated; it is applicable only when the instance state is RUNNABLE. Valid values: *ALWAYS*: The instance is on, and remains so even in the absence of connection requests. *NEVER*: The instance is off; it is not activated, even if a connection request arrives.
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#settings*.
+    },
+    &quot;gceZone&quot;: &quot;A String&quot;, # The Compute Engine zone that the instance is currently serving from. This value could be different from the zone that was specified when the instance was created if the instance has failed over to its secondary zone.
+    &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
     &quot;ipv6Address&quot;: &quot;A String&quot;, # The IPv6 address assigned to the instance. (Deprecated) This property was applicable only to First Generation instances.
+    &quot;instanceType&quot;: &quot;A String&quot;, # The instance type. This can be one of the following. *CLOUD_SQL_INSTANCE*: A Cloud SQL instance that is not replicating from a primary instance. *ON_PREMISES_INSTANCE*: An instance running on the customer&#x27;s premises. *READ_REPLICA_INSTANCE*: A Cloud SQL instance configured as a read-replica.
+    &quot;replicaConfiguration&quot;: { # Read-replica configuration for connecting to the primary instance. # Configuration specific to failover replicas and read replicas.
+      &quot;failoverTarget&quot;: True or False, # Specifies if the replica is the failover target. If the field is set to *true* the replica will be designated as a failover replica. In case the primary instance fails, the replica instance will be promoted as the new primary instance. Only one replica can be specified as failover target, and the replica has to be in different zone with the primary instance.
+      &quot;mysqlReplicaConfiguration&quot;: { # Read-replica configuration specific to MySQL databases. # MySQL specific configuration when replicating from a MySQL on-premises primary instance. Replication configuration information such as the username, password, certificates, and keys are not stored in the instance metadata. The configuration information is used only to set up the replication connection and is stored by MySQL in a file named *master.info* in the data directory.
+        &quot;clientCertificate&quot;: &quot;A String&quot;, # PEM representation of the replica&#x27;s x509 certificate.
+        &quot;password&quot;: &quot;A String&quot;, # The password for the replication connection.
+        &quot;username&quot;: &quot;A String&quot;, # The username for the replication connection.
+        &quot;masterHeartbeatPeriod&quot;: &quot;A String&quot;, # Interval in milliseconds between replication heartbeats.
+        &quot;clientKey&quot;: &quot;A String&quot;, # PEM representation of the replica&#x27;s private key. The corresponsing public key is encoded in the client&#x27;s certificate.
+        &quot;connectRetryInterval&quot;: 42, # Seconds to wait between connect retries. MySQL&#x27;s default is 60 seconds.
+        &quot;caCertificate&quot;: &quot;A String&quot;, # PEM representation of the trusted CA&#x27;s x509 certificate.
+        &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#mysqlReplicaConfiguration*.
+        &quot;sslCipher&quot;: &quot;A String&quot;, # A list of permissible ciphers to use for SSL encryption.
+        &quot;dumpFilePath&quot;: &quot;A String&quot;, # Path to a SQL dump file in Google Cloud Storage from which the replica instance is to be created. The URI is in the form gs://bucketName/fileName. Compressed gzip files (.gz) are also supported. Dumps have the binlog co-ordinates from which replication begins. This can be accomplished by setting --master-data to 1 when using mysqldump.
+        &quot;verifyServerCertificate&quot;: True or False, # Whether or not to check the primary instance&#x27;s Common Name value in the certificate that it sends during the SSL handshake.
+      },
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#replicaConfiguration*.
+    },
+    &quot;serviceAccountEmailAddress&quot;: &quot;A String&quot;, # The service account email address assigned to the instance. This property is applicable only to Second Generation instances.
+    &quot;region&quot;: &quot;A String&quot;, # The geographical region. Can be *us-central* (*FIRST_GEN* instances only) *us-central1* (*SECOND_GEN* instances only) *asia-east1* or *europe-west1*. Defaults to *us-central* or *us-central1* depending on the instance type. The region cannot be changed after instance creation.
+    &quot;currentDiskSize&quot;: &quot;A String&quot;, # The current disk usage of the instance in bytes. This property has been deprecated. Use the &quot;cloudsql.googleapis.com/database/disk/bytes_used&quot; metric in Cloud Monitoring API instead. Please see this announcement for details.
   }</pre>
 </div>
 
@@ -914,17 +944,6 @@
 
 { # Database instance import request.
     &quot;importContext&quot;: { # Database instance import context. # Contains details about the import operation.
-      &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.
-      &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.
-      &quot;csvImportOptions&quot;: { # Options for importing data as CSV.
-        &quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
-          &quot;A String&quot;,
-        ],
-        &quot;table&quot;: &quot;A String&quot;, # The table to which CSV data is imported.
-      },
-      &quot;database&quot;: &quot;A String&quot;, # The target database for the import. If *fileType* is *SQL*, this field is required only if the import file does not specify a database, and is overridden by any database specification in the import file. If *fileType* is *CSV*, one database must be specified.
-      &quot;importUser&quot;: &quot;A String&quot;, # The PostgreSQL user for this import operation. PostgreSQL instances only.
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#importContext*.
       &quot;bakImportOptions&quot;: { # Import parameters specific to SQL Server .BAK files
         &quot;encryptionOptions&quot;: {
           &quot;certPath&quot;: &quot;A String&quot;, # Path to the Certificate (.cer) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file.
@@ -932,6 +951,17 @@
           &quot;pvkPath&quot;: &quot;A String&quot;, # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file.
         },
       },
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#importContext*.
+      &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.
+      &quot;database&quot;: &quot;A String&quot;, # The target database for the import. If *fileType* is *SQL*, this field is required only if the import file does not specify a database, and is overridden by any database specification in the import file. If *fileType* is *CSV*, one database must be specified.
+      &quot;csvImportOptions&quot;: { # Options for importing data as CSV.
+        &quot;table&quot;: &quot;A String&quot;, # The table to which CSV data is imported.
+        &quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
+          &quot;A String&quot;,
+        ],
+      },
+      &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.
+      &quot;importUser&quot;: &quot;A String&quot;, # The PostgreSQL user for this import operation. PostgreSQL instances only.
     },
   }
 
@@ -943,10 +973,11 @@
 Returns:
   An object of the form:
 
-    { # An Operation resource. For successful operations that return an Operation resource, only the fields relevant to the operation are populated in the resource.
-    &quot;status&quot;: &quot;A String&quot;, # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED*
+    { # 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
+    &quot;user&quot;: &quot;A String&quot;, # The email address of the user who initiated this operation.
+    &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
+    &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.
     &quot;error&quot;: { # Database instance operation errors list wrapper. # If errors occurred during processing of this operation, this field will be populated.
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationErrors*.
       &quot;errors&quot;: [ # The list of errors encountered while processing this operation.
         { # Database instance operation error.
           &quot;code&quot;: &quot;A String&quot;, # Identifies the specific error that occurred.
@@ -954,49 +985,9 @@
           &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationError*.
         },
       ],
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationErrors*.
     },
-    &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*.
-    &quot;targetLink&quot;: &quot;A String&quot;,
-    &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.
-    &quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
-      &quot;offload&quot;: True or False, # Option for export offload.
-      &quot;csvExportOptions&quot;: { # Options for exporting data as CSV.
-        &quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
-      },
-      &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.
-        &quot;A String&quot;,
-      ],
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#exportContext*.
-      &quot;sqlExportOptions&quot;: { # Options for exporting data as SQL statements.
-        &quot;schemaOnly&quot;: True or False, # Export only schemas.
-        &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.
-          &quot;A String&quot;,
-        ],
-        &quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
-          &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.
-        },
-      },
-      &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.
-      &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.
-    },
-    &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*
-    &quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
-    &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
-    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operation*.
-    &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*.
-    &quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.
     &quot;importContext&quot;: { # Database instance import context. # The context for import operation, if applicable.
-      &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.
-      &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.
-      &quot;csvImportOptions&quot;: { # Options for importing data as CSV.
-        &quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
-          &quot;A String&quot;,
-        ],
-        &quot;table&quot;: &quot;A String&quot;, # The table to which CSV data is imported.
-      },
-      &quot;database&quot;: &quot;A String&quot;, # The target database for the import. If *fileType* is *SQL*, this field is required only if the import file does not specify a database, and is overridden by any database specification in the import file. If *fileType* is *CSV*, one database must be specified.
-      &quot;importUser&quot;: &quot;A String&quot;, # The PostgreSQL user for this import operation. PostgreSQL instances only.
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#importContext*.
       &quot;bakImportOptions&quot;: { # Import parameters specific to SQL Server .BAK files
         &quot;encryptionOptions&quot;: {
           &quot;certPath&quot;: &quot;A String&quot;, # Path to the Certificate (.cer) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file.
@@ -1004,9 +995,52 @@
           &quot;pvkPath&quot;: &quot;A String&quot;, # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file.
         },
       },
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#importContext*.
+      &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.
+      &quot;database&quot;: &quot;A String&quot;, # The target database for the import. If *fileType* is *SQL*, this field is required only if the import file does not specify a database, and is overridden by any database specification in the import file. If *fileType* is *CSV*, one database must be specified.
+      &quot;csvImportOptions&quot;: { # Options for importing data as CSV.
+        &quot;table&quot;: &quot;A String&quot;, # The table to which CSV data is imported.
+        &quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
+          &quot;A String&quot;,
+        ],
+      },
+      &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.
+      &quot;importUser&quot;: &quot;A String&quot;, # The PostgreSQL user for this import operation. PostgreSQL instances only.
     },
-    &quot;user&quot;: &quot;A String&quot;, # The email address of the user who initiated this operation.
+    &quot;status&quot;: &quot;A String&quot;, # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED*
+    &quot;targetLink&quot;: &quot;A String&quot;,
     &quot;targetId&quot;: &quot;A String&quot;, # Name of the database instance related to this operation.
+    &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*.
+    &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*
+    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operation*.
+    &quot;backupContext&quot;: { # Backup context. # The context for backup operation, if applicable.
+      &quot;backupId&quot;: &quot;A String&quot;, # The identifier of the backup.
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#backupContext*.
+    },
+    &quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
+      &quot;sqlExportOptions&quot;: { # Options for exporting data as SQL statements.
+        &quot;schemaOnly&quot;: True or False, # Export only schemas.
+        &quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
+          &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.
+        },
+        &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.
+          &quot;A String&quot;,
+        ],
+      },
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#exportContext*.
+      &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.
+      &quot;csvExportOptions&quot;: { # Options for exporting data as CSV. *MySQL* and *PostgreSQL* instances only.
+        &quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
+      },
+      &quot;offload&quot;: True or False, # Option for export offload.
+      &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.
+      &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.
+        &quot;A String&quot;,
+      ],
+    },
+    &quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
+    &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*.
+    &quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.
   }</pre>
 </div>
 
@@ -1020,172 +1054,178 @@
     The object takes the form of:
 
 { # A Cloud SQL instance resource. Next field: 36
-  &quot;serviceAccountEmailAddress&quot;: &quot;A String&quot;, # The service account email address assigned to the instance. This property is applicable only to Second Generation instances.
-  &quot;gceZone&quot;: &quot;A String&quot;, # The Compute Engine zone that the instance is currently serving from. This value could be different from the zone that was specified when the instance was created if the instance has failed over to its secondary zone.
-  &quot;secondaryGceZone&quot;: &quot;A String&quot;, # The Compute Engine zone that the failover instance is currently serving from for a regional instance. This value could be different from the zone that was specified when the instance was created if the instance has failed over to its secondary/failover zone. Reserved for future use.
-  &quot;etag&quot;: &quot;A String&quot;, # This field is deprecated and will be removed from a future version of the API. Use the *settings.settingsVersion* field instead.
-  &quot;onPremisesConfiguration&quot;: { # On-premises instance configuration. # Configuration specific to on-premises instances.
-    &quot;password&quot;: &quot;A String&quot;, # The password for connecting to on-premises instance.
-    &quot;caCertificate&quot;: &quot;A String&quot;, # PEM representation of the trusted CA&#x27;s x509 certificate.
-    &quot;dumpFilePath&quot;: &quot;A String&quot;, # The dump file to create the Cloud SQL replica.
-    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#onPremisesConfiguration*.
-    &quot;hostPort&quot;: &quot;A String&quot;, # The host and port of the on-premises instance in host:port format
-    &quot;username&quot;: &quot;A String&quot;, # The username for connecting to on-premises instance.
-    &quot;clientCertificate&quot;: &quot;A String&quot;, # PEM representation of the replica&#x27;s x509 certificate.
-    &quot;clientKey&quot;: &quot;A String&quot;, # PEM representation of the replica&#x27;s private key. The corresponsing public key is encoded in the client&#x27;s certificate.
+  &quot;scheduledMaintenance&quot;: { # Any scheduled maintenancce for this instance. # The start time of any upcoming scheduled maintenance for this instance.
+    &quot;canDefer&quot;: True or False,
+    &quot;startTime&quot;: &quot;A String&quot;, # The start time of any upcoming scheduled maintenance for this instance.
+    &quot;canReschedule&quot;: True or False, # If the scheduled maintenance can be rescheduled.
   },
-  &quot;instanceType&quot;: &quot;A String&quot;, # The instance type. This can be one of the following. *CLOUD_SQL_INSTANCE*: A Cloud SQL instance that is not replicating from a primary instance. *ON_PREMISES_INSTANCE*: An instance running on the customer&#x27;s premises. *READ_REPLICA_INSTANCE*: A Cloud SQL instance configured as a read-replica.
-  &quot;diskEncryptionConfiguration&quot;: { # Disk encryption configuration for an instance. # Disk encryption configuration specific to an instance. Applies only to Second Generation instances.
-    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#diskEncryptionConfiguration*.
-    &quot;kmsKeyName&quot;: &quot;A String&quot;, # Resource name of KMS key for disk encryption
-  },
-  &quot;rootPassword&quot;: &quot;A String&quot;, # Initial root password. Use only on creation.
+  &quot;backendType&quot;: &quot;A String&quot;, #  *SECOND_GEN*: Cloud SQL database instance. *EXTERNAL*: A database server that is not managed by Google. This property is read-only; use the *tier* property in the *settings* object to determine the database type.
   &quot;failoverReplica&quot;: { # The name and status of the failover replica. This property is applicable only to Second Generation instances.
     &quot;available&quot;: True or False, # The availability status of the failover replica. A false status indicates that the failover replica is out of sync. The primary instance can only failover to the failover replica when the status is true.
     &quot;name&quot;: &quot;A String&quot;, # The name of the failover replica. If specified at instance creation, a failover replica is created for the instance. The name doesn&#x27;t include the project ID. This property is applicable only to Second Generation instances.
   },
-  &quot;serverCaCert&quot;: { # SslCerts Resource # SSL configuration.
-    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#sslCert*.
-    &quot;instance&quot;: &quot;A String&quot;, # Name of the database instance.
-    &quot;cert&quot;: &quot;A String&quot;, # PEM representation.
-    &quot;commonName&quot;: &quot;A String&quot;, # User supplied name. Constrained to [a-zA-Z.-_ ]+.
-    &quot;sha1Fingerprint&quot;: &quot;A String&quot;, # Sha1 Fingerprint.
-    &quot;certSerialNumber&quot;: &quot;A String&quot;, # Serial number, as extracted from the certificate.
-    &quot;createTime&quot;: &quot;A String&quot;, # The time when the certificate was created in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*
-    &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
-    &quot;expirationTime&quot;: &quot;A String&quot;, # The time when the certificate expires in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
-  },
   &quot;databaseVersion&quot;: &quot;A String&quot;, # The database engine type and version. The *databaseVersion* field cannot be changed after instance creation. MySQL instances: *MYSQL_8_0*, *MYSQL_5_7* (default), or *MYSQL_5_6*. PostgreSQL instances: *POSTGRES_9_6*, *POSTGRES_10*, *POSTGRES_11* or *POSTGRES_12* (default). SQL Server instances: *SQLSERVER_2017_STANDARD* (default), *SQLSERVER_2017_ENTERPRISE*, *SQLSERVER_2017_EXPRESS*, or *SQLSERVER_2017_WEB*.
-  &quot;region&quot;: &quot;A String&quot;, # The geographical region. Can be *us-central* (*FIRST_GEN* instances only) *us-central1* (*SECOND_GEN* instances only) *asia-east1* or *europe-west1*. Defaults to *us-central* or *us-central1* depending on the instance type. The region cannot be changed after instance creation.
   &quot;suspensionReason&quot;: [ # If the instance state is SUSPENDED, the reason for the suspension.
     &quot;A String&quot;,
   ],
-  &quot;project&quot;: &quot;A String&quot;, # The project ID of the project containing the Cloud SQL instance. The Google apps domain is prefixed if applicable.
-  &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
+  &quot;masterInstanceName&quot;: &quot;A String&quot;, # The name of the instance which will act as primary in the replication setup.
+  &quot;name&quot;: &quot;A String&quot;, # Name of the Cloud SQL instance. This does not include the project ID.
+  &quot;onPremisesConfiguration&quot;: { # On-premises instance configuration. # Configuration specific to on-premises instances.
+    &quot;caCertificate&quot;: &quot;A String&quot;, # PEM representation of the trusted CA&#x27;s x509 certificate.
+    &quot;username&quot;: &quot;A String&quot;, # The username for connecting to on-premises instance.
+    &quot;clientCertificate&quot;: &quot;A String&quot;, # PEM representation of the replica&#x27;s x509 certificate.
+    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#onPremisesConfiguration*.
+    &quot;password&quot;: &quot;A String&quot;, # The password for connecting to on-premises instance.
+    &quot;clientKey&quot;: &quot;A String&quot;, # PEM representation of the replica&#x27;s private key. The corresponsing public key is encoded in the client&#x27;s certificate.
+    &quot;hostPort&quot;: &quot;A String&quot;, # The host and port of the on-premises instance in host:port format
+    &quot;dumpFilePath&quot;: &quot;A String&quot;, # The dump file to create the Cloud SQL replica.
+  },
   &quot;ipAddresses&quot;: [ # The assigned IP addresses for the instance.
     { # Database instance IP Mapping.
       &quot;type&quot;: &quot;A String&quot;, # The type of this IP address. A *PRIMARY* address is a public address that can accept incoming connections. A *PRIVATE* address is a private address that can accept incoming connections. An *OUTGOING* address is the source address of connections originating from the instance, if supported.
-      &quot;timeToRetire&quot;: &quot;A String&quot;, # The due time for this IP to be retired in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*. This field is only available when the IP is scheduled to be retired.
       &quot;ipAddress&quot;: &quot;A String&quot;, # The IP address assigned.
+      &quot;timeToRetire&quot;: &quot;A String&quot;, # The due time for this IP to be retired in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*. This field is only available when the IP is scheduled to be retired.
     },
   ],
-  &quot;satisfiesPzs&quot;: True or False, # The status indicating if instance satisfies physical zone separation. Reserved for future use.
-  &quot;masterInstanceName&quot;: &quot;A String&quot;, # The name of the instance which will act as primary in the replication setup.
-  &quot;backendType&quot;: &quot;A String&quot;, #  *SECOND_GEN*: Cloud SQL database instance. *EXTERNAL*: A database server that is not managed by Google. This property is read-only; use the *tier* property in the *settings* object to determine the database type.
-  &quot;currentDiskSize&quot;: &quot;A String&quot;, # The current disk usage of the instance in bytes. This property has been deprecated. Use the &quot;cloudsql.googleapis.com/database/disk/bytes_used&quot; metric in Cloud Monitoring API instead. Please see this announcement for details.
-  &quot;state&quot;: &quot;A String&quot;, # The current serving state of the Cloud SQL instance. This can be one of the following. *SQL_INSTANCE_STATE_UNSPECIFIED*: The state of the instance is unknown. *RUNNABLE*: The instance has been stopped by owner. It is not currently running, but it&#x27;s ready to be restarted. *SUSPENDED*: The instance is not available, for example due to problems with billing. for example due to problems with billing. *PENDING_DELETE*: The instance is being deleted. *PENDING_CREATE*: The instance is being created. *MAINTENANCE*: The instance is down for maintenance. *FAILED*: The instance creation failed.
-  &quot;maxDiskSize&quot;: &quot;A String&quot;, # The maximum disk size of the instance in bytes.
-  &quot;settings&quot;: { # Database instance settings. # The user settings.
-    &quot;availabilityType&quot;: &quot;A String&quot;, # Availability type. Potential values: *ZONAL*: The instance serves data from only one zone. Outages in that zone affect data accessibility. *REGIONAL*: The instance can serve data from more than one zone in a region (it is highly available). For more information, see Overview of the High Availability Configuration.
-    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#settings*.
-    &quot;dataDiskSizeGb&quot;: &quot;A String&quot;, # The size of data disk, in GB. The data disk size minimum is 10GB.
-    &quot;crashSafeReplicationEnabled&quot;: True or False, # Configuration specific to read replica instances. Indicates whether database flags for crash-safe replication are enabled. This property was only applicable to First Generation instances.
-    &quot;storageAutoResizeLimit&quot;: &quot;A String&quot;, # The maximum size to which storage capacity can be automatically increased. The default value is 0, which specifies that there is no limit.
-    &quot;pricingPlan&quot;: &quot;A String&quot;, # The pricing plan for this instance. This can be either *PER_USE* or *PACKAGE*. Only *PER_USE* is supported for Second Generation instances.
-    &quot;dataDiskType&quot;: &quot;A String&quot;, # The type of data disk: PD_SSD (default) or PD_HDD. Not used for First Generation instances.
-    &quot;backupConfiguration&quot;: { # Database instance backup configuration. # The daily backup configuration for the instance.
-      &quot;enabled&quot;: True or False, # Whether this configuration is enabled.
-      &quot;backupRetentionSettings&quot;: { # We currently only support backup retention by specifying the number of backups we will retain. # Backup retention settings.
-        &quot;retentionUnit&quot;: &quot;A String&quot;, # The unit that &#x27;retained_backups&#x27; represents.
-        &quot;retainedBackups&quot;: 42, # Depending on the value of retention_unit, this is used to determine if a backup needs to be deleted. If retention_unit is &#x27;COUNT&#x27;, we will retain this many backups.
-      },
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#backupConfiguration*.
-      &quot;startTime&quot;: &quot;A String&quot;, # Start time for the daily backup configuration in UTC timezone in the 24 hour format - *HH:MM*.
-      &quot;pointInTimeRecoveryEnabled&quot;: True or False, # Reserved for future use.
-      &quot;transactionLogRetentionDays&quot;: 42, # The number of days of transaction logs we retain for point in time restore, from 1-7.
-      &quot;replicationLogArchivingEnabled&quot;: True or False, # Reserved for future use.
-      &quot;binaryLogEnabled&quot;: True or False, # (MySQL only) Whether binary log is enabled. If backup configuration is disabled, binarylog must be disabled as well.
-      &quot;location&quot;: &quot;A String&quot;, # Location of the backup
-    },
-    &quot;locationPreference&quot;: { # Preferred location. This specifies where a Cloud SQL instance is located, either in a specific Compute Engine zone, or co-located with an App Engine application. Note that if the preferred location is not available, the instance will be located as close as possible within the region. Only one location may be specified. # The location preference settings. This allows the instance to be located as near as possible to either an App Engine app or Compute Engine zone for better performance. App Engine co-location was only applicable to First Generation instances.
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#locationPreference*.
-      &quot;followGaeApplication&quot;: &quot;A String&quot;, # The App Engine application to follow, it must be in the same region as the Cloud SQL instance.
-      &quot;zone&quot;: &quot;A String&quot;, # The preferred Compute Engine zone (for example: us-central1-a, us-central1-b, etc.).
-      &quot;secondaryZone&quot;: &quot;A String&quot;, # The preferred Compute Engine zone for the secondary/failover (for example: us-central1-a, us-central1-b, etc.). Reserved for future use.
-    },
-    &quot;storageAutoResize&quot;: True or False, # Configuration to increase storage size automatically. The default value is true.
-    &quot;tier&quot;: &quot;A String&quot;, # The tier (or machine type) for this instance, for example *db-n1-standard-1* (MySQL instances) or *db-custom-1-3840* (PostgreSQL instances).
-    &quot;settingsVersion&quot;: &quot;A String&quot;, # The version of instance settings. This is a required field for update method to make sure concurrent updates are handled properly. During update, use the most recent settingsVersion value for this instance and do not try to update this value.
-    &quot;collation&quot;: &quot;A String&quot;, # The name of server Instance collation.
-    &quot;maintenanceWindow&quot;: { # Maintenance window. This specifies when a Cloud SQL instance is restarted for system maintenance purposes. # The maintenance window for this instance. This specifies when the instance can be restarted for maintenance purposes.
-      &quot;day&quot;: 42, # day of week (1-7), starting on Monday.
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#maintenanceWindow*.
-      &quot;hour&quot;: 42, # hour of day - 0 to 23.
-      &quot;updateTrack&quot;: &quot;A String&quot;, # Maintenance timing setting: *canary* (Earlier) or *stable* (Later). Learn more.
-    },
-    &quot;userLabels&quot;: { # User-provided labels, represented as a dictionary where each label is a single key value pair.
-      &quot;a_key&quot;: &quot;A String&quot;,
-    },
-    &quot;activationPolicy&quot;: &quot;A String&quot;, # The activation policy specifies when the instance is activated; it is applicable only when the instance state is RUNNABLE. Valid values: *ALWAYS*: The instance is on, and remains so even in the absence of connection requests. *NEVER*: The instance is off; it is not activated, even if a connection request arrives.
-    &quot;databaseFlags&quot;: [ # The database flags passed to the instance at startup.
-      { # Database flags for Cloud SQL instances.
-        &quot;value&quot;: &quot;A String&quot;, # The value of the flag. Booleans are set to *on* for true and *off* for false. This field must be omitted if the flag doesn&#x27;t take a value.
-        &quot;name&quot;: &quot;A String&quot;, # The name of the flag. These flags are passed at instance startup, so include both server options and system variables for MySQL. Flags are specified with underscores, not hyphens. For more information, see Configuring Database Flags in the Cloud SQL documentation.
-      },
-    ],
-    &quot;denyMaintenancePeriods&quot;: [ # Deny maintenance periods
-      { # Deny Maintenance Periods. This specifies a date range during when all CSA rollout will be denied.
-        &quot;endDate&quot;: &quot;A String&quot;, # &quot;deny maintenance period&quot; end date. If the year of the end date is empty, the year of the start date also must be empty. In this case, it means the deny maintenance period recurs every year. The date is in format yyyy-mm-dd i.e., 2020-11-01, or mm-dd, i.e., 11-01
-        &quot;time&quot;: &quot;A String&quot;, # Time in UTC when the &quot;deny maintenance period&quot; starts on start_date and ends on end_date. The time is in format: HH:mm:SS, i.e., 00:00:00
-        &quot;startDate&quot;: &quot;A String&quot;, # &quot;deny maintenance period&quot; start date. If the year of the start date is empty, the year of the end date also must be empty. In this case, it means the deny maintenance period recurs every year. The date is in format yyyy-mm-dd i.e., 2020-11-01, or mm-dd, i.e., 11-01
-      },
-    ],
-    &quot;databaseReplicationEnabled&quot;: True or False, # Configuration specific to read replica instances. Indicates whether replication is enabled or not.
-    &quot;ipConfiguration&quot;: { # IP Management configuration. # The settings for IP Management. This allows to enable or disable the instance IP and manage which external networks can connect to the instance. The IPv4 address cannot be disabled for Second Generation instances.
-      &quot;privateNetwork&quot;: &quot;A String&quot;, # The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. For example, */projects/myProject/global/networks/default*. This setting can be updated, but it cannot be removed after it is set.
-      &quot;authorizedNetworks&quot;: [ # The list of external networks that are allowed to connect to the instance using the IP. In &#x27;CIDR&#x27; notation, also known as &#x27;slash&#x27; notation (for example: *192.168.100.0/24*).
-        { # An entry for an Access Control list.
-          &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#aclEntry*.
-          &quot;expirationTime&quot;: &quot;A String&quot;, # The time when this access control entry expires in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
-          &quot;name&quot;: &quot;A String&quot;, # Optional. A label to identify this entry.
-          &quot;value&quot;: &quot;A String&quot;, # The allowlisted value for the access control list.
-        },
-      ],
-      &quot;ipv4Enabled&quot;: True or False, # Whether the instance is assigned a public IP address or not.
-      &quot;requireSsl&quot;: True or False, # Whether SSL connections over IP are enforced or not.
-    },
-    &quot;authorizedGaeApplications&quot;: [ # The App Engine app IDs that can access this instance. (Deprecated) Applied to First Generation instances only.
-      &quot;A String&quot;,
-    ],
-    &quot;replicationType&quot;: &quot;A String&quot;, # The type of replication this instance uses. This can be either *ASYNCHRONOUS* or *SYNCHRONOUS*. (Deprecated_ This property was only applicable to First Generation instances.
-    &quot;activeDirectoryConfig&quot;: { # Active Directory configuration, relevant only for Cloud SQL for SQL Server. # Active Directory configuration, relevant only for Cloud SQL for SQL Server.
-      &quot;domain&quot;: &quot;A String&quot;, # The name of the domain (e.g., mydomain.com).
-      &quot;kind&quot;: &quot;A String&quot;, # This is always sql#activeDirectoryConfig.
-    },
-  },
-  &quot;scheduledMaintenance&quot;: { # Any scheduled maintenancce for this instance. # The start time of any upcoming scheduled maintenance for this instance.
-    &quot;startTime&quot;: &quot;A String&quot;, # The start time of any upcoming scheduled maintenance for this instance.
-    &quot;canReschedule&quot;: True or False, # If the scheduled maintenance can be rescheduled.
-    &quot;canDefer&quot;: True or False,
-  },
-  &quot;replicaConfiguration&quot;: { # Read-replica configuration for connecting to the primary instance. # Configuration specific to failover replicas and read replicas.
-    &quot;failoverTarget&quot;: True or False, # Specifies if the replica is the failover target. If the field is set to *true* the replica will be designated as a failover replica. In case the primary instance fails, the replica instance will be promoted as the new primary instance. Only one replica can be specified as failover target, and the replica has to be in different zone with the primary instance.
-    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#replicaConfiguration*.
-    &quot;mysqlReplicaConfiguration&quot;: { # Read-replica configuration specific to MySQL databases. # MySQL specific configuration when replicating from a MySQL on-premises primary instance. Replication configuration information such as the username, password, certificates, and keys are not stored in the instance metadata. The configuration information is used only to set up the replication connection and is stored by MySQL in a file named *master.info* in the data directory.
-      &quot;masterHeartbeatPeriod&quot;: &quot;A String&quot;, # Interval in milliseconds between replication heartbeats.
-      &quot;sslCipher&quot;: &quot;A String&quot;, # A list of permissible ciphers to use for SSL encryption.
-      &quot;username&quot;: &quot;A String&quot;, # The username for the replication connection.
-      &quot;clientCertificate&quot;: &quot;A String&quot;, # PEM representation of the replica&#x27;s x509 certificate.
-      &quot;connectRetryInterval&quot;: 42, # Seconds to wait between connect retries. MySQL&#x27;s default is 60 seconds.
-      &quot;dumpFilePath&quot;: &quot;A String&quot;, # Path to a SQL dump file in Google Cloud Storage from which the replica instance is to be created. The URI is in the form gs://bucketName/fileName. Compressed gzip files (.gz) are also supported. Dumps have the binlog co-ordinates from which replication begins. This can be accomplished by setting --master-data to 1 when using mysqldump.
-      &quot;password&quot;: &quot;A String&quot;, # The password for the replication connection.
-      &quot;caCertificate&quot;: &quot;A String&quot;, # PEM representation of the trusted CA&#x27;s x509 certificate.
-      &quot;verifyServerCertificate&quot;: True or False, # Whether or not to check the primary instance&#x27;s Common Name value in the certificate that it sends during the SSL handshake.
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#mysqlReplicaConfiguration*.
-      &quot;clientKey&quot;: &quot;A String&quot;, # PEM representation of the replica&#x27;s private key. The corresponsing public key is encoded in the client&#x27;s certificate.
-    },
+  &quot;etag&quot;: &quot;A String&quot;, # This field is deprecated and will be removed from a future version of the API. Use the *settings.settingsVersion* field instead.
+  &quot;rootPassword&quot;: &quot;A String&quot;, # Initial root password. Use only on creation.
+  &quot;diskEncryptionConfiguration&quot;: { # Disk encryption configuration for an instance. # Disk encryption configuration specific to an instance. Applies only to Second Generation instances.
+    &quot;kmsKeyName&quot;: &quot;A String&quot;, # Resource name of KMS key for disk encryption
+    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#diskEncryptionConfiguration*.
   },
   &quot;connectionName&quot;: &quot;A String&quot;, # Connection name of the Cloud SQL instance used in connection strings.
+  &quot;replicaNames&quot;: [ # The replicas of the instance.
+    &quot;A String&quot;,
+  ],
+  &quot;state&quot;: &quot;A String&quot;, # The current serving state of the Cloud SQL instance. This can be one of the following. *SQL_INSTANCE_STATE_UNSPECIFIED*: The state of the instance is unknown. *RUNNABLE*: The instance has been stopped by owner. It is not currently running, but it&#x27;s ready to be restarted. *SUSPENDED*: The instance is not available, for example due to problems with billing. for example due to problems with billing. *PENDING_DELETE*: The instance is being deleted. *PENDING_CREATE*: The instance is being created. *MAINTENANCE*: The instance is down for maintenance. *FAILED*: The instance creation failed.
+  &quot;serverCaCert&quot;: { # SslCerts Resource # SSL configuration.
+    &quot;cert&quot;: &quot;A String&quot;, # PEM representation.
+    &quot;certSerialNumber&quot;: &quot;A String&quot;, # Serial number, as extracted from the certificate.
+    &quot;instance&quot;: &quot;A String&quot;, # Name of the database instance.
+    &quot;sha1Fingerprint&quot;: &quot;A String&quot;, # Sha1 Fingerprint.
+    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#sslCert*.
+    &quot;commonName&quot;: &quot;A String&quot;, # User supplied name. Constrained to [a-zA-Z.-_ ]+.
+    &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
+    &quot;expirationTime&quot;: &quot;A String&quot;, # The time when the certificate expires in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
+    &quot;createTime&quot;: &quot;A String&quot;, # The time when the certificate was created in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*
+  },
+  &quot;maxDiskSize&quot;: &quot;A String&quot;, # The maximum disk size of the instance in bytes.
+  &quot;secondaryGceZone&quot;: &quot;A String&quot;, # The Compute Engine zone that the failover instance is currently serving from for a regional instance. This value could be different from the zone that was specified when the instance was created if the instance has failed over to its secondary/failover zone. Reserved for future use.
   &quot;diskEncryptionStatus&quot;: { # Disk encryption status for an instance. # Disk encryption status specific to an instance. Applies only to Second Generation instances.
     &quot;kmsKeyVersionName&quot;: &quot;A String&quot;, # KMS key version used to encrypt the Cloud SQL instance resource
     &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#diskEncryptionStatus*.
   },
-  &quot;replicaNames&quot;: [ # The replicas of the instance.
-    &quot;A String&quot;,
-  ],
+  &quot;project&quot;: &quot;A String&quot;, # The project ID of the project containing the Cloud SQL instance. The Google apps domain is prefixed if applicable.
   &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#instance*.
-  &quot;name&quot;: &quot;A String&quot;, # Name of the Cloud SQL instance. This does not include the project ID.
+  &quot;satisfiesPzs&quot;: True or False, # The status indicating if instance satisfies physical zone separation. Reserved for future use.
+  &quot;settings&quot;: { # Database instance settings. # The user settings.
+    &quot;databaseReplicationEnabled&quot;: True or False, # Configuration specific to read replica instances. Indicates whether replication is enabled or not.
+    &quot;ipConfiguration&quot;: { # IP Management configuration. # The settings for IP Management. This allows to enable or disable the instance IP and manage which external networks can connect to the instance. The IPv4 address cannot be disabled for Second Generation instances.
+      &quot;ipv4Enabled&quot;: True or False, # Whether the instance is assigned a public IP address or not.
+      &quot;authorizedNetworks&quot;: [ # The list of external networks that are allowed to connect to the instance using the IP. In &#x27;CIDR&#x27; notation, also known as &#x27;slash&#x27; notation (for example: *192.168.100.0/24*).
+        { # An entry for an Access Control list.
+          &quot;expirationTime&quot;: &quot;A String&quot;, # The time when this access control entry expires in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
+          &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#aclEntry*.
+          &quot;value&quot;: &quot;A String&quot;, # The allowlisted value for the access control list.
+          &quot;name&quot;: &quot;A String&quot;, # Optional. A label to identify this entry.
+        },
+      ],
+      &quot;requireSsl&quot;: True or False, # Whether SSL connections over IP are enforced or not.
+      &quot;privateNetwork&quot;: &quot;A String&quot;, # The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. For example, */projects/myProject/global/networks/default*. This setting can be updated, but it cannot be removed after it is set.
+    },
+    &quot;availabilityType&quot;: &quot;A String&quot;, # Availability type. Potential values: *ZONAL*: The instance serves data from only one zone. Outages in that zone affect data accessibility. *REGIONAL*: The instance can serve data from more than one zone in a region (it is highly available). For more information, see Overview of the High Availability Configuration.
+    &quot;databaseFlags&quot;: [ # The database flags passed to the instance at startup.
+      { # Database flags for Cloud SQL instances.
+        &quot;name&quot;: &quot;A String&quot;, # The name of the flag. These flags are passed at instance startup, so include both server options and system variables for MySQL. Flags are specified with underscores, not hyphens. For more information, see Configuring Database Flags in the Cloud SQL documentation.
+        &quot;value&quot;: &quot;A String&quot;, # The value of the flag. Booleans are set to *on* for true and *off* for false. This field must be omitted if the flag doesn&#x27;t take a value.
+      },
+    ],
+    &quot;authorizedGaeApplications&quot;: [ # The App Engine app IDs that can access this instance. (Deprecated) Applied to First Generation instances only.
+      &quot;A String&quot;,
+    ],
+    &quot;pricingPlan&quot;: &quot;A String&quot;, # The pricing plan for this instance. This can be either *PER_USE* or *PACKAGE*. Only *PER_USE* is supported for Second Generation instances.
+    &quot;userLabels&quot;: { # User-provided labels, represented as a dictionary where each label is a single key value pair.
+      &quot;a_key&quot;: &quot;A String&quot;,
+    },
+    &quot;locationPreference&quot;: { # Preferred location. This specifies where a Cloud SQL instance is located, either in a specific Compute Engine zone, or co-located with an App Engine application. Note that if the preferred location is not available, the instance will be located as close as possible within the region. Only one location may be specified. # The location preference settings. This allows the instance to be located as near as possible to either an App Engine app or Compute Engine zone for better performance. App Engine co-location was only applicable to First Generation instances.
+      &quot;zone&quot;: &quot;A String&quot;, # The preferred Compute Engine zone (for example: us-central1-a, us-central1-b, etc.).
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#locationPreference*.
+      &quot;secondaryZone&quot;: &quot;A String&quot;, # The preferred Compute Engine zone for the secondary/failover (for example: us-central1-a, us-central1-b, etc.). Reserved for future use.
+      &quot;followGaeApplication&quot;: &quot;A String&quot;, # The App Engine application to follow, it must be in the same region as the Cloud SQL instance.
+    },
+    &quot;dataDiskType&quot;: &quot;A String&quot;, # The type of data disk: PD_SSD (default) or PD_HDD. Not used for First Generation instances.
+    &quot;tier&quot;: &quot;A String&quot;, # The tier (or machine type) for this instance, for example *db-n1-standard-1* (MySQL instances) or *db-custom-1-3840* (PostgreSQL instances).
+    &quot;backupConfiguration&quot;: { # Database instance backup configuration. # The daily backup configuration for the instance.
+      &quot;pointInTimeRecoveryEnabled&quot;: True or False, # Reserved for future use.
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#backupConfiguration*.
+      &quot;location&quot;: &quot;A String&quot;, # Location of the backup
+      &quot;transactionLogRetentionDays&quot;: 42, # The number of days of transaction logs we retain for point in time restore, from 1-7.
+      &quot;backupRetentionSettings&quot;: { # We currently only support backup retention by specifying the number of backups we will retain. # Backup retention settings.
+        &quot;retentionUnit&quot;: &quot;A String&quot;, # The unit that &#x27;retained_backups&#x27; represents.
+        &quot;retainedBackups&quot;: 42, # Depending on the value of retention_unit, this is used to determine if a backup needs to be deleted. If retention_unit is &#x27;COUNT&#x27;, we will retain this many backups.
+      },
+      &quot;binaryLogEnabled&quot;: True or False, # (MySQL only) Whether binary log is enabled. If backup configuration is disabled, binarylog must be disabled as well.
+      &quot;startTime&quot;: &quot;A String&quot;, # Start time for the daily backup configuration in UTC timezone in the 24 hour format - *HH:MM*.
+      &quot;replicationLogArchivingEnabled&quot;: True or False, # Reserved for future use.
+      &quot;enabled&quot;: True or False, # Whether this configuration is enabled.
+    },
+    &quot;denyMaintenancePeriods&quot;: [ # Deny maintenance periods
+      { # Deny Maintenance Periods. This specifies a date range during when all CSA rollout will be denied.
+        &quot;endDate&quot;: &quot;A String&quot;, # &quot;deny maintenance period&quot; end date. If the year of the end date is empty, the year of the start date also must be empty. In this case, it means the deny maintenance period recurs every year. The date is in format yyyy-mm-dd i.e., 2020-11-01, or mm-dd, i.e., 11-01
+        &quot;startDate&quot;: &quot;A String&quot;, # &quot;deny maintenance period&quot; start date. If the year of the start date is empty, the year of the end date also must be empty. In this case, it means the deny maintenance period recurs every year. The date is in format yyyy-mm-dd i.e., 2020-11-01, or mm-dd, i.e., 11-01
+        &quot;time&quot;: &quot;A String&quot;, # Time in UTC when the &quot;deny maintenance period&quot; starts on start_date and ends on end_date. The time is in format: HH:mm:SS, i.e., 00:00:00
+      },
+    ],
+    &quot;replicationType&quot;: &quot;A String&quot;, # The type of replication this instance uses. This can be either *ASYNCHRONOUS* or *SYNCHRONOUS*. (Deprecated_ This property was only applicable to First Generation instances.
+    &quot;dataDiskSizeGb&quot;: &quot;A String&quot;, # The size of data disk, in GB. The data disk size minimum is 10GB.
+    &quot;collation&quot;: &quot;A String&quot;, # The name of server Instance collation.
+    &quot;crashSafeReplicationEnabled&quot;: True or False, # Configuration specific to read replica instances. Indicates whether database flags for crash-safe replication are enabled. This property was only applicable to First Generation instances.
+    &quot;activeDirectoryConfig&quot;: { # Active Directory configuration, relevant only for Cloud SQL for SQL Server. # Active Directory configuration, relevant only for Cloud SQL for SQL Server.
+      &quot;domain&quot;: &quot;A String&quot;, # The name of the domain (e.g., mydomain.com).
+      &quot;kind&quot;: &quot;A String&quot;, # This is always sql#activeDirectoryConfig.
+    },
+    &quot;storageAutoResize&quot;: True or False, # Configuration to increase storage size automatically. The default value is true.
+    &quot;maintenanceWindow&quot;: { # Maintenance window. This specifies when a Cloud SQL instance is restarted for system maintenance purposes. # The maintenance window for this instance. This specifies when the instance can be restarted for maintenance purposes.
+      &quot;hour&quot;: 42, # hour of day - 0 to 23.
+      &quot;updateTrack&quot;: &quot;A String&quot;, # Maintenance timing setting: *canary* (Earlier) or *stable* (Later). Learn more.
+      &quot;day&quot;: 42, # day of week (1-7), starting on Monday.
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#maintenanceWindow*.
+    },
+    &quot;insightsConfig&quot;: { # Insights configuration. This specifies when Cloud SQL Insights feature is enabled and optional configuration. # Insights configuration, for now relevant only for Postgres.
+      &quot;queryInsightsEnabled&quot;: True or False, # Whether Query Insights feature is enabled.
+      &quot;recordClientAddress&quot;: True or False, # Whether Query Insights will record client address when enabled.
+      &quot;queryStringLength&quot;: 42, # Maximum query length stored in bytes. Default value: 1024 bytes. Range: 256-4500 bytes. Query length more than this field value will be truncated to this value. When unset, query length will be the default value.
+      &quot;recordApplicationTags&quot;: True or False, # Whether Query Insights will record application tags from query when enabled.
+    },
+    &quot;settingsVersion&quot;: &quot;A String&quot;, # The version of instance settings. This is a required field for update method to make sure concurrent updates are handled properly. During update, use the most recent settingsVersion value for this instance and do not try to update this value.
+    &quot;storageAutoResizeLimit&quot;: &quot;A String&quot;, # The maximum size to which storage capacity can be automatically increased. The default value is 0, which specifies that there is no limit.
+    &quot;activationPolicy&quot;: &quot;A String&quot;, # The activation policy specifies when the instance is activated; it is applicable only when the instance state is RUNNABLE. Valid values: *ALWAYS*: The instance is on, and remains so even in the absence of connection requests. *NEVER*: The instance is off; it is not activated, even if a connection request arrives.
+    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#settings*.
+  },
+  &quot;gceZone&quot;: &quot;A String&quot;, # The Compute Engine zone that the instance is currently serving from. This value could be different from the zone that was specified when the instance was created if the instance has failed over to its secondary zone.
+  &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
   &quot;ipv6Address&quot;: &quot;A String&quot;, # The IPv6 address assigned to the instance. (Deprecated) This property was applicable only to First Generation instances.
+  &quot;instanceType&quot;: &quot;A String&quot;, # The instance type. This can be one of the following. *CLOUD_SQL_INSTANCE*: A Cloud SQL instance that is not replicating from a primary instance. *ON_PREMISES_INSTANCE*: An instance running on the customer&#x27;s premises. *READ_REPLICA_INSTANCE*: A Cloud SQL instance configured as a read-replica.
+  &quot;replicaConfiguration&quot;: { # Read-replica configuration for connecting to the primary instance. # Configuration specific to failover replicas and read replicas.
+    &quot;failoverTarget&quot;: True or False, # Specifies if the replica is the failover target. If the field is set to *true* the replica will be designated as a failover replica. In case the primary instance fails, the replica instance will be promoted as the new primary instance. Only one replica can be specified as failover target, and the replica has to be in different zone with the primary instance.
+    &quot;mysqlReplicaConfiguration&quot;: { # Read-replica configuration specific to MySQL databases. # MySQL specific configuration when replicating from a MySQL on-premises primary instance. Replication configuration information such as the username, password, certificates, and keys are not stored in the instance metadata. The configuration information is used only to set up the replication connection and is stored by MySQL in a file named *master.info* in the data directory.
+      &quot;clientCertificate&quot;: &quot;A String&quot;, # PEM representation of the replica&#x27;s x509 certificate.
+      &quot;password&quot;: &quot;A String&quot;, # The password for the replication connection.
+      &quot;username&quot;: &quot;A String&quot;, # The username for the replication connection.
+      &quot;masterHeartbeatPeriod&quot;: &quot;A String&quot;, # Interval in milliseconds between replication heartbeats.
+      &quot;clientKey&quot;: &quot;A String&quot;, # PEM representation of the replica&#x27;s private key. The corresponsing public key is encoded in the client&#x27;s certificate.
+      &quot;connectRetryInterval&quot;: 42, # Seconds to wait between connect retries. MySQL&#x27;s default is 60 seconds.
+      &quot;caCertificate&quot;: &quot;A String&quot;, # PEM representation of the trusted CA&#x27;s x509 certificate.
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#mysqlReplicaConfiguration*.
+      &quot;sslCipher&quot;: &quot;A String&quot;, # A list of permissible ciphers to use for SSL encryption.
+      &quot;dumpFilePath&quot;: &quot;A String&quot;, # Path to a SQL dump file in Google Cloud Storage from which the replica instance is to be created. The URI is in the form gs://bucketName/fileName. Compressed gzip files (.gz) are also supported. Dumps have the binlog co-ordinates from which replication begins. This can be accomplished by setting --master-data to 1 when using mysqldump.
+      &quot;verifyServerCertificate&quot;: True or False, # Whether or not to check the primary instance&#x27;s Common Name value in the certificate that it sends during the SSL handshake.
+    },
+    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#replicaConfiguration*.
+  },
+  &quot;serviceAccountEmailAddress&quot;: &quot;A String&quot;, # The service account email address assigned to the instance. This property is applicable only to Second Generation instances.
+  &quot;region&quot;: &quot;A String&quot;, # The geographical region. Can be *us-central* (*FIRST_GEN* instances only) *us-central1* (*SECOND_GEN* instances only) *asia-east1* or *europe-west1*. Defaults to *us-central* or *us-central1* depending on the instance type. The region cannot be changed after instance creation.
+  &quot;currentDiskSize&quot;: &quot;A String&quot;, # The current disk usage of the instance in bytes. This property has been deprecated. Use the &quot;cloudsql.googleapis.com/database/disk/bytes_used&quot; metric in Cloud Monitoring API instead. Please see this announcement for details.
 }
 
   x__xgafv: string, V1 error format.
@@ -1196,10 +1236,11 @@
 Returns:
   An object of the form:
 
-    { # An Operation resource. For successful operations that return an Operation resource, only the fields relevant to the operation are populated in the resource.
-    &quot;status&quot;: &quot;A String&quot;, # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED*
+    { # 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
+    &quot;user&quot;: &quot;A String&quot;, # The email address of the user who initiated this operation.
+    &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
+    &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.
     &quot;error&quot;: { # Database instance operation errors list wrapper. # If errors occurred during processing of this operation, this field will be populated.
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationErrors*.
       &quot;errors&quot;: [ # The list of errors encountered while processing this operation.
         { # Database instance operation error.
           &quot;code&quot;: &quot;A String&quot;, # Identifies the specific error that occurred.
@@ -1207,49 +1248,9 @@
           &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationError*.
         },
       ],
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationErrors*.
     },
-    &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*.
-    &quot;targetLink&quot;: &quot;A String&quot;,
-    &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.
-    &quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
-      &quot;offload&quot;: True or False, # Option for export offload.
-      &quot;csvExportOptions&quot;: { # Options for exporting data as CSV.
-        &quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
-      },
-      &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.
-        &quot;A String&quot;,
-      ],
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#exportContext*.
-      &quot;sqlExportOptions&quot;: { # Options for exporting data as SQL statements.
-        &quot;schemaOnly&quot;: True or False, # Export only schemas.
-        &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.
-          &quot;A String&quot;,
-        ],
-        &quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
-          &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.
-        },
-      },
-      &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.
-      &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.
-    },
-    &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*
-    &quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
-    &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
-    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operation*.
-    &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*.
-    &quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.
     &quot;importContext&quot;: { # Database instance import context. # The context for import operation, if applicable.
-      &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.
-      &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.
-      &quot;csvImportOptions&quot;: { # Options for importing data as CSV.
-        &quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
-          &quot;A String&quot;,
-        ],
-        &quot;table&quot;: &quot;A String&quot;, # The table to which CSV data is imported.
-      },
-      &quot;database&quot;: &quot;A String&quot;, # The target database for the import. If *fileType* is *SQL*, this field is required only if the import file does not specify a database, and is overridden by any database specification in the import file. If *fileType* is *CSV*, one database must be specified.
-      &quot;importUser&quot;: &quot;A String&quot;, # The PostgreSQL user for this import operation. PostgreSQL instances only.
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#importContext*.
       &quot;bakImportOptions&quot;: { # Import parameters specific to SQL Server .BAK files
         &quot;encryptionOptions&quot;: {
           &quot;certPath&quot;: &quot;A String&quot;, # Path to the Certificate (.cer) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file.
@@ -1257,21 +1258,64 @@
           &quot;pvkPath&quot;: &quot;A String&quot;, # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file.
         },
       },
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#importContext*.
+      &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.
+      &quot;database&quot;: &quot;A String&quot;, # The target database for the import. If *fileType* is *SQL*, this field is required only if the import file does not specify a database, and is overridden by any database specification in the import file. If *fileType* is *CSV*, one database must be specified.
+      &quot;csvImportOptions&quot;: { # Options for importing data as CSV.
+        &quot;table&quot;: &quot;A String&quot;, # The table to which CSV data is imported.
+        &quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
+          &quot;A String&quot;,
+        ],
+      },
+      &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.
+      &quot;importUser&quot;: &quot;A String&quot;, # The PostgreSQL user for this import operation. PostgreSQL instances only.
     },
-    &quot;user&quot;: &quot;A String&quot;, # The email address of the user who initiated this operation.
+    &quot;status&quot;: &quot;A String&quot;, # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED*
+    &quot;targetLink&quot;: &quot;A String&quot;,
     &quot;targetId&quot;: &quot;A String&quot;, # Name of the database instance related to this operation.
+    &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*.
+    &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*
+    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operation*.
+    &quot;backupContext&quot;: { # Backup context. # The context for backup operation, if applicable.
+      &quot;backupId&quot;: &quot;A String&quot;, # The identifier of the backup.
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#backupContext*.
+    },
+    &quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
+      &quot;sqlExportOptions&quot;: { # Options for exporting data as SQL statements.
+        &quot;schemaOnly&quot;: True or False, # Export only schemas.
+        &quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
+          &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.
+        },
+        &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.
+          &quot;A String&quot;,
+        ],
+      },
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#exportContext*.
+      &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.
+      &quot;csvExportOptions&quot;: { # Options for exporting data as CSV. *MySQL* and *PostgreSQL* instances only.
+        &quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
+      },
+      &quot;offload&quot;: True or False, # Option for export offload.
+      &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.
+      &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.
+        &quot;A String&quot;,
+      ],
+    },
+    &quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
+    &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*.
+    &quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.
   }</pre>
 </div>
 
 <div class="method">
-    <code class="details" id="list">list(project, filter=None, pageToken=None, maxResults=None, x__xgafv=None)</code>
+    <code class="details" id="list">list(project, maxResults=None, filter=None, pageToken=None, x__xgafv=None)</code>
   <pre>Lists instances under a given project.
 
 Args:
   project: string, Project ID of the project for which to list Cloud SQL instances. (required)
+  maxResults: integer, The maximum number of results to return per response.
   filter: string, A filter expression that filters resources listed in the response. The expression is in the form of field:value. For example, &#x27;instanceType:CLOUD_SQL_INSTANCE&#x27;. Fields can be nested as needed as per their JSON representation, such as &#x27;settings.userLabels.auto_start:true&#x27;. Multiple filter queries are space-separated. For example. &#x27;state:RUNNABLE instanceType:CLOUD_SQL_INSTANCE&#x27;. By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly.
   pageToken: string, A previously-returned page token representing part of the larger set of results to view.
-  maxResults: integer, The maximum number of results to return per response.
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -1281,184 +1325,190 @@
   An object of the form:
 
     { # Database instances list response.
-    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#instancesList*.
     &quot;warnings&quot;: [ # List of warnings that occurred while handling the request.
       { # An Admin API warning message.
         &quot;message&quot;: &quot;A String&quot;, # The warning message.
         &quot;code&quot;: &quot;A String&quot;, # Code to uniquely identify the warning type.
       },
     ],
+    &quot;nextPageToken&quot;: &quot;A String&quot;, # The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
+    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#instancesList*.
     &quot;items&quot;: [ # List of database instance resources.
       { # A Cloud SQL instance resource. Next field: 36
-        &quot;serviceAccountEmailAddress&quot;: &quot;A String&quot;, # The service account email address assigned to the instance. This property is applicable only to Second Generation instances.
-        &quot;gceZone&quot;: &quot;A String&quot;, # The Compute Engine zone that the instance is currently serving from. This value could be different from the zone that was specified when the instance was created if the instance has failed over to its secondary zone.
-        &quot;secondaryGceZone&quot;: &quot;A String&quot;, # The Compute Engine zone that the failover instance is currently serving from for a regional instance. This value could be different from the zone that was specified when the instance was created if the instance has failed over to its secondary/failover zone. Reserved for future use.
-        &quot;etag&quot;: &quot;A String&quot;, # This field is deprecated and will be removed from a future version of the API. Use the *settings.settingsVersion* field instead.
-        &quot;onPremisesConfiguration&quot;: { # On-premises instance configuration. # Configuration specific to on-premises instances.
-          &quot;password&quot;: &quot;A String&quot;, # The password for connecting to on-premises instance.
-          &quot;caCertificate&quot;: &quot;A String&quot;, # PEM representation of the trusted CA&#x27;s x509 certificate.
-          &quot;dumpFilePath&quot;: &quot;A String&quot;, # The dump file to create the Cloud SQL replica.
-          &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#onPremisesConfiguration*.
-          &quot;hostPort&quot;: &quot;A String&quot;, # The host and port of the on-premises instance in host:port format
-          &quot;username&quot;: &quot;A String&quot;, # The username for connecting to on-premises instance.
-          &quot;clientCertificate&quot;: &quot;A String&quot;, # PEM representation of the replica&#x27;s x509 certificate.
-          &quot;clientKey&quot;: &quot;A String&quot;, # PEM representation of the replica&#x27;s private key. The corresponsing public key is encoded in the client&#x27;s certificate.
+        &quot;scheduledMaintenance&quot;: { # Any scheduled maintenancce for this instance. # The start time of any upcoming scheduled maintenance for this instance.
+          &quot;canDefer&quot;: True or False,
+          &quot;startTime&quot;: &quot;A String&quot;, # The start time of any upcoming scheduled maintenance for this instance.
+          &quot;canReschedule&quot;: True or False, # If the scheduled maintenance can be rescheduled.
         },
-        &quot;instanceType&quot;: &quot;A String&quot;, # The instance type. This can be one of the following. *CLOUD_SQL_INSTANCE*: A Cloud SQL instance that is not replicating from a primary instance. *ON_PREMISES_INSTANCE*: An instance running on the customer&#x27;s premises. *READ_REPLICA_INSTANCE*: A Cloud SQL instance configured as a read-replica.
-        &quot;diskEncryptionConfiguration&quot;: { # Disk encryption configuration for an instance. # Disk encryption configuration specific to an instance. Applies only to Second Generation instances.
-          &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#diskEncryptionConfiguration*.
-          &quot;kmsKeyName&quot;: &quot;A String&quot;, # Resource name of KMS key for disk encryption
-        },
-        &quot;rootPassword&quot;: &quot;A String&quot;, # Initial root password. Use only on creation.
+        &quot;backendType&quot;: &quot;A String&quot;, #  *SECOND_GEN*: Cloud SQL database instance. *EXTERNAL*: A database server that is not managed by Google. This property is read-only; use the *tier* property in the *settings* object to determine the database type.
         &quot;failoverReplica&quot;: { # The name and status of the failover replica. This property is applicable only to Second Generation instances.
           &quot;available&quot;: True or False, # The availability status of the failover replica. A false status indicates that the failover replica is out of sync. The primary instance can only failover to the failover replica when the status is true.
           &quot;name&quot;: &quot;A String&quot;, # The name of the failover replica. If specified at instance creation, a failover replica is created for the instance. The name doesn&#x27;t include the project ID. This property is applicable only to Second Generation instances.
         },
-        &quot;serverCaCert&quot;: { # SslCerts Resource # SSL configuration.
-          &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#sslCert*.
-          &quot;instance&quot;: &quot;A String&quot;, # Name of the database instance.
-          &quot;cert&quot;: &quot;A String&quot;, # PEM representation.
-          &quot;commonName&quot;: &quot;A String&quot;, # User supplied name. Constrained to [a-zA-Z.-_ ]+.
-          &quot;sha1Fingerprint&quot;: &quot;A String&quot;, # Sha1 Fingerprint.
-          &quot;certSerialNumber&quot;: &quot;A String&quot;, # Serial number, as extracted from the certificate.
-          &quot;createTime&quot;: &quot;A String&quot;, # The time when the certificate was created in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*
-          &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
-          &quot;expirationTime&quot;: &quot;A String&quot;, # The time when the certificate expires in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
-        },
         &quot;databaseVersion&quot;: &quot;A String&quot;, # The database engine type and version. The *databaseVersion* field cannot be changed after instance creation. MySQL instances: *MYSQL_8_0*, *MYSQL_5_7* (default), or *MYSQL_5_6*. PostgreSQL instances: *POSTGRES_9_6*, *POSTGRES_10*, *POSTGRES_11* or *POSTGRES_12* (default). SQL Server instances: *SQLSERVER_2017_STANDARD* (default), *SQLSERVER_2017_ENTERPRISE*, *SQLSERVER_2017_EXPRESS*, or *SQLSERVER_2017_WEB*.
-        &quot;region&quot;: &quot;A String&quot;, # The geographical region. Can be *us-central* (*FIRST_GEN* instances only) *us-central1* (*SECOND_GEN* instances only) *asia-east1* or *europe-west1*. Defaults to *us-central* or *us-central1* depending on the instance type. The region cannot be changed after instance creation.
         &quot;suspensionReason&quot;: [ # If the instance state is SUSPENDED, the reason for the suspension.
           &quot;A String&quot;,
         ],
-        &quot;project&quot;: &quot;A String&quot;, # The project ID of the project containing the Cloud SQL instance. The Google apps domain is prefixed if applicable.
-        &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
+        &quot;masterInstanceName&quot;: &quot;A String&quot;, # The name of the instance which will act as primary in the replication setup.
+        &quot;name&quot;: &quot;A String&quot;, # Name of the Cloud SQL instance. This does not include the project ID.
+        &quot;onPremisesConfiguration&quot;: { # On-premises instance configuration. # Configuration specific to on-premises instances.
+          &quot;caCertificate&quot;: &quot;A String&quot;, # PEM representation of the trusted CA&#x27;s x509 certificate.
+          &quot;username&quot;: &quot;A String&quot;, # The username for connecting to on-premises instance.
+          &quot;clientCertificate&quot;: &quot;A String&quot;, # PEM representation of the replica&#x27;s x509 certificate.
+          &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#onPremisesConfiguration*.
+          &quot;password&quot;: &quot;A String&quot;, # The password for connecting to on-premises instance.
+          &quot;clientKey&quot;: &quot;A String&quot;, # PEM representation of the replica&#x27;s private key. The corresponsing public key is encoded in the client&#x27;s certificate.
+          &quot;hostPort&quot;: &quot;A String&quot;, # The host and port of the on-premises instance in host:port format
+          &quot;dumpFilePath&quot;: &quot;A String&quot;, # The dump file to create the Cloud SQL replica.
+        },
         &quot;ipAddresses&quot;: [ # The assigned IP addresses for the instance.
           { # Database instance IP Mapping.
             &quot;type&quot;: &quot;A String&quot;, # The type of this IP address. A *PRIMARY* address is a public address that can accept incoming connections. A *PRIVATE* address is a private address that can accept incoming connections. An *OUTGOING* address is the source address of connections originating from the instance, if supported.
-            &quot;timeToRetire&quot;: &quot;A String&quot;, # The due time for this IP to be retired in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*. This field is only available when the IP is scheduled to be retired.
             &quot;ipAddress&quot;: &quot;A String&quot;, # The IP address assigned.
+            &quot;timeToRetire&quot;: &quot;A String&quot;, # The due time for this IP to be retired in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*. This field is only available when the IP is scheduled to be retired.
           },
         ],
-        &quot;satisfiesPzs&quot;: True or False, # The status indicating if instance satisfies physical zone separation. Reserved for future use.
-        &quot;masterInstanceName&quot;: &quot;A String&quot;, # The name of the instance which will act as primary in the replication setup.
-        &quot;backendType&quot;: &quot;A String&quot;, #  *SECOND_GEN*: Cloud SQL database instance. *EXTERNAL*: A database server that is not managed by Google. This property is read-only; use the *tier* property in the *settings* object to determine the database type.
-        &quot;currentDiskSize&quot;: &quot;A String&quot;, # The current disk usage of the instance in bytes. This property has been deprecated. Use the &quot;cloudsql.googleapis.com/database/disk/bytes_used&quot; metric in Cloud Monitoring API instead. Please see this announcement for details.
-        &quot;state&quot;: &quot;A String&quot;, # The current serving state of the Cloud SQL instance. This can be one of the following. *SQL_INSTANCE_STATE_UNSPECIFIED*: The state of the instance is unknown. *RUNNABLE*: The instance has been stopped by owner. It is not currently running, but it&#x27;s ready to be restarted. *SUSPENDED*: The instance is not available, for example due to problems with billing. for example due to problems with billing. *PENDING_DELETE*: The instance is being deleted. *PENDING_CREATE*: The instance is being created. *MAINTENANCE*: The instance is down for maintenance. *FAILED*: The instance creation failed.
-        &quot;maxDiskSize&quot;: &quot;A String&quot;, # The maximum disk size of the instance in bytes.
-        &quot;settings&quot;: { # Database instance settings. # The user settings.
-          &quot;availabilityType&quot;: &quot;A String&quot;, # Availability type. Potential values: *ZONAL*: The instance serves data from only one zone. Outages in that zone affect data accessibility. *REGIONAL*: The instance can serve data from more than one zone in a region (it is highly available). For more information, see Overview of the High Availability Configuration.
-          &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#settings*.
-          &quot;dataDiskSizeGb&quot;: &quot;A String&quot;, # The size of data disk, in GB. The data disk size minimum is 10GB.
-          &quot;crashSafeReplicationEnabled&quot;: True or False, # Configuration specific to read replica instances. Indicates whether database flags for crash-safe replication are enabled. This property was only applicable to First Generation instances.
-          &quot;storageAutoResizeLimit&quot;: &quot;A String&quot;, # The maximum size to which storage capacity can be automatically increased. The default value is 0, which specifies that there is no limit.
-          &quot;pricingPlan&quot;: &quot;A String&quot;, # The pricing plan for this instance. This can be either *PER_USE* or *PACKAGE*. Only *PER_USE* is supported for Second Generation instances.
-          &quot;dataDiskType&quot;: &quot;A String&quot;, # The type of data disk: PD_SSD (default) or PD_HDD. Not used for First Generation instances.
-          &quot;backupConfiguration&quot;: { # Database instance backup configuration. # The daily backup configuration for the instance.
-            &quot;enabled&quot;: True or False, # Whether this configuration is enabled.
-            &quot;backupRetentionSettings&quot;: { # We currently only support backup retention by specifying the number of backups we will retain. # Backup retention settings.
-              &quot;retentionUnit&quot;: &quot;A String&quot;, # The unit that &#x27;retained_backups&#x27; represents.
-              &quot;retainedBackups&quot;: 42, # Depending on the value of retention_unit, this is used to determine if a backup needs to be deleted. If retention_unit is &#x27;COUNT&#x27;, we will retain this many backups.
-            },
-            &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#backupConfiguration*.
-            &quot;startTime&quot;: &quot;A String&quot;, # Start time for the daily backup configuration in UTC timezone in the 24 hour format - *HH:MM*.
-            &quot;pointInTimeRecoveryEnabled&quot;: True or False, # Reserved for future use.
-            &quot;transactionLogRetentionDays&quot;: 42, # The number of days of transaction logs we retain for point in time restore, from 1-7.
-            &quot;replicationLogArchivingEnabled&quot;: True or False, # Reserved for future use.
-            &quot;binaryLogEnabled&quot;: True or False, # (MySQL only) Whether binary log is enabled. If backup configuration is disabled, binarylog must be disabled as well.
-            &quot;location&quot;: &quot;A String&quot;, # Location of the backup
-          },
-          &quot;locationPreference&quot;: { # Preferred location. This specifies where a Cloud SQL instance is located, either in a specific Compute Engine zone, or co-located with an App Engine application. Note that if the preferred location is not available, the instance will be located as close as possible within the region. Only one location may be specified. # The location preference settings. This allows the instance to be located as near as possible to either an App Engine app or Compute Engine zone for better performance. App Engine co-location was only applicable to First Generation instances.
-            &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#locationPreference*.
-            &quot;followGaeApplication&quot;: &quot;A String&quot;, # The App Engine application to follow, it must be in the same region as the Cloud SQL instance.
-            &quot;zone&quot;: &quot;A String&quot;, # The preferred Compute Engine zone (for example: us-central1-a, us-central1-b, etc.).
-            &quot;secondaryZone&quot;: &quot;A String&quot;, # The preferred Compute Engine zone for the secondary/failover (for example: us-central1-a, us-central1-b, etc.). Reserved for future use.
-          },
-          &quot;storageAutoResize&quot;: True or False, # Configuration to increase storage size automatically. The default value is true.
-          &quot;tier&quot;: &quot;A String&quot;, # The tier (or machine type) for this instance, for example *db-n1-standard-1* (MySQL instances) or *db-custom-1-3840* (PostgreSQL instances).
-          &quot;settingsVersion&quot;: &quot;A String&quot;, # The version of instance settings. This is a required field for update method to make sure concurrent updates are handled properly. During update, use the most recent settingsVersion value for this instance and do not try to update this value.
-          &quot;collation&quot;: &quot;A String&quot;, # The name of server Instance collation.
-          &quot;maintenanceWindow&quot;: { # Maintenance window. This specifies when a Cloud SQL instance is restarted for system maintenance purposes. # The maintenance window for this instance. This specifies when the instance can be restarted for maintenance purposes.
-            &quot;day&quot;: 42, # day of week (1-7), starting on Monday.
-            &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#maintenanceWindow*.
-            &quot;hour&quot;: 42, # hour of day - 0 to 23.
-            &quot;updateTrack&quot;: &quot;A String&quot;, # Maintenance timing setting: *canary* (Earlier) or *stable* (Later). Learn more.
-          },
-          &quot;userLabels&quot;: { # User-provided labels, represented as a dictionary where each label is a single key value pair.
-            &quot;a_key&quot;: &quot;A String&quot;,
-          },
-          &quot;activationPolicy&quot;: &quot;A String&quot;, # The activation policy specifies when the instance is activated; it is applicable only when the instance state is RUNNABLE. Valid values: *ALWAYS*: The instance is on, and remains so even in the absence of connection requests. *NEVER*: The instance is off; it is not activated, even if a connection request arrives.
-          &quot;databaseFlags&quot;: [ # The database flags passed to the instance at startup.
-            { # Database flags for Cloud SQL instances.
-              &quot;value&quot;: &quot;A String&quot;, # The value of the flag. Booleans are set to *on* for true and *off* for false. This field must be omitted if the flag doesn&#x27;t take a value.
-              &quot;name&quot;: &quot;A String&quot;, # The name of the flag. These flags are passed at instance startup, so include both server options and system variables for MySQL. Flags are specified with underscores, not hyphens. For more information, see Configuring Database Flags in the Cloud SQL documentation.
-            },
-          ],
-          &quot;denyMaintenancePeriods&quot;: [ # Deny maintenance periods
-            { # Deny Maintenance Periods. This specifies a date range during when all CSA rollout will be denied.
-              &quot;endDate&quot;: &quot;A String&quot;, # &quot;deny maintenance period&quot; end date. If the year of the end date is empty, the year of the start date also must be empty. In this case, it means the deny maintenance period recurs every year. The date is in format yyyy-mm-dd i.e., 2020-11-01, or mm-dd, i.e., 11-01
-              &quot;time&quot;: &quot;A String&quot;, # Time in UTC when the &quot;deny maintenance period&quot; starts on start_date and ends on end_date. The time is in format: HH:mm:SS, i.e., 00:00:00
-              &quot;startDate&quot;: &quot;A String&quot;, # &quot;deny maintenance period&quot; start date. If the year of the start date is empty, the year of the end date also must be empty. In this case, it means the deny maintenance period recurs every year. The date is in format yyyy-mm-dd i.e., 2020-11-01, or mm-dd, i.e., 11-01
-            },
-          ],
-          &quot;databaseReplicationEnabled&quot;: True or False, # Configuration specific to read replica instances. Indicates whether replication is enabled or not.
-          &quot;ipConfiguration&quot;: { # IP Management configuration. # The settings for IP Management. This allows to enable or disable the instance IP and manage which external networks can connect to the instance. The IPv4 address cannot be disabled for Second Generation instances.
-            &quot;privateNetwork&quot;: &quot;A String&quot;, # The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. For example, */projects/myProject/global/networks/default*. This setting can be updated, but it cannot be removed after it is set.
-            &quot;authorizedNetworks&quot;: [ # The list of external networks that are allowed to connect to the instance using the IP. In &#x27;CIDR&#x27; notation, also known as &#x27;slash&#x27; notation (for example: *192.168.100.0/24*).
-              { # An entry for an Access Control list.
-                &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#aclEntry*.
-                &quot;expirationTime&quot;: &quot;A String&quot;, # The time when this access control entry expires in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
-                &quot;name&quot;: &quot;A String&quot;, # Optional. A label to identify this entry.
-                &quot;value&quot;: &quot;A String&quot;, # The allowlisted value for the access control list.
-              },
-            ],
-            &quot;ipv4Enabled&quot;: True or False, # Whether the instance is assigned a public IP address or not.
-            &quot;requireSsl&quot;: True or False, # Whether SSL connections over IP are enforced or not.
-          },
-          &quot;authorizedGaeApplications&quot;: [ # The App Engine app IDs that can access this instance. (Deprecated) Applied to First Generation instances only.
-            &quot;A String&quot;,
-          ],
-          &quot;replicationType&quot;: &quot;A String&quot;, # The type of replication this instance uses. This can be either *ASYNCHRONOUS* or *SYNCHRONOUS*. (Deprecated_ This property was only applicable to First Generation instances.
-          &quot;activeDirectoryConfig&quot;: { # Active Directory configuration, relevant only for Cloud SQL for SQL Server. # Active Directory configuration, relevant only for Cloud SQL for SQL Server.
-            &quot;domain&quot;: &quot;A String&quot;, # The name of the domain (e.g., mydomain.com).
-            &quot;kind&quot;: &quot;A String&quot;, # This is always sql#activeDirectoryConfig.
-          },
-        },
-        &quot;scheduledMaintenance&quot;: { # Any scheduled maintenancce for this instance. # The start time of any upcoming scheduled maintenance for this instance.
-          &quot;startTime&quot;: &quot;A String&quot;, # The start time of any upcoming scheduled maintenance for this instance.
-          &quot;canReschedule&quot;: True or False, # If the scheduled maintenance can be rescheduled.
-          &quot;canDefer&quot;: True or False,
-        },
-        &quot;replicaConfiguration&quot;: { # Read-replica configuration for connecting to the primary instance. # Configuration specific to failover replicas and read replicas.
-          &quot;failoverTarget&quot;: True or False, # Specifies if the replica is the failover target. If the field is set to *true* the replica will be designated as a failover replica. In case the primary instance fails, the replica instance will be promoted as the new primary instance. Only one replica can be specified as failover target, and the replica has to be in different zone with the primary instance.
-          &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#replicaConfiguration*.
-          &quot;mysqlReplicaConfiguration&quot;: { # Read-replica configuration specific to MySQL databases. # MySQL specific configuration when replicating from a MySQL on-premises primary instance. Replication configuration information such as the username, password, certificates, and keys are not stored in the instance metadata. The configuration information is used only to set up the replication connection and is stored by MySQL in a file named *master.info* in the data directory.
-            &quot;masterHeartbeatPeriod&quot;: &quot;A String&quot;, # Interval in milliseconds between replication heartbeats.
-            &quot;sslCipher&quot;: &quot;A String&quot;, # A list of permissible ciphers to use for SSL encryption.
-            &quot;username&quot;: &quot;A String&quot;, # The username for the replication connection.
-            &quot;clientCertificate&quot;: &quot;A String&quot;, # PEM representation of the replica&#x27;s x509 certificate.
-            &quot;connectRetryInterval&quot;: 42, # Seconds to wait between connect retries. MySQL&#x27;s default is 60 seconds.
-            &quot;dumpFilePath&quot;: &quot;A String&quot;, # Path to a SQL dump file in Google Cloud Storage from which the replica instance is to be created. The URI is in the form gs://bucketName/fileName. Compressed gzip files (.gz) are also supported. Dumps have the binlog co-ordinates from which replication begins. This can be accomplished by setting --master-data to 1 when using mysqldump.
-            &quot;password&quot;: &quot;A String&quot;, # The password for the replication connection.
-            &quot;caCertificate&quot;: &quot;A String&quot;, # PEM representation of the trusted CA&#x27;s x509 certificate.
-            &quot;verifyServerCertificate&quot;: True or False, # Whether or not to check the primary instance&#x27;s Common Name value in the certificate that it sends during the SSL handshake.
-            &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#mysqlReplicaConfiguration*.
-            &quot;clientKey&quot;: &quot;A String&quot;, # PEM representation of the replica&#x27;s private key. The corresponsing public key is encoded in the client&#x27;s certificate.
-          },
+        &quot;etag&quot;: &quot;A String&quot;, # This field is deprecated and will be removed from a future version of the API. Use the *settings.settingsVersion* field instead.
+        &quot;rootPassword&quot;: &quot;A String&quot;, # Initial root password. Use only on creation.
+        &quot;diskEncryptionConfiguration&quot;: { # Disk encryption configuration for an instance. # Disk encryption configuration specific to an instance. Applies only to Second Generation instances.
+          &quot;kmsKeyName&quot;: &quot;A String&quot;, # Resource name of KMS key for disk encryption
+          &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#diskEncryptionConfiguration*.
         },
         &quot;connectionName&quot;: &quot;A String&quot;, # Connection name of the Cloud SQL instance used in connection strings.
+        &quot;replicaNames&quot;: [ # The replicas of the instance.
+          &quot;A String&quot;,
+        ],
+        &quot;state&quot;: &quot;A String&quot;, # The current serving state of the Cloud SQL instance. This can be one of the following. *SQL_INSTANCE_STATE_UNSPECIFIED*: The state of the instance is unknown. *RUNNABLE*: The instance has been stopped by owner. It is not currently running, but it&#x27;s ready to be restarted. *SUSPENDED*: The instance is not available, for example due to problems with billing. for example due to problems with billing. *PENDING_DELETE*: The instance is being deleted. *PENDING_CREATE*: The instance is being created. *MAINTENANCE*: The instance is down for maintenance. *FAILED*: The instance creation failed.
+        &quot;serverCaCert&quot;: { # SslCerts Resource # SSL configuration.
+          &quot;cert&quot;: &quot;A String&quot;, # PEM representation.
+          &quot;certSerialNumber&quot;: &quot;A String&quot;, # Serial number, as extracted from the certificate.
+          &quot;instance&quot;: &quot;A String&quot;, # Name of the database instance.
+          &quot;sha1Fingerprint&quot;: &quot;A String&quot;, # Sha1 Fingerprint.
+          &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#sslCert*.
+          &quot;commonName&quot;: &quot;A String&quot;, # User supplied name. Constrained to [a-zA-Z.-_ ]+.
+          &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
+          &quot;expirationTime&quot;: &quot;A String&quot;, # The time when the certificate expires in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
+          &quot;createTime&quot;: &quot;A String&quot;, # The time when the certificate was created in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*
+        },
+        &quot;maxDiskSize&quot;: &quot;A String&quot;, # The maximum disk size of the instance in bytes.
+        &quot;secondaryGceZone&quot;: &quot;A String&quot;, # The Compute Engine zone that the failover instance is currently serving from for a regional instance. This value could be different from the zone that was specified when the instance was created if the instance has failed over to its secondary/failover zone. Reserved for future use.
         &quot;diskEncryptionStatus&quot;: { # Disk encryption status for an instance. # Disk encryption status specific to an instance. Applies only to Second Generation instances.
           &quot;kmsKeyVersionName&quot;: &quot;A String&quot;, # KMS key version used to encrypt the Cloud SQL instance resource
           &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#diskEncryptionStatus*.
         },
-        &quot;replicaNames&quot;: [ # The replicas of the instance.
-          &quot;A String&quot;,
-        ],
+        &quot;project&quot;: &quot;A String&quot;, # The project ID of the project containing the Cloud SQL instance. The Google apps domain is prefixed if applicable.
         &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#instance*.
-        &quot;name&quot;: &quot;A String&quot;, # Name of the Cloud SQL instance. This does not include the project ID.
+        &quot;satisfiesPzs&quot;: True or False, # The status indicating if instance satisfies physical zone separation. Reserved for future use.
+        &quot;settings&quot;: { # Database instance settings. # The user settings.
+          &quot;databaseReplicationEnabled&quot;: True or False, # Configuration specific to read replica instances. Indicates whether replication is enabled or not.
+          &quot;ipConfiguration&quot;: { # IP Management configuration. # The settings for IP Management. This allows to enable or disable the instance IP and manage which external networks can connect to the instance. The IPv4 address cannot be disabled for Second Generation instances.
+            &quot;ipv4Enabled&quot;: True or False, # Whether the instance is assigned a public IP address or not.
+            &quot;authorizedNetworks&quot;: [ # The list of external networks that are allowed to connect to the instance using the IP. In &#x27;CIDR&#x27; notation, also known as &#x27;slash&#x27; notation (for example: *192.168.100.0/24*).
+              { # An entry for an Access Control list.
+                &quot;expirationTime&quot;: &quot;A String&quot;, # The time when this access control entry expires in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
+                &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#aclEntry*.
+                &quot;value&quot;: &quot;A String&quot;, # The allowlisted value for the access control list.
+                &quot;name&quot;: &quot;A String&quot;, # Optional. A label to identify this entry.
+              },
+            ],
+            &quot;requireSsl&quot;: True or False, # Whether SSL connections over IP are enforced or not.
+            &quot;privateNetwork&quot;: &quot;A String&quot;, # The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. For example, */projects/myProject/global/networks/default*. This setting can be updated, but it cannot be removed after it is set.
+          },
+          &quot;availabilityType&quot;: &quot;A String&quot;, # Availability type. Potential values: *ZONAL*: The instance serves data from only one zone. Outages in that zone affect data accessibility. *REGIONAL*: The instance can serve data from more than one zone in a region (it is highly available). For more information, see Overview of the High Availability Configuration.
+          &quot;databaseFlags&quot;: [ # The database flags passed to the instance at startup.
+            { # Database flags for Cloud SQL instances.
+              &quot;name&quot;: &quot;A String&quot;, # The name of the flag. These flags are passed at instance startup, so include both server options and system variables for MySQL. Flags are specified with underscores, not hyphens. For more information, see Configuring Database Flags in the Cloud SQL documentation.
+              &quot;value&quot;: &quot;A String&quot;, # The value of the flag. Booleans are set to *on* for true and *off* for false. This field must be omitted if the flag doesn&#x27;t take a value.
+            },
+          ],
+          &quot;authorizedGaeApplications&quot;: [ # The App Engine app IDs that can access this instance. (Deprecated) Applied to First Generation instances only.
+            &quot;A String&quot;,
+          ],
+          &quot;pricingPlan&quot;: &quot;A String&quot;, # The pricing plan for this instance. This can be either *PER_USE* or *PACKAGE*. Only *PER_USE* is supported for Second Generation instances.
+          &quot;userLabels&quot;: { # User-provided labels, represented as a dictionary where each label is a single key value pair.
+            &quot;a_key&quot;: &quot;A String&quot;,
+          },
+          &quot;locationPreference&quot;: { # Preferred location. This specifies where a Cloud SQL instance is located, either in a specific Compute Engine zone, or co-located with an App Engine application. Note that if the preferred location is not available, the instance will be located as close as possible within the region. Only one location may be specified. # The location preference settings. This allows the instance to be located as near as possible to either an App Engine app or Compute Engine zone for better performance. App Engine co-location was only applicable to First Generation instances.
+            &quot;zone&quot;: &quot;A String&quot;, # The preferred Compute Engine zone (for example: us-central1-a, us-central1-b, etc.).
+            &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#locationPreference*.
+            &quot;secondaryZone&quot;: &quot;A String&quot;, # The preferred Compute Engine zone for the secondary/failover (for example: us-central1-a, us-central1-b, etc.). Reserved for future use.
+            &quot;followGaeApplication&quot;: &quot;A String&quot;, # The App Engine application to follow, it must be in the same region as the Cloud SQL instance.
+          },
+          &quot;dataDiskType&quot;: &quot;A String&quot;, # The type of data disk: PD_SSD (default) or PD_HDD. Not used for First Generation instances.
+          &quot;tier&quot;: &quot;A String&quot;, # The tier (or machine type) for this instance, for example *db-n1-standard-1* (MySQL instances) or *db-custom-1-3840* (PostgreSQL instances).
+          &quot;backupConfiguration&quot;: { # Database instance backup configuration. # The daily backup configuration for the instance.
+            &quot;pointInTimeRecoveryEnabled&quot;: True or False, # Reserved for future use.
+            &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#backupConfiguration*.
+            &quot;location&quot;: &quot;A String&quot;, # Location of the backup
+            &quot;transactionLogRetentionDays&quot;: 42, # The number of days of transaction logs we retain for point in time restore, from 1-7.
+            &quot;backupRetentionSettings&quot;: { # We currently only support backup retention by specifying the number of backups we will retain. # Backup retention settings.
+              &quot;retentionUnit&quot;: &quot;A String&quot;, # The unit that &#x27;retained_backups&#x27; represents.
+              &quot;retainedBackups&quot;: 42, # Depending on the value of retention_unit, this is used to determine if a backup needs to be deleted. If retention_unit is &#x27;COUNT&#x27;, we will retain this many backups.
+            },
+            &quot;binaryLogEnabled&quot;: True or False, # (MySQL only) Whether binary log is enabled. If backup configuration is disabled, binarylog must be disabled as well.
+            &quot;startTime&quot;: &quot;A String&quot;, # Start time for the daily backup configuration in UTC timezone in the 24 hour format - *HH:MM*.
+            &quot;replicationLogArchivingEnabled&quot;: True or False, # Reserved for future use.
+            &quot;enabled&quot;: True or False, # Whether this configuration is enabled.
+          },
+          &quot;denyMaintenancePeriods&quot;: [ # Deny maintenance periods
+            { # Deny Maintenance Periods. This specifies a date range during when all CSA rollout will be denied.
+              &quot;endDate&quot;: &quot;A String&quot;, # &quot;deny maintenance period&quot; end date. If the year of the end date is empty, the year of the start date also must be empty. In this case, it means the deny maintenance period recurs every year. The date is in format yyyy-mm-dd i.e., 2020-11-01, or mm-dd, i.e., 11-01
+              &quot;startDate&quot;: &quot;A String&quot;, # &quot;deny maintenance period&quot; start date. If the year of the start date is empty, the year of the end date also must be empty. In this case, it means the deny maintenance period recurs every year. The date is in format yyyy-mm-dd i.e., 2020-11-01, or mm-dd, i.e., 11-01
+              &quot;time&quot;: &quot;A String&quot;, # Time in UTC when the &quot;deny maintenance period&quot; starts on start_date and ends on end_date. The time is in format: HH:mm:SS, i.e., 00:00:00
+            },
+          ],
+          &quot;replicationType&quot;: &quot;A String&quot;, # The type of replication this instance uses. This can be either *ASYNCHRONOUS* or *SYNCHRONOUS*. (Deprecated_ This property was only applicable to First Generation instances.
+          &quot;dataDiskSizeGb&quot;: &quot;A String&quot;, # The size of data disk, in GB. The data disk size minimum is 10GB.
+          &quot;collation&quot;: &quot;A String&quot;, # The name of server Instance collation.
+          &quot;crashSafeReplicationEnabled&quot;: True or False, # Configuration specific to read replica instances. Indicates whether database flags for crash-safe replication are enabled. This property was only applicable to First Generation instances.
+          &quot;activeDirectoryConfig&quot;: { # Active Directory configuration, relevant only for Cloud SQL for SQL Server. # Active Directory configuration, relevant only for Cloud SQL for SQL Server.
+            &quot;domain&quot;: &quot;A String&quot;, # The name of the domain (e.g., mydomain.com).
+            &quot;kind&quot;: &quot;A String&quot;, # This is always sql#activeDirectoryConfig.
+          },
+          &quot;storageAutoResize&quot;: True or False, # Configuration to increase storage size automatically. The default value is true.
+          &quot;maintenanceWindow&quot;: { # Maintenance window. This specifies when a Cloud SQL instance is restarted for system maintenance purposes. # The maintenance window for this instance. This specifies when the instance can be restarted for maintenance purposes.
+            &quot;hour&quot;: 42, # hour of day - 0 to 23.
+            &quot;updateTrack&quot;: &quot;A String&quot;, # Maintenance timing setting: *canary* (Earlier) or *stable* (Later). Learn more.
+            &quot;day&quot;: 42, # day of week (1-7), starting on Monday.
+            &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#maintenanceWindow*.
+          },
+          &quot;insightsConfig&quot;: { # Insights configuration. This specifies when Cloud SQL Insights feature is enabled and optional configuration. # Insights configuration, for now relevant only for Postgres.
+            &quot;queryInsightsEnabled&quot;: True or False, # Whether Query Insights feature is enabled.
+            &quot;recordClientAddress&quot;: True or False, # Whether Query Insights will record client address when enabled.
+            &quot;queryStringLength&quot;: 42, # Maximum query length stored in bytes. Default value: 1024 bytes. Range: 256-4500 bytes. Query length more than this field value will be truncated to this value. When unset, query length will be the default value.
+            &quot;recordApplicationTags&quot;: True or False, # Whether Query Insights will record application tags from query when enabled.
+          },
+          &quot;settingsVersion&quot;: &quot;A String&quot;, # The version of instance settings. This is a required field for update method to make sure concurrent updates are handled properly. During update, use the most recent settingsVersion value for this instance and do not try to update this value.
+          &quot;storageAutoResizeLimit&quot;: &quot;A String&quot;, # The maximum size to which storage capacity can be automatically increased. The default value is 0, which specifies that there is no limit.
+          &quot;activationPolicy&quot;: &quot;A String&quot;, # The activation policy specifies when the instance is activated; it is applicable only when the instance state is RUNNABLE. Valid values: *ALWAYS*: The instance is on, and remains so even in the absence of connection requests. *NEVER*: The instance is off; it is not activated, even if a connection request arrives.
+          &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#settings*.
+        },
+        &quot;gceZone&quot;: &quot;A String&quot;, # The Compute Engine zone that the instance is currently serving from. This value could be different from the zone that was specified when the instance was created if the instance has failed over to its secondary zone.
+        &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
         &quot;ipv6Address&quot;: &quot;A String&quot;, # The IPv6 address assigned to the instance. (Deprecated) This property was applicable only to First Generation instances.
+        &quot;instanceType&quot;: &quot;A String&quot;, # The instance type. This can be one of the following. *CLOUD_SQL_INSTANCE*: A Cloud SQL instance that is not replicating from a primary instance. *ON_PREMISES_INSTANCE*: An instance running on the customer&#x27;s premises. *READ_REPLICA_INSTANCE*: A Cloud SQL instance configured as a read-replica.
+        &quot;replicaConfiguration&quot;: { # Read-replica configuration for connecting to the primary instance. # Configuration specific to failover replicas and read replicas.
+          &quot;failoverTarget&quot;: True or False, # Specifies if the replica is the failover target. If the field is set to *true* the replica will be designated as a failover replica. In case the primary instance fails, the replica instance will be promoted as the new primary instance. Only one replica can be specified as failover target, and the replica has to be in different zone with the primary instance.
+          &quot;mysqlReplicaConfiguration&quot;: { # Read-replica configuration specific to MySQL databases. # MySQL specific configuration when replicating from a MySQL on-premises primary instance. Replication configuration information such as the username, password, certificates, and keys are not stored in the instance metadata. The configuration information is used only to set up the replication connection and is stored by MySQL in a file named *master.info* in the data directory.
+            &quot;clientCertificate&quot;: &quot;A String&quot;, # PEM representation of the replica&#x27;s x509 certificate.
+            &quot;password&quot;: &quot;A String&quot;, # The password for the replication connection.
+            &quot;username&quot;: &quot;A String&quot;, # The username for the replication connection.
+            &quot;masterHeartbeatPeriod&quot;: &quot;A String&quot;, # Interval in milliseconds between replication heartbeats.
+            &quot;clientKey&quot;: &quot;A String&quot;, # PEM representation of the replica&#x27;s private key. The corresponsing public key is encoded in the client&#x27;s certificate.
+            &quot;connectRetryInterval&quot;: 42, # Seconds to wait between connect retries. MySQL&#x27;s default is 60 seconds.
+            &quot;caCertificate&quot;: &quot;A String&quot;, # PEM representation of the trusted CA&#x27;s x509 certificate.
+            &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#mysqlReplicaConfiguration*.
+            &quot;sslCipher&quot;: &quot;A String&quot;, # A list of permissible ciphers to use for SSL encryption.
+            &quot;dumpFilePath&quot;: &quot;A String&quot;, # Path to a SQL dump file in Google Cloud Storage from which the replica instance is to be created. The URI is in the form gs://bucketName/fileName. Compressed gzip files (.gz) are also supported. Dumps have the binlog co-ordinates from which replication begins. This can be accomplished by setting --master-data to 1 when using mysqldump.
+            &quot;verifyServerCertificate&quot;: True or False, # Whether or not to check the primary instance&#x27;s Common Name value in the certificate that it sends during the SSL handshake.
+          },
+          &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#replicaConfiguration*.
+        },
+        &quot;serviceAccountEmailAddress&quot;: &quot;A String&quot;, # The service account email address assigned to the instance. This property is applicable only to Second Generation instances.
+        &quot;region&quot;: &quot;A String&quot;, # The geographical region. Can be *us-central* (*FIRST_GEN* instances only) *us-central1* (*SECOND_GEN* instances only) *asia-east1* or *europe-west1*. Defaults to *us-central* or *us-central1* depending on the instance type. The region cannot be changed after instance creation.
+        &quot;currentDiskSize&quot;: &quot;A String&quot;, # The current disk usage of the instance in bytes. This property has been deprecated. Use the &quot;cloudsql.googleapis.com/database/disk/bytes_used&quot; metric in Cloud Monitoring API instead. Please see this announcement for details.
       },
     ],
-    &quot;nextPageToken&quot;: &quot;A String&quot;, # The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
   }</pre>
 </div>
 
@@ -1478,19 +1528,19 @@
   An object of the form:
 
     { # Instances ListServerCas response.
-    &quot;activeVersion&quot;: &quot;A String&quot;,
     &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#instancesListServerCas*.
+    &quot;activeVersion&quot;: &quot;A String&quot;,
     &quot;certs&quot;: [ # List of server CA certificates for the instance.
       { # SslCerts Resource
-        &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#sslCert*.
-        &quot;instance&quot;: &quot;A String&quot;, # Name of the database instance.
         &quot;cert&quot;: &quot;A String&quot;, # PEM representation.
-        &quot;commonName&quot;: &quot;A String&quot;, # User supplied name. Constrained to [a-zA-Z.-_ ]+.
-        &quot;sha1Fingerprint&quot;: &quot;A String&quot;, # Sha1 Fingerprint.
         &quot;certSerialNumber&quot;: &quot;A String&quot;, # Serial number, as extracted from the certificate.
-        &quot;createTime&quot;: &quot;A String&quot;, # The time when the certificate was created in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*
+        &quot;instance&quot;: &quot;A String&quot;, # Name of the database instance.
+        &quot;sha1Fingerprint&quot;: &quot;A String&quot;, # Sha1 Fingerprint.
+        &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#sslCert*.
+        &quot;commonName&quot;: &quot;A String&quot;, # User supplied name. Constrained to [a-zA-Z.-_ ]+.
         &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
         &quot;expirationTime&quot;: &quot;A String&quot;, # The time when the certificate expires in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
+        &quot;createTime&quot;: &quot;A String&quot;, # The time when the certificate was created in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*
       },
     ],
   }</pre>
@@ -1521,172 +1571,178 @@
     The object takes the form of:
 
 { # A Cloud SQL instance resource. Next field: 36
-  &quot;serviceAccountEmailAddress&quot;: &quot;A String&quot;, # The service account email address assigned to the instance. This property is applicable only to Second Generation instances.
-  &quot;gceZone&quot;: &quot;A String&quot;, # The Compute Engine zone that the instance is currently serving from. This value could be different from the zone that was specified when the instance was created if the instance has failed over to its secondary zone.
-  &quot;secondaryGceZone&quot;: &quot;A String&quot;, # The Compute Engine zone that the failover instance is currently serving from for a regional instance. This value could be different from the zone that was specified when the instance was created if the instance has failed over to its secondary/failover zone. Reserved for future use.
-  &quot;etag&quot;: &quot;A String&quot;, # This field is deprecated and will be removed from a future version of the API. Use the *settings.settingsVersion* field instead.
-  &quot;onPremisesConfiguration&quot;: { # On-premises instance configuration. # Configuration specific to on-premises instances.
-    &quot;password&quot;: &quot;A String&quot;, # The password for connecting to on-premises instance.
-    &quot;caCertificate&quot;: &quot;A String&quot;, # PEM representation of the trusted CA&#x27;s x509 certificate.
-    &quot;dumpFilePath&quot;: &quot;A String&quot;, # The dump file to create the Cloud SQL replica.
-    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#onPremisesConfiguration*.
-    &quot;hostPort&quot;: &quot;A String&quot;, # The host and port of the on-premises instance in host:port format
-    &quot;username&quot;: &quot;A String&quot;, # The username for connecting to on-premises instance.
-    &quot;clientCertificate&quot;: &quot;A String&quot;, # PEM representation of the replica&#x27;s x509 certificate.
-    &quot;clientKey&quot;: &quot;A String&quot;, # PEM representation of the replica&#x27;s private key. The corresponsing public key is encoded in the client&#x27;s certificate.
+  &quot;scheduledMaintenance&quot;: { # Any scheduled maintenancce for this instance. # The start time of any upcoming scheduled maintenance for this instance.
+    &quot;canDefer&quot;: True or False,
+    &quot;startTime&quot;: &quot;A String&quot;, # The start time of any upcoming scheduled maintenance for this instance.
+    &quot;canReschedule&quot;: True or False, # If the scheduled maintenance can be rescheduled.
   },
-  &quot;instanceType&quot;: &quot;A String&quot;, # The instance type. This can be one of the following. *CLOUD_SQL_INSTANCE*: A Cloud SQL instance that is not replicating from a primary instance. *ON_PREMISES_INSTANCE*: An instance running on the customer&#x27;s premises. *READ_REPLICA_INSTANCE*: A Cloud SQL instance configured as a read-replica.
-  &quot;diskEncryptionConfiguration&quot;: { # Disk encryption configuration for an instance. # Disk encryption configuration specific to an instance. Applies only to Second Generation instances.
-    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#diskEncryptionConfiguration*.
-    &quot;kmsKeyName&quot;: &quot;A String&quot;, # Resource name of KMS key for disk encryption
-  },
-  &quot;rootPassword&quot;: &quot;A String&quot;, # Initial root password. Use only on creation.
+  &quot;backendType&quot;: &quot;A String&quot;, #  *SECOND_GEN*: Cloud SQL database instance. *EXTERNAL*: A database server that is not managed by Google. This property is read-only; use the *tier* property in the *settings* object to determine the database type.
   &quot;failoverReplica&quot;: { # The name and status of the failover replica. This property is applicable only to Second Generation instances.
     &quot;available&quot;: True or False, # The availability status of the failover replica. A false status indicates that the failover replica is out of sync. The primary instance can only failover to the failover replica when the status is true.
     &quot;name&quot;: &quot;A String&quot;, # The name of the failover replica. If specified at instance creation, a failover replica is created for the instance. The name doesn&#x27;t include the project ID. This property is applicable only to Second Generation instances.
   },
-  &quot;serverCaCert&quot;: { # SslCerts Resource # SSL configuration.
-    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#sslCert*.
-    &quot;instance&quot;: &quot;A String&quot;, # Name of the database instance.
-    &quot;cert&quot;: &quot;A String&quot;, # PEM representation.
-    &quot;commonName&quot;: &quot;A String&quot;, # User supplied name. Constrained to [a-zA-Z.-_ ]+.
-    &quot;sha1Fingerprint&quot;: &quot;A String&quot;, # Sha1 Fingerprint.
-    &quot;certSerialNumber&quot;: &quot;A String&quot;, # Serial number, as extracted from the certificate.
-    &quot;createTime&quot;: &quot;A String&quot;, # The time when the certificate was created in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*
-    &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
-    &quot;expirationTime&quot;: &quot;A String&quot;, # The time when the certificate expires in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
-  },
   &quot;databaseVersion&quot;: &quot;A String&quot;, # The database engine type and version. The *databaseVersion* field cannot be changed after instance creation. MySQL instances: *MYSQL_8_0*, *MYSQL_5_7* (default), or *MYSQL_5_6*. PostgreSQL instances: *POSTGRES_9_6*, *POSTGRES_10*, *POSTGRES_11* or *POSTGRES_12* (default). SQL Server instances: *SQLSERVER_2017_STANDARD* (default), *SQLSERVER_2017_ENTERPRISE*, *SQLSERVER_2017_EXPRESS*, or *SQLSERVER_2017_WEB*.
-  &quot;region&quot;: &quot;A String&quot;, # The geographical region. Can be *us-central* (*FIRST_GEN* instances only) *us-central1* (*SECOND_GEN* instances only) *asia-east1* or *europe-west1*. Defaults to *us-central* or *us-central1* depending on the instance type. The region cannot be changed after instance creation.
   &quot;suspensionReason&quot;: [ # If the instance state is SUSPENDED, the reason for the suspension.
     &quot;A String&quot;,
   ],
-  &quot;project&quot;: &quot;A String&quot;, # The project ID of the project containing the Cloud SQL instance. The Google apps domain is prefixed if applicable.
-  &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
+  &quot;masterInstanceName&quot;: &quot;A String&quot;, # The name of the instance which will act as primary in the replication setup.
+  &quot;name&quot;: &quot;A String&quot;, # Name of the Cloud SQL instance. This does not include the project ID.
+  &quot;onPremisesConfiguration&quot;: { # On-premises instance configuration. # Configuration specific to on-premises instances.
+    &quot;caCertificate&quot;: &quot;A String&quot;, # PEM representation of the trusted CA&#x27;s x509 certificate.
+    &quot;username&quot;: &quot;A String&quot;, # The username for connecting to on-premises instance.
+    &quot;clientCertificate&quot;: &quot;A String&quot;, # PEM representation of the replica&#x27;s x509 certificate.
+    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#onPremisesConfiguration*.
+    &quot;password&quot;: &quot;A String&quot;, # The password for connecting to on-premises instance.
+    &quot;clientKey&quot;: &quot;A String&quot;, # PEM representation of the replica&#x27;s private key. The corresponsing public key is encoded in the client&#x27;s certificate.
+    &quot;hostPort&quot;: &quot;A String&quot;, # The host and port of the on-premises instance in host:port format
+    &quot;dumpFilePath&quot;: &quot;A String&quot;, # The dump file to create the Cloud SQL replica.
+  },
   &quot;ipAddresses&quot;: [ # The assigned IP addresses for the instance.
     { # Database instance IP Mapping.
       &quot;type&quot;: &quot;A String&quot;, # The type of this IP address. A *PRIMARY* address is a public address that can accept incoming connections. A *PRIVATE* address is a private address that can accept incoming connections. An *OUTGOING* address is the source address of connections originating from the instance, if supported.
-      &quot;timeToRetire&quot;: &quot;A String&quot;, # The due time for this IP to be retired in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*. This field is only available when the IP is scheduled to be retired.
       &quot;ipAddress&quot;: &quot;A String&quot;, # The IP address assigned.
+      &quot;timeToRetire&quot;: &quot;A String&quot;, # The due time for this IP to be retired in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*. This field is only available when the IP is scheduled to be retired.
     },
   ],
-  &quot;satisfiesPzs&quot;: True or False, # The status indicating if instance satisfies physical zone separation. Reserved for future use.
-  &quot;masterInstanceName&quot;: &quot;A String&quot;, # The name of the instance which will act as primary in the replication setup.
-  &quot;backendType&quot;: &quot;A String&quot;, #  *SECOND_GEN*: Cloud SQL database instance. *EXTERNAL*: A database server that is not managed by Google. This property is read-only; use the *tier* property in the *settings* object to determine the database type.
-  &quot;currentDiskSize&quot;: &quot;A String&quot;, # The current disk usage of the instance in bytes. This property has been deprecated. Use the &quot;cloudsql.googleapis.com/database/disk/bytes_used&quot; metric in Cloud Monitoring API instead. Please see this announcement for details.
-  &quot;state&quot;: &quot;A String&quot;, # The current serving state of the Cloud SQL instance. This can be one of the following. *SQL_INSTANCE_STATE_UNSPECIFIED*: The state of the instance is unknown. *RUNNABLE*: The instance has been stopped by owner. It is not currently running, but it&#x27;s ready to be restarted. *SUSPENDED*: The instance is not available, for example due to problems with billing. for example due to problems with billing. *PENDING_DELETE*: The instance is being deleted. *PENDING_CREATE*: The instance is being created. *MAINTENANCE*: The instance is down for maintenance. *FAILED*: The instance creation failed.
-  &quot;maxDiskSize&quot;: &quot;A String&quot;, # The maximum disk size of the instance in bytes.
-  &quot;settings&quot;: { # Database instance settings. # The user settings.
-    &quot;availabilityType&quot;: &quot;A String&quot;, # Availability type. Potential values: *ZONAL*: The instance serves data from only one zone. Outages in that zone affect data accessibility. *REGIONAL*: The instance can serve data from more than one zone in a region (it is highly available). For more information, see Overview of the High Availability Configuration.
-    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#settings*.
-    &quot;dataDiskSizeGb&quot;: &quot;A String&quot;, # The size of data disk, in GB. The data disk size minimum is 10GB.
-    &quot;crashSafeReplicationEnabled&quot;: True or False, # Configuration specific to read replica instances. Indicates whether database flags for crash-safe replication are enabled. This property was only applicable to First Generation instances.
-    &quot;storageAutoResizeLimit&quot;: &quot;A String&quot;, # The maximum size to which storage capacity can be automatically increased. The default value is 0, which specifies that there is no limit.
-    &quot;pricingPlan&quot;: &quot;A String&quot;, # The pricing plan for this instance. This can be either *PER_USE* or *PACKAGE*. Only *PER_USE* is supported for Second Generation instances.
-    &quot;dataDiskType&quot;: &quot;A String&quot;, # The type of data disk: PD_SSD (default) or PD_HDD. Not used for First Generation instances.
-    &quot;backupConfiguration&quot;: { # Database instance backup configuration. # The daily backup configuration for the instance.
-      &quot;enabled&quot;: True or False, # Whether this configuration is enabled.
-      &quot;backupRetentionSettings&quot;: { # We currently only support backup retention by specifying the number of backups we will retain. # Backup retention settings.
-        &quot;retentionUnit&quot;: &quot;A String&quot;, # The unit that &#x27;retained_backups&#x27; represents.
-        &quot;retainedBackups&quot;: 42, # Depending on the value of retention_unit, this is used to determine if a backup needs to be deleted. If retention_unit is &#x27;COUNT&#x27;, we will retain this many backups.
-      },
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#backupConfiguration*.
-      &quot;startTime&quot;: &quot;A String&quot;, # Start time for the daily backup configuration in UTC timezone in the 24 hour format - *HH:MM*.
-      &quot;pointInTimeRecoveryEnabled&quot;: True or False, # Reserved for future use.
-      &quot;transactionLogRetentionDays&quot;: 42, # The number of days of transaction logs we retain for point in time restore, from 1-7.
-      &quot;replicationLogArchivingEnabled&quot;: True or False, # Reserved for future use.
-      &quot;binaryLogEnabled&quot;: True or False, # (MySQL only) Whether binary log is enabled. If backup configuration is disabled, binarylog must be disabled as well.
-      &quot;location&quot;: &quot;A String&quot;, # Location of the backup
-    },
-    &quot;locationPreference&quot;: { # Preferred location. This specifies where a Cloud SQL instance is located, either in a specific Compute Engine zone, or co-located with an App Engine application. Note that if the preferred location is not available, the instance will be located as close as possible within the region. Only one location may be specified. # The location preference settings. This allows the instance to be located as near as possible to either an App Engine app or Compute Engine zone for better performance. App Engine co-location was only applicable to First Generation instances.
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#locationPreference*.
-      &quot;followGaeApplication&quot;: &quot;A String&quot;, # The App Engine application to follow, it must be in the same region as the Cloud SQL instance.
-      &quot;zone&quot;: &quot;A String&quot;, # The preferred Compute Engine zone (for example: us-central1-a, us-central1-b, etc.).
-      &quot;secondaryZone&quot;: &quot;A String&quot;, # The preferred Compute Engine zone for the secondary/failover (for example: us-central1-a, us-central1-b, etc.). Reserved for future use.
-    },
-    &quot;storageAutoResize&quot;: True or False, # Configuration to increase storage size automatically. The default value is true.
-    &quot;tier&quot;: &quot;A String&quot;, # The tier (or machine type) for this instance, for example *db-n1-standard-1* (MySQL instances) or *db-custom-1-3840* (PostgreSQL instances).
-    &quot;settingsVersion&quot;: &quot;A String&quot;, # The version of instance settings. This is a required field for update method to make sure concurrent updates are handled properly. During update, use the most recent settingsVersion value for this instance and do not try to update this value.
-    &quot;collation&quot;: &quot;A String&quot;, # The name of server Instance collation.
-    &quot;maintenanceWindow&quot;: { # Maintenance window. This specifies when a Cloud SQL instance is restarted for system maintenance purposes. # The maintenance window for this instance. This specifies when the instance can be restarted for maintenance purposes.
-      &quot;day&quot;: 42, # day of week (1-7), starting on Monday.
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#maintenanceWindow*.
-      &quot;hour&quot;: 42, # hour of day - 0 to 23.
-      &quot;updateTrack&quot;: &quot;A String&quot;, # Maintenance timing setting: *canary* (Earlier) or *stable* (Later). Learn more.
-    },
-    &quot;userLabels&quot;: { # User-provided labels, represented as a dictionary where each label is a single key value pair.
-      &quot;a_key&quot;: &quot;A String&quot;,
-    },
-    &quot;activationPolicy&quot;: &quot;A String&quot;, # The activation policy specifies when the instance is activated; it is applicable only when the instance state is RUNNABLE. Valid values: *ALWAYS*: The instance is on, and remains so even in the absence of connection requests. *NEVER*: The instance is off; it is not activated, even if a connection request arrives.
-    &quot;databaseFlags&quot;: [ # The database flags passed to the instance at startup.
-      { # Database flags for Cloud SQL instances.
-        &quot;value&quot;: &quot;A String&quot;, # The value of the flag. Booleans are set to *on* for true and *off* for false. This field must be omitted if the flag doesn&#x27;t take a value.
-        &quot;name&quot;: &quot;A String&quot;, # The name of the flag. These flags are passed at instance startup, so include both server options and system variables for MySQL. Flags are specified with underscores, not hyphens. For more information, see Configuring Database Flags in the Cloud SQL documentation.
-      },
-    ],
-    &quot;denyMaintenancePeriods&quot;: [ # Deny maintenance periods
-      { # Deny Maintenance Periods. This specifies a date range during when all CSA rollout will be denied.
-        &quot;endDate&quot;: &quot;A String&quot;, # &quot;deny maintenance period&quot; end date. If the year of the end date is empty, the year of the start date also must be empty. In this case, it means the deny maintenance period recurs every year. The date is in format yyyy-mm-dd i.e., 2020-11-01, or mm-dd, i.e., 11-01
-        &quot;time&quot;: &quot;A String&quot;, # Time in UTC when the &quot;deny maintenance period&quot; starts on start_date and ends on end_date. The time is in format: HH:mm:SS, i.e., 00:00:00
-        &quot;startDate&quot;: &quot;A String&quot;, # &quot;deny maintenance period&quot; start date. If the year of the start date is empty, the year of the end date also must be empty. In this case, it means the deny maintenance period recurs every year. The date is in format yyyy-mm-dd i.e., 2020-11-01, or mm-dd, i.e., 11-01
-      },
-    ],
-    &quot;databaseReplicationEnabled&quot;: True or False, # Configuration specific to read replica instances. Indicates whether replication is enabled or not.
-    &quot;ipConfiguration&quot;: { # IP Management configuration. # The settings for IP Management. This allows to enable or disable the instance IP and manage which external networks can connect to the instance. The IPv4 address cannot be disabled for Second Generation instances.
-      &quot;privateNetwork&quot;: &quot;A String&quot;, # The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. For example, */projects/myProject/global/networks/default*. This setting can be updated, but it cannot be removed after it is set.
-      &quot;authorizedNetworks&quot;: [ # The list of external networks that are allowed to connect to the instance using the IP. In &#x27;CIDR&#x27; notation, also known as &#x27;slash&#x27; notation (for example: *192.168.100.0/24*).
-        { # An entry for an Access Control list.
-          &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#aclEntry*.
-          &quot;expirationTime&quot;: &quot;A String&quot;, # The time when this access control entry expires in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
-          &quot;name&quot;: &quot;A String&quot;, # Optional. A label to identify this entry.
-          &quot;value&quot;: &quot;A String&quot;, # The allowlisted value for the access control list.
-        },
-      ],
-      &quot;ipv4Enabled&quot;: True or False, # Whether the instance is assigned a public IP address or not.
-      &quot;requireSsl&quot;: True or False, # Whether SSL connections over IP are enforced or not.
-    },
-    &quot;authorizedGaeApplications&quot;: [ # The App Engine app IDs that can access this instance. (Deprecated) Applied to First Generation instances only.
-      &quot;A String&quot;,
-    ],
-    &quot;replicationType&quot;: &quot;A String&quot;, # The type of replication this instance uses. This can be either *ASYNCHRONOUS* or *SYNCHRONOUS*. (Deprecated_ This property was only applicable to First Generation instances.
-    &quot;activeDirectoryConfig&quot;: { # Active Directory configuration, relevant only for Cloud SQL for SQL Server. # Active Directory configuration, relevant only for Cloud SQL for SQL Server.
-      &quot;domain&quot;: &quot;A String&quot;, # The name of the domain (e.g., mydomain.com).
-      &quot;kind&quot;: &quot;A String&quot;, # This is always sql#activeDirectoryConfig.
-    },
-  },
-  &quot;scheduledMaintenance&quot;: { # Any scheduled maintenancce for this instance. # The start time of any upcoming scheduled maintenance for this instance.
-    &quot;startTime&quot;: &quot;A String&quot;, # The start time of any upcoming scheduled maintenance for this instance.
-    &quot;canReschedule&quot;: True or False, # If the scheduled maintenance can be rescheduled.
-    &quot;canDefer&quot;: True or False,
-  },
-  &quot;replicaConfiguration&quot;: { # Read-replica configuration for connecting to the primary instance. # Configuration specific to failover replicas and read replicas.
-    &quot;failoverTarget&quot;: True or False, # Specifies if the replica is the failover target. If the field is set to *true* the replica will be designated as a failover replica. In case the primary instance fails, the replica instance will be promoted as the new primary instance. Only one replica can be specified as failover target, and the replica has to be in different zone with the primary instance.
-    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#replicaConfiguration*.
-    &quot;mysqlReplicaConfiguration&quot;: { # Read-replica configuration specific to MySQL databases. # MySQL specific configuration when replicating from a MySQL on-premises primary instance. Replication configuration information such as the username, password, certificates, and keys are not stored in the instance metadata. The configuration information is used only to set up the replication connection and is stored by MySQL in a file named *master.info* in the data directory.
-      &quot;masterHeartbeatPeriod&quot;: &quot;A String&quot;, # Interval in milliseconds between replication heartbeats.
-      &quot;sslCipher&quot;: &quot;A String&quot;, # A list of permissible ciphers to use for SSL encryption.
-      &quot;username&quot;: &quot;A String&quot;, # The username for the replication connection.
-      &quot;clientCertificate&quot;: &quot;A String&quot;, # PEM representation of the replica&#x27;s x509 certificate.
-      &quot;connectRetryInterval&quot;: 42, # Seconds to wait between connect retries. MySQL&#x27;s default is 60 seconds.
-      &quot;dumpFilePath&quot;: &quot;A String&quot;, # Path to a SQL dump file in Google Cloud Storage from which the replica instance is to be created. The URI is in the form gs://bucketName/fileName. Compressed gzip files (.gz) are also supported. Dumps have the binlog co-ordinates from which replication begins. This can be accomplished by setting --master-data to 1 when using mysqldump.
-      &quot;password&quot;: &quot;A String&quot;, # The password for the replication connection.
-      &quot;caCertificate&quot;: &quot;A String&quot;, # PEM representation of the trusted CA&#x27;s x509 certificate.
-      &quot;verifyServerCertificate&quot;: True or False, # Whether or not to check the primary instance&#x27;s Common Name value in the certificate that it sends during the SSL handshake.
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#mysqlReplicaConfiguration*.
-      &quot;clientKey&quot;: &quot;A String&quot;, # PEM representation of the replica&#x27;s private key. The corresponsing public key is encoded in the client&#x27;s certificate.
-    },
+  &quot;etag&quot;: &quot;A String&quot;, # This field is deprecated and will be removed from a future version of the API. Use the *settings.settingsVersion* field instead.
+  &quot;rootPassword&quot;: &quot;A String&quot;, # Initial root password. Use only on creation.
+  &quot;diskEncryptionConfiguration&quot;: { # Disk encryption configuration for an instance. # Disk encryption configuration specific to an instance. Applies only to Second Generation instances.
+    &quot;kmsKeyName&quot;: &quot;A String&quot;, # Resource name of KMS key for disk encryption
+    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#diskEncryptionConfiguration*.
   },
   &quot;connectionName&quot;: &quot;A String&quot;, # Connection name of the Cloud SQL instance used in connection strings.
+  &quot;replicaNames&quot;: [ # The replicas of the instance.
+    &quot;A String&quot;,
+  ],
+  &quot;state&quot;: &quot;A String&quot;, # The current serving state of the Cloud SQL instance. This can be one of the following. *SQL_INSTANCE_STATE_UNSPECIFIED*: The state of the instance is unknown. *RUNNABLE*: The instance has been stopped by owner. It is not currently running, but it&#x27;s ready to be restarted. *SUSPENDED*: The instance is not available, for example due to problems with billing. for example due to problems with billing. *PENDING_DELETE*: The instance is being deleted. *PENDING_CREATE*: The instance is being created. *MAINTENANCE*: The instance is down for maintenance. *FAILED*: The instance creation failed.
+  &quot;serverCaCert&quot;: { # SslCerts Resource # SSL configuration.
+    &quot;cert&quot;: &quot;A String&quot;, # PEM representation.
+    &quot;certSerialNumber&quot;: &quot;A String&quot;, # Serial number, as extracted from the certificate.
+    &quot;instance&quot;: &quot;A String&quot;, # Name of the database instance.
+    &quot;sha1Fingerprint&quot;: &quot;A String&quot;, # Sha1 Fingerprint.
+    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#sslCert*.
+    &quot;commonName&quot;: &quot;A String&quot;, # User supplied name. Constrained to [a-zA-Z.-_ ]+.
+    &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
+    &quot;expirationTime&quot;: &quot;A String&quot;, # The time when the certificate expires in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
+    &quot;createTime&quot;: &quot;A String&quot;, # The time when the certificate was created in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*
+  },
+  &quot;maxDiskSize&quot;: &quot;A String&quot;, # The maximum disk size of the instance in bytes.
+  &quot;secondaryGceZone&quot;: &quot;A String&quot;, # The Compute Engine zone that the failover instance is currently serving from for a regional instance. This value could be different from the zone that was specified when the instance was created if the instance has failed over to its secondary/failover zone. Reserved for future use.
   &quot;diskEncryptionStatus&quot;: { # Disk encryption status for an instance. # Disk encryption status specific to an instance. Applies only to Second Generation instances.
     &quot;kmsKeyVersionName&quot;: &quot;A String&quot;, # KMS key version used to encrypt the Cloud SQL instance resource
     &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#diskEncryptionStatus*.
   },
-  &quot;replicaNames&quot;: [ # The replicas of the instance.
-    &quot;A String&quot;,
-  ],
+  &quot;project&quot;: &quot;A String&quot;, # The project ID of the project containing the Cloud SQL instance. The Google apps domain is prefixed if applicable.
   &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#instance*.
-  &quot;name&quot;: &quot;A String&quot;, # Name of the Cloud SQL instance. This does not include the project ID.
+  &quot;satisfiesPzs&quot;: True or False, # The status indicating if instance satisfies physical zone separation. Reserved for future use.
+  &quot;settings&quot;: { # Database instance settings. # The user settings.
+    &quot;databaseReplicationEnabled&quot;: True or False, # Configuration specific to read replica instances. Indicates whether replication is enabled or not.
+    &quot;ipConfiguration&quot;: { # IP Management configuration. # The settings for IP Management. This allows to enable or disable the instance IP and manage which external networks can connect to the instance. The IPv4 address cannot be disabled for Second Generation instances.
+      &quot;ipv4Enabled&quot;: True or False, # Whether the instance is assigned a public IP address or not.
+      &quot;authorizedNetworks&quot;: [ # The list of external networks that are allowed to connect to the instance using the IP. In &#x27;CIDR&#x27; notation, also known as &#x27;slash&#x27; notation (for example: *192.168.100.0/24*).
+        { # An entry for an Access Control list.
+          &quot;expirationTime&quot;: &quot;A String&quot;, # The time when this access control entry expires in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
+          &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#aclEntry*.
+          &quot;value&quot;: &quot;A String&quot;, # The allowlisted value for the access control list.
+          &quot;name&quot;: &quot;A String&quot;, # Optional. A label to identify this entry.
+        },
+      ],
+      &quot;requireSsl&quot;: True or False, # Whether SSL connections over IP are enforced or not.
+      &quot;privateNetwork&quot;: &quot;A String&quot;, # The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. For example, */projects/myProject/global/networks/default*. This setting can be updated, but it cannot be removed after it is set.
+    },
+    &quot;availabilityType&quot;: &quot;A String&quot;, # Availability type. Potential values: *ZONAL*: The instance serves data from only one zone. Outages in that zone affect data accessibility. *REGIONAL*: The instance can serve data from more than one zone in a region (it is highly available). For more information, see Overview of the High Availability Configuration.
+    &quot;databaseFlags&quot;: [ # The database flags passed to the instance at startup.
+      { # Database flags for Cloud SQL instances.
+        &quot;name&quot;: &quot;A String&quot;, # The name of the flag. These flags are passed at instance startup, so include both server options and system variables for MySQL. Flags are specified with underscores, not hyphens. For more information, see Configuring Database Flags in the Cloud SQL documentation.
+        &quot;value&quot;: &quot;A String&quot;, # The value of the flag. Booleans are set to *on* for true and *off* for false. This field must be omitted if the flag doesn&#x27;t take a value.
+      },
+    ],
+    &quot;authorizedGaeApplications&quot;: [ # The App Engine app IDs that can access this instance. (Deprecated) Applied to First Generation instances only.
+      &quot;A String&quot;,
+    ],
+    &quot;pricingPlan&quot;: &quot;A String&quot;, # The pricing plan for this instance. This can be either *PER_USE* or *PACKAGE*. Only *PER_USE* is supported for Second Generation instances.
+    &quot;userLabels&quot;: { # User-provided labels, represented as a dictionary where each label is a single key value pair.
+      &quot;a_key&quot;: &quot;A String&quot;,
+    },
+    &quot;locationPreference&quot;: { # Preferred location. This specifies where a Cloud SQL instance is located, either in a specific Compute Engine zone, or co-located with an App Engine application. Note that if the preferred location is not available, the instance will be located as close as possible within the region. Only one location may be specified. # The location preference settings. This allows the instance to be located as near as possible to either an App Engine app or Compute Engine zone for better performance. App Engine co-location was only applicable to First Generation instances.
+      &quot;zone&quot;: &quot;A String&quot;, # The preferred Compute Engine zone (for example: us-central1-a, us-central1-b, etc.).
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#locationPreference*.
+      &quot;secondaryZone&quot;: &quot;A String&quot;, # The preferred Compute Engine zone for the secondary/failover (for example: us-central1-a, us-central1-b, etc.). Reserved for future use.
+      &quot;followGaeApplication&quot;: &quot;A String&quot;, # The App Engine application to follow, it must be in the same region as the Cloud SQL instance.
+    },
+    &quot;dataDiskType&quot;: &quot;A String&quot;, # The type of data disk: PD_SSD (default) or PD_HDD. Not used for First Generation instances.
+    &quot;tier&quot;: &quot;A String&quot;, # The tier (or machine type) for this instance, for example *db-n1-standard-1* (MySQL instances) or *db-custom-1-3840* (PostgreSQL instances).
+    &quot;backupConfiguration&quot;: { # Database instance backup configuration. # The daily backup configuration for the instance.
+      &quot;pointInTimeRecoveryEnabled&quot;: True or False, # Reserved for future use.
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#backupConfiguration*.
+      &quot;location&quot;: &quot;A String&quot;, # Location of the backup
+      &quot;transactionLogRetentionDays&quot;: 42, # The number of days of transaction logs we retain for point in time restore, from 1-7.
+      &quot;backupRetentionSettings&quot;: { # We currently only support backup retention by specifying the number of backups we will retain. # Backup retention settings.
+        &quot;retentionUnit&quot;: &quot;A String&quot;, # The unit that &#x27;retained_backups&#x27; represents.
+        &quot;retainedBackups&quot;: 42, # Depending on the value of retention_unit, this is used to determine if a backup needs to be deleted. If retention_unit is &#x27;COUNT&#x27;, we will retain this many backups.
+      },
+      &quot;binaryLogEnabled&quot;: True or False, # (MySQL only) Whether binary log is enabled. If backup configuration is disabled, binarylog must be disabled as well.
+      &quot;startTime&quot;: &quot;A String&quot;, # Start time for the daily backup configuration in UTC timezone in the 24 hour format - *HH:MM*.
+      &quot;replicationLogArchivingEnabled&quot;: True or False, # Reserved for future use.
+      &quot;enabled&quot;: True or False, # Whether this configuration is enabled.
+    },
+    &quot;denyMaintenancePeriods&quot;: [ # Deny maintenance periods
+      { # Deny Maintenance Periods. This specifies a date range during when all CSA rollout will be denied.
+        &quot;endDate&quot;: &quot;A String&quot;, # &quot;deny maintenance period&quot; end date. If the year of the end date is empty, the year of the start date also must be empty. In this case, it means the deny maintenance period recurs every year. The date is in format yyyy-mm-dd i.e., 2020-11-01, or mm-dd, i.e., 11-01
+        &quot;startDate&quot;: &quot;A String&quot;, # &quot;deny maintenance period&quot; start date. If the year of the start date is empty, the year of the end date also must be empty. In this case, it means the deny maintenance period recurs every year. The date is in format yyyy-mm-dd i.e., 2020-11-01, or mm-dd, i.e., 11-01
+        &quot;time&quot;: &quot;A String&quot;, # Time in UTC when the &quot;deny maintenance period&quot; starts on start_date and ends on end_date. The time is in format: HH:mm:SS, i.e., 00:00:00
+      },
+    ],
+    &quot;replicationType&quot;: &quot;A String&quot;, # The type of replication this instance uses. This can be either *ASYNCHRONOUS* or *SYNCHRONOUS*. (Deprecated_ This property was only applicable to First Generation instances.
+    &quot;dataDiskSizeGb&quot;: &quot;A String&quot;, # The size of data disk, in GB. The data disk size minimum is 10GB.
+    &quot;collation&quot;: &quot;A String&quot;, # The name of server Instance collation.
+    &quot;crashSafeReplicationEnabled&quot;: True or False, # Configuration specific to read replica instances. Indicates whether database flags for crash-safe replication are enabled. This property was only applicable to First Generation instances.
+    &quot;activeDirectoryConfig&quot;: { # Active Directory configuration, relevant only for Cloud SQL for SQL Server. # Active Directory configuration, relevant only for Cloud SQL for SQL Server.
+      &quot;domain&quot;: &quot;A String&quot;, # The name of the domain (e.g., mydomain.com).
+      &quot;kind&quot;: &quot;A String&quot;, # This is always sql#activeDirectoryConfig.
+    },
+    &quot;storageAutoResize&quot;: True or False, # Configuration to increase storage size automatically. The default value is true.
+    &quot;maintenanceWindow&quot;: { # Maintenance window. This specifies when a Cloud SQL instance is restarted for system maintenance purposes. # The maintenance window for this instance. This specifies when the instance can be restarted for maintenance purposes.
+      &quot;hour&quot;: 42, # hour of day - 0 to 23.
+      &quot;updateTrack&quot;: &quot;A String&quot;, # Maintenance timing setting: *canary* (Earlier) or *stable* (Later). Learn more.
+      &quot;day&quot;: 42, # day of week (1-7), starting on Monday.
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#maintenanceWindow*.
+    },
+    &quot;insightsConfig&quot;: { # Insights configuration. This specifies when Cloud SQL Insights feature is enabled and optional configuration. # Insights configuration, for now relevant only for Postgres.
+      &quot;queryInsightsEnabled&quot;: True or False, # Whether Query Insights feature is enabled.
+      &quot;recordClientAddress&quot;: True or False, # Whether Query Insights will record client address when enabled.
+      &quot;queryStringLength&quot;: 42, # Maximum query length stored in bytes. Default value: 1024 bytes. Range: 256-4500 bytes. Query length more than this field value will be truncated to this value. When unset, query length will be the default value.
+      &quot;recordApplicationTags&quot;: True or False, # Whether Query Insights will record application tags from query when enabled.
+    },
+    &quot;settingsVersion&quot;: &quot;A String&quot;, # The version of instance settings. This is a required field for update method to make sure concurrent updates are handled properly. During update, use the most recent settingsVersion value for this instance and do not try to update this value.
+    &quot;storageAutoResizeLimit&quot;: &quot;A String&quot;, # The maximum size to which storage capacity can be automatically increased. The default value is 0, which specifies that there is no limit.
+    &quot;activationPolicy&quot;: &quot;A String&quot;, # The activation policy specifies when the instance is activated; it is applicable only when the instance state is RUNNABLE. Valid values: *ALWAYS*: The instance is on, and remains so even in the absence of connection requests. *NEVER*: The instance is off; it is not activated, even if a connection request arrives.
+    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#settings*.
+  },
+  &quot;gceZone&quot;: &quot;A String&quot;, # The Compute Engine zone that the instance is currently serving from. This value could be different from the zone that was specified when the instance was created if the instance has failed over to its secondary zone.
+  &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
   &quot;ipv6Address&quot;: &quot;A String&quot;, # The IPv6 address assigned to the instance. (Deprecated) This property was applicable only to First Generation instances.
+  &quot;instanceType&quot;: &quot;A String&quot;, # The instance type. This can be one of the following. *CLOUD_SQL_INSTANCE*: A Cloud SQL instance that is not replicating from a primary instance. *ON_PREMISES_INSTANCE*: An instance running on the customer&#x27;s premises. *READ_REPLICA_INSTANCE*: A Cloud SQL instance configured as a read-replica.
+  &quot;replicaConfiguration&quot;: { # Read-replica configuration for connecting to the primary instance. # Configuration specific to failover replicas and read replicas.
+    &quot;failoverTarget&quot;: True or False, # Specifies if the replica is the failover target. If the field is set to *true* the replica will be designated as a failover replica. In case the primary instance fails, the replica instance will be promoted as the new primary instance. Only one replica can be specified as failover target, and the replica has to be in different zone with the primary instance.
+    &quot;mysqlReplicaConfiguration&quot;: { # Read-replica configuration specific to MySQL databases. # MySQL specific configuration when replicating from a MySQL on-premises primary instance. Replication configuration information such as the username, password, certificates, and keys are not stored in the instance metadata. The configuration information is used only to set up the replication connection and is stored by MySQL in a file named *master.info* in the data directory.
+      &quot;clientCertificate&quot;: &quot;A String&quot;, # PEM representation of the replica&#x27;s x509 certificate.
+      &quot;password&quot;: &quot;A String&quot;, # The password for the replication connection.
+      &quot;username&quot;: &quot;A String&quot;, # The username for the replication connection.
+      &quot;masterHeartbeatPeriod&quot;: &quot;A String&quot;, # Interval in milliseconds between replication heartbeats.
+      &quot;clientKey&quot;: &quot;A String&quot;, # PEM representation of the replica&#x27;s private key. The corresponsing public key is encoded in the client&#x27;s certificate.
+      &quot;connectRetryInterval&quot;: 42, # Seconds to wait between connect retries. MySQL&#x27;s default is 60 seconds.
+      &quot;caCertificate&quot;: &quot;A String&quot;, # PEM representation of the trusted CA&#x27;s x509 certificate.
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#mysqlReplicaConfiguration*.
+      &quot;sslCipher&quot;: &quot;A String&quot;, # A list of permissible ciphers to use for SSL encryption.
+      &quot;dumpFilePath&quot;: &quot;A String&quot;, # Path to a SQL dump file in Google Cloud Storage from which the replica instance is to be created. The URI is in the form gs://bucketName/fileName. Compressed gzip files (.gz) are also supported. Dumps have the binlog co-ordinates from which replication begins. This can be accomplished by setting --master-data to 1 when using mysqldump.
+      &quot;verifyServerCertificate&quot;: True or False, # Whether or not to check the primary instance&#x27;s Common Name value in the certificate that it sends during the SSL handshake.
+    },
+    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#replicaConfiguration*.
+  },
+  &quot;serviceAccountEmailAddress&quot;: &quot;A String&quot;, # The service account email address assigned to the instance. This property is applicable only to Second Generation instances.
+  &quot;region&quot;: &quot;A String&quot;, # The geographical region. Can be *us-central* (*FIRST_GEN* instances only) *us-central1* (*SECOND_GEN* instances only) *asia-east1* or *europe-west1*. Defaults to *us-central* or *us-central1* depending on the instance type. The region cannot be changed after instance creation.
+  &quot;currentDiskSize&quot;: &quot;A String&quot;, # The current disk usage of the instance in bytes. This property has been deprecated. Use the &quot;cloudsql.googleapis.com/database/disk/bytes_used&quot; metric in Cloud Monitoring API instead. Please see this announcement for details.
 }
 
   x__xgafv: string, V1 error format.
@@ -1697,10 +1753,11 @@
 Returns:
   An object of the form:
 
-    { # An Operation resource. For successful operations that return an Operation resource, only the fields relevant to the operation are populated in the resource.
-    &quot;status&quot;: &quot;A String&quot;, # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED*
+    { # 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
+    &quot;user&quot;: &quot;A String&quot;, # The email address of the user who initiated this operation.
+    &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
+    &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.
     &quot;error&quot;: { # Database instance operation errors list wrapper. # If errors occurred during processing of this operation, this field will be populated.
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationErrors*.
       &quot;errors&quot;: [ # The list of errors encountered while processing this operation.
         { # Database instance operation error.
           &quot;code&quot;: &quot;A String&quot;, # Identifies the specific error that occurred.
@@ -1708,49 +1765,9 @@
           &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationError*.
         },
       ],
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationErrors*.
     },
-    &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*.
-    &quot;targetLink&quot;: &quot;A String&quot;,
-    &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.
-    &quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
-      &quot;offload&quot;: True or False, # Option for export offload.
-      &quot;csvExportOptions&quot;: { # Options for exporting data as CSV.
-        &quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
-      },
-      &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.
-        &quot;A String&quot;,
-      ],
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#exportContext*.
-      &quot;sqlExportOptions&quot;: { # Options for exporting data as SQL statements.
-        &quot;schemaOnly&quot;: True or False, # Export only schemas.
-        &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.
-          &quot;A String&quot;,
-        ],
-        &quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
-          &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.
-        },
-      },
-      &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.
-      &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.
-    },
-    &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*
-    &quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
-    &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
-    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operation*.
-    &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*.
-    &quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.
     &quot;importContext&quot;: { # Database instance import context. # The context for import operation, if applicable.
-      &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.
-      &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.
-      &quot;csvImportOptions&quot;: { # Options for importing data as CSV.
-        &quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
-          &quot;A String&quot;,
-        ],
-        &quot;table&quot;: &quot;A String&quot;, # The table to which CSV data is imported.
-      },
-      &quot;database&quot;: &quot;A String&quot;, # The target database for the import. If *fileType* is *SQL*, this field is required only if the import file does not specify a database, and is overridden by any database specification in the import file. If *fileType* is *CSV*, one database must be specified.
-      &quot;importUser&quot;: &quot;A String&quot;, # The PostgreSQL user for this import operation. PostgreSQL instances only.
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#importContext*.
       &quot;bakImportOptions&quot;: { # Import parameters specific to SQL Server .BAK files
         &quot;encryptionOptions&quot;: {
           &quot;certPath&quot;: &quot;A String&quot;, # Path to the Certificate (.cer) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file.
@@ -1758,9 +1775,52 @@
           &quot;pvkPath&quot;: &quot;A String&quot;, # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file.
         },
       },
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#importContext*.
+      &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.
+      &quot;database&quot;: &quot;A String&quot;, # The target database for the import. If *fileType* is *SQL*, this field is required only if the import file does not specify a database, and is overridden by any database specification in the import file. If *fileType* is *CSV*, one database must be specified.
+      &quot;csvImportOptions&quot;: { # Options for importing data as CSV.
+        &quot;table&quot;: &quot;A String&quot;, # The table to which CSV data is imported.
+        &quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
+          &quot;A String&quot;,
+        ],
+      },
+      &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.
+      &quot;importUser&quot;: &quot;A String&quot;, # The PostgreSQL user for this import operation. PostgreSQL instances only.
     },
-    &quot;user&quot;: &quot;A String&quot;, # The email address of the user who initiated this operation.
+    &quot;status&quot;: &quot;A String&quot;, # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED*
+    &quot;targetLink&quot;: &quot;A String&quot;,
     &quot;targetId&quot;: &quot;A String&quot;, # Name of the database instance related to this operation.
+    &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*.
+    &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*
+    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operation*.
+    &quot;backupContext&quot;: { # Backup context. # The context for backup operation, if applicable.
+      &quot;backupId&quot;: &quot;A String&quot;, # The identifier of the backup.
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#backupContext*.
+    },
+    &quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
+      &quot;sqlExportOptions&quot;: { # Options for exporting data as SQL statements.
+        &quot;schemaOnly&quot;: True or False, # Export only schemas.
+        &quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
+          &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.
+        },
+        &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.
+          &quot;A String&quot;,
+        ],
+      },
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#exportContext*.
+      &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.
+      &quot;csvExportOptions&quot;: { # Options for exporting data as CSV. *MySQL* and *PostgreSQL* instances only.
+        &quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
+      },
+      &quot;offload&quot;: True or False, # Option for export offload.
+      &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.
+      &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.
+        &quot;A String&quot;,
+      ],
+    },
+    &quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
+    &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*.
+    &quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.
   }</pre>
 </div>
 
@@ -1779,10 +1839,11 @@
 Returns:
   An object of the form:
 
-    { # An Operation resource. For successful operations that return an Operation resource, only the fields relevant to the operation are populated in the resource.
-    &quot;status&quot;: &quot;A String&quot;, # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED*
+    { # 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
+    &quot;user&quot;: &quot;A String&quot;, # The email address of the user who initiated this operation.
+    &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
+    &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.
     &quot;error&quot;: { # Database instance operation errors list wrapper. # If errors occurred during processing of this operation, this field will be populated.
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationErrors*.
       &quot;errors&quot;: [ # The list of errors encountered while processing this operation.
         { # Database instance operation error.
           &quot;code&quot;: &quot;A String&quot;, # Identifies the specific error that occurred.
@@ -1790,49 +1851,9 @@
           &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationError*.
         },
       ],
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationErrors*.
     },
-    &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*.
-    &quot;targetLink&quot;: &quot;A String&quot;,
-    &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.
-    &quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
-      &quot;offload&quot;: True or False, # Option for export offload.
-      &quot;csvExportOptions&quot;: { # Options for exporting data as CSV.
-        &quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
-      },
-      &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.
-        &quot;A String&quot;,
-      ],
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#exportContext*.
-      &quot;sqlExportOptions&quot;: { # Options for exporting data as SQL statements.
-        &quot;schemaOnly&quot;: True or False, # Export only schemas.
-        &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.
-          &quot;A String&quot;,
-        ],
-        &quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
-          &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.
-        },
-      },
-      &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.
-      &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.
-    },
-    &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*
-    &quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
-    &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
-    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operation*.
-    &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*.
-    &quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.
     &quot;importContext&quot;: { # Database instance import context. # The context for import operation, if applicable.
-      &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.
-      &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.
-      &quot;csvImportOptions&quot;: { # Options for importing data as CSV.
-        &quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
-          &quot;A String&quot;,
-        ],
-        &quot;table&quot;: &quot;A String&quot;, # The table to which CSV data is imported.
-      },
-      &quot;database&quot;: &quot;A String&quot;, # The target database for the import. If *fileType* is *SQL*, this field is required only if the import file does not specify a database, and is overridden by any database specification in the import file. If *fileType* is *CSV*, one database must be specified.
-      &quot;importUser&quot;: &quot;A String&quot;, # The PostgreSQL user for this import operation. PostgreSQL instances only.
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#importContext*.
       &quot;bakImportOptions&quot;: { # Import parameters specific to SQL Server .BAK files
         &quot;encryptionOptions&quot;: {
           &quot;certPath&quot;: &quot;A String&quot;, # Path to the Certificate (.cer) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file.
@@ -1840,9 +1861,52 @@
           &quot;pvkPath&quot;: &quot;A String&quot;, # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file.
         },
       },
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#importContext*.
+      &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.
+      &quot;database&quot;: &quot;A String&quot;, # The target database for the import. If *fileType* is *SQL*, this field is required only if the import file does not specify a database, and is overridden by any database specification in the import file. If *fileType* is *CSV*, one database must be specified.
+      &quot;csvImportOptions&quot;: { # Options for importing data as CSV.
+        &quot;table&quot;: &quot;A String&quot;, # The table to which CSV data is imported.
+        &quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
+          &quot;A String&quot;,
+        ],
+      },
+      &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.
+      &quot;importUser&quot;: &quot;A String&quot;, # The PostgreSQL user for this import operation. PostgreSQL instances only.
     },
-    &quot;user&quot;: &quot;A String&quot;, # The email address of the user who initiated this operation.
+    &quot;status&quot;: &quot;A String&quot;, # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED*
+    &quot;targetLink&quot;: &quot;A String&quot;,
     &quot;targetId&quot;: &quot;A String&quot;, # Name of the database instance related to this operation.
+    &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*.
+    &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*
+    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operation*.
+    &quot;backupContext&quot;: { # Backup context. # The context for backup operation, if applicable.
+      &quot;backupId&quot;: &quot;A String&quot;, # The identifier of the backup.
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#backupContext*.
+    },
+    &quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
+      &quot;sqlExportOptions&quot;: { # Options for exporting data as SQL statements.
+        &quot;schemaOnly&quot;: True or False, # Export only schemas.
+        &quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
+          &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.
+        },
+        &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.
+          &quot;A String&quot;,
+        ],
+      },
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#exportContext*.
+      &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.
+      &quot;csvExportOptions&quot;: { # Options for exporting data as CSV. *MySQL* and *PostgreSQL* instances only.
+        &quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
+      },
+      &quot;offload&quot;: True or False, # Option for export offload.
+      &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.
+      &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.
+        &quot;A String&quot;,
+      ],
+    },
+    &quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
+    &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*.
+    &quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.
   }</pre>
 </div>
 
@@ -1861,10 +1925,11 @@
 Returns:
   An object of the form:
 
-    { # An Operation resource. For successful operations that return an Operation resource, only the fields relevant to the operation are populated in the resource.
-    &quot;status&quot;: &quot;A String&quot;, # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED*
+    { # 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
+    &quot;user&quot;: &quot;A String&quot;, # The email address of the user who initiated this operation.
+    &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
+    &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.
     &quot;error&quot;: { # Database instance operation errors list wrapper. # If errors occurred during processing of this operation, this field will be populated.
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationErrors*.
       &quot;errors&quot;: [ # The list of errors encountered while processing this operation.
         { # Database instance operation error.
           &quot;code&quot;: &quot;A String&quot;, # Identifies the specific error that occurred.
@@ -1872,49 +1937,9 @@
           &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationError*.
         },
       ],
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationErrors*.
     },
-    &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*.
-    &quot;targetLink&quot;: &quot;A String&quot;,
-    &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.
-    &quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
-      &quot;offload&quot;: True or False, # Option for export offload.
-      &quot;csvExportOptions&quot;: { # Options for exporting data as CSV.
-        &quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
-      },
-      &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.
-        &quot;A String&quot;,
-      ],
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#exportContext*.
-      &quot;sqlExportOptions&quot;: { # Options for exporting data as SQL statements.
-        &quot;schemaOnly&quot;: True or False, # Export only schemas.
-        &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.
-          &quot;A String&quot;,
-        ],
-        &quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
-          &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.
-        },
-      },
-      &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.
-      &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.
-    },
-    &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*
-    &quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
-    &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
-    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operation*.
-    &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*.
-    &quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.
     &quot;importContext&quot;: { # Database instance import context. # The context for import operation, if applicable.
-      &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.
-      &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.
-      &quot;csvImportOptions&quot;: { # Options for importing data as CSV.
-        &quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
-          &quot;A String&quot;,
-        ],
-        &quot;table&quot;: &quot;A String&quot;, # The table to which CSV data is imported.
-      },
-      &quot;database&quot;: &quot;A String&quot;, # The target database for the import. If *fileType* is *SQL*, this field is required only if the import file does not specify a database, and is overridden by any database specification in the import file. If *fileType* is *CSV*, one database must be specified.
-      &quot;importUser&quot;: &quot;A String&quot;, # The PostgreSQL user for this import operation. PostgreSQL instances only.
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#importContext*.
       &quot;bakImportOptions&quot;: { # Import parameters specific to SQL Server .BAK files
         &quot;encryptionOptions&quot;: {
           &quot;certPath&quot;: &quot;A String&quot;, # Path to the Certificate (.cer) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file.
@@ -1922,9 +1947,52 @@
           &quot;pvkPath&quot;: &quot;A String&quot;, # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file.
         },
       },
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#importContext*.
+      &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.
+      &quot;database&quot;: &quot;A String&quot;, # The target database for the import. If *fileType* is *SQL*, this field is required only if the import file does not specify a database, and is overridden by any database specification in the import file. If *fileType* is *CSV*, one database must be specified.
+      &quot;csvImportOptions&quot;: { # Options for importing data as CSV.
+        &quot;table&quot;: &quot;A String&quot;, # The table to which CSV data is imported.
+        &quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
+          &quot;A String&quot;,
+        ],
+      },
+      &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.
+      &quot;importUser&quot;: &quot;A String&quot;, # The PostgreSQL user for this import operation. PostgreSQL instances only.
     },
-    &quot;user&quot;: &quot;A String&quot;, # The email address of the user who initiated this operation.
+    &quot;status&quot;: &quot;A String&quot;, # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED*
+    &quot;targetLink&quot;: &quot;A String&quot;,
     &quot;targetId&quot;: &quot;A String&quot;, # Name of the database instance related to this operation.
+    &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*.
+    &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*
+    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operation*.
+    &quot;backupContext&quot;: { # Backup context. # The context for backup operation, if applicable.
+      &quot;backupId&quot;: &quot;A String&quot;, # The identifier of the backup.
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#backupContext*.
+    },
+    &quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
+      &quot;sqlExportOptions&quot;: { # Options for exporting data as SQL statements.
+        &quot;schemaOnly&quot;: True or False, # Export only schemas.
+        &quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
+          &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.
+        },
+        &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.
+          &quot;A String&quot;,
+        ],
+      },
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#exportContext*.
+      &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.
+      &quot;csvExportOptions&quot;: { # Options for exporting data as CSV. *MySQL* and *PostgreSQL* instances only.
+        &quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
+      },
+      &quot;offload&quot;: True or False, # Option for export offload.
+      &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.
+      &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.
+        &quot;A String&quot;,
+      ],
+    },
+    &quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
+    &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*.
+    &quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.
   }</pre>
 </div>
 
@@ -1943,10 +2011,11 @@
 Returns:
   An object of the form:
 
-    { # An Operation resource. For successful operations that return an Operation resource, only the fields relevant to the operation are populated in the resource.
-    &quot;status&quot;: &quot;A String&quot;, # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED*
+    { # 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
+    &quot;user&quot;: &quot;A String&quot;, # The email address of the user who initiated this operation.
+    &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
+    &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.
     &quot;error&quot;: { # Database instance operation errors list wrapper. # If errors occurred during processing of this operation, this field will be populated.
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationErrors*.
       &quot;errors&quot;: [ # The list of errors encountered while processing this operation.
         { # Database instance operation error.
           &quot;code&quot;: &quot;A String&quot;, # Identifies the specific error that occurred.
@@ -1954,49 +2023,9 @@
           &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationError*.
         },
       ],
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationErrors*.
     },
-    &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*.
-    &quot;targetLink&quot;: &quot;A String&quot;,
-    &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.
-    &quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
-      &quot;offload&quot;: True or False, # Option for export offload.
-      &quot;csvExportOptions&quot;: { # Options for exporting data as CSV.
-        &quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
-      },
-      &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.
-        &quot;A String&quot;,
-      ],
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#exportContext*.
-      &quot;sqlExportOptions&quot;: { # Options for exporting data as SQL statements.
-        &quot;schemaOnly&quot;: True or False, # Export only schemas.
-        &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.
-          &quot;A String&quot;,
-        ],
-        &quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
-          &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.
-        },
-      },
-      &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.
-      &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.
-    },
-    &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*
-    &quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
-    &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
-    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operation*.
-    &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*.
-    &quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.
     &quot;importContext&quot;: { # Database instance import context. # The context for import operation, if applicable.
-      &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.
-      &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.
-      &quot;csvImportOptions&quot;: { # Options for importing data as CSV.
-        &quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
-          &quot;A String&quot;,
-        ],
-        &quot;table&quot;: &quot;A String&quot;, # The table to which CSV data is imported.
-      },
-      &quot;database&quot;: &quot;A String&quot;, # The target database for the import. If *fileType* is *SQL*, this field is required only if the import file does not specify a database, and is overridden by any database specification in the import file. If *fileType* is *CSV*, one database must be specified.
-      &quot;importUser&quot;: &quot;A String&quot;, # The PostgreSQL user for this import operation. PostgreSQL instances only.
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#importContext*.
       &quot;bakImportOptions&quot;: { # Import parameters specific to SQL Server .BAK files
         &quot;encryptionOptions&quot;: {
           &quot;certPath&quot;: &quot;A String&quot;, # Path to the Certificate (.cer) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file.
@@ -2004,9 +2033,52 @@
           &quot;pvkPath&quot;: &quot;A String&quot;, # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file.
         },
       },
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#importContext*.
+      &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.
+      &quot;database&quot;: &quot;A String&quot;, # The target database for the import. If *fileType* is *SQL*, this field is required only if the import file does not specify a database, and is overridden by any database specification in the import file. If *fileType* is *CSV*, one database must be specified.
+      &quot;csvImportOptions&quot;: { # Options for importing data as CSV.
+        &quot;table&quot;: &quot;A String&quot;, # The table to which CSV data is imported.
+        &quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
+          &quot;A String&quot;,
+        ],
+      },
+      &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.
+      &quot;importUser&quot;: &quot;A String&quot;, # The PostgreSQL user for this import operation. PostgreSQL instances only.
     },
-    &quot;user&quot;: &quot;A String&quot;, # The email address of the user who initiated this operation.
+    &quot;status&quot;: &quot;A String&quot;, # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED*
+    &quot;targetLink&quot;: &quot;A String&quot;,
     &quot;targetId&quot;: &quot;A String&quot;, # Name of the database instance related to this operation.
+    &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*.
+    &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*
+    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operation*.
+    &quot;backupContext&quot;: { # Backup context. # The context for backup operation, if applicable.
+      &quot;backupId&quot;: &quot;A String&quot;, # The identifier of the backup.
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#backupContext*.
+    },
+    &quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
+      &quot;sqlExportOptions&quot;: { # Options for exporting data as SQL statements.
+        &quot;schemaOnly&quot;: True or False, # Export only schemas.
+        &quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
+          &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.
+        },
+        &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.
+          &quot;A String&quot;,
+        ],
+      },
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#exportContext*.
+      &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.
+      &quot;csvExportOptions&quot;: { # Options for exporting data as CSV. *MySQL* and *PostgreSQL* instances only.
+        &quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
+      },
+      &quot;offload&quot;: True or False, # Option for export offload.
+      &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.
+      &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.
+        &quot;A String&quot;,
+      ],
+    },
+    &quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
+    &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*.
+    &quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.
   }</pre>
 </div>
 
@@ -2037,10 +2109,11 @@
 Returns:
   An object of the form:
 
-    { # An Operation resource. For successful operations that return an Operation resource, only the fields relevant to the operation are populated in the resource.
-    &quot;status&quot;: &quot;A String&quot;, # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED*
+    { # 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
+    &quot;user&quot;: &quot;A String&quot;, # The email address of the user who initiated this operation.
+    &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
+    &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.
     &quot;error&quot;: { # Database instance operation errors list wrapper. # If errors occurred during processing of this operation, this field will be populated.
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationErrors*.
       &quot;errors&quot;: [ # The list of errors encountered while processing this operation.
         { # Database instance operation error.
           &quot;code&quot;: &quot;A String&quot;, # Identifies the specific error that occurred.
@@ -2048,49 +2121,9 @@
           &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationError*.
         },
       ],
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationErrors*.
     },
-    &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*.
-    &quot;targetLink&quot;: &quot;A String&quot;,
-    &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.
-    &quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
-      &quot;offload&quot;: True or False, # Option for export offload.
-      &quot;csvExportOptions&quot;: { # Options for exporting data as CSV.
-        &quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
-      },
-      &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.
-        &quot;A String&quot;,
-      ],
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#exportContext*.
-      &quot;sqlExportOptions&quot;: { # Options for exporting data as SQL statements.
-        &quot;schemaOnly&quot;: True or False, # Export only schemas.
-        &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.
-          &quot;A String&quot;,
-        ],
-        &quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
-          &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.
-        },
-      },
-      &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.
-      &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.
-    },
-    &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*
-    &quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
-    &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
-    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operation*.
-    &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*.
-    &quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.
     &quot;importContext&quot;: { # Database instance import context. # The context for import operation, if applicable.
-      &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.
-      &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.
-      &quot;csvImportOptions&quot;: { # Options for importing data as CSV.
-        &quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
-          &quot;A String&quot;,
-        ],
-        &quot;table&quot;: &quot;A String&quot;, # The table to which CSV data is imported.
-      },
-      &quot;database&quot;: &quot;A String&quot;, # The target database for the import. If *fileType* is *SQL*, this field is required only if the import file does not specify a database, and is overridden by any database specification in the import file. If *fileType* is *CSV*, one database must be specified.
-      &quot;importUser&quot;: &quot;A String&quot;, # The PostgreSQL user for this import operation. PostgreSQL instances only.
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#importContext*.
       &quot;bakImportOptions&quot;: { # Import parameters specific to SQL Server .BAK files
         &quot;encryptionOptions&quot;: {
           &quot;certPath&quot;: &quot;A String&quot;, # Path to the Certificate (.cer) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file.
@@ -2098,9 +2131,52 @@
           &quot;pvkPath&quot;: &quot;A String&quot;, # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file.
         },
       },
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#importContext*.
+      &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.
+      &quot;database&quot;: &quot;A String&quot;, # The target database for the import. If *fileType* is *SQL*, this field is required only if the import file does not specify a database, and is overridden by any database specification in the import file. If *fileType* is *CSV*, one database must be specified.
+      &quot;csvImportOptions&quot;: { # Options for importing data as CSV.
+        &quot;table&quot;: &quot;A String&quot;, # The table to which CSV data is imported.
+        &quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
+          &quot;A String&quot;,
+        ],
+      },
+      &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.
+      &quot;importUser&quot;: &quot;A String&quot;, # The PostgreSQL user for this import operation. PostgreSQL instances only.
     },
-    &quot;user&quot;: &quot;A String&quot;, # The email address of the user who initiated this operation.
+    &quot;status&quot;: &quot;A String&quot;, # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED*
+    &quot;targetLink&quot;: &quot;A String&quot;,
     &quot;targetId&quot;: &quot;A String&quot;, # Name of the database instance related to this operation.
+    &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*.
+    &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*
+    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operation*.
+    &quot;backupContext&quot;: { # Backup context. # The context for backup operation, if applicable.
+      &quot;backupId&quot;: &quot;A String&quot;, # The identifier of the backup.
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#backupContext*.
+    },
+    &quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
+      &quot;sqlExportOptions&quot;: { # Options for exporting data as SQL statements.
+        &quot;schemaOnly&quot;: True or False, # Export only schemas.
+        &quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
+          &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.
+        },
+        &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.
+          &quot;A String&quot;,
+        ],
+      },
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#exportContext*.
+      &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.
+      &quot;csvExportOptions&quot;: { # Options for exporting data as CSV. *MySQL* and *PostgreSQL* instances only.
+        &quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
+      },
+      &quot;offload&quot;: True or False, # Option for export offload.
+      &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.
+      &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.
+        &quot;A String&quot;,
+      ],
+    },
+    &quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
+    &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*.
+    &quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.
   }</pre>
 </div>
 
@@ -2116,8 +2192,8 @@
 
 { # Rotate Server CA request.
     &quot;rotateServerCaContext&quot;: { # Instance rotate server CA context. # Contains details about the rotate server CA operation.
-      &quot;nextVersion&quot;: &quot;A String&quot;, # The fingerprint of the next version to be rotated to. If left unspecified, will be rotated to the most recently added server CA version.
       &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#rotateServerCaContext*.
+      &quot;nextVersion&quot;: &quot;A String&quot;, # The fingerprint of the next version to be rotated to. If left unspecified, will be rotated to the most recently added server CA version.
     },
   }
 
@@ -2129,10 +2205,11 @@
 Returns:
   An object of the form:
 
-    { # An Operation resource. For successful operations that return an Operation resource, only the fields relevant to the operation are populated in the resource.
-    &quot;status&quot;: &quot;A String&quot;, # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED*
+    { # 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
+    &quot;user&quot;: &quot;A String&quot;, # The email address of the user who initiated this operation.
+    &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
+    &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.
     &quot;error&quot;: { # Database instance operation errors list wrapper. # If errors occurred during processing of this operation, this field will be populated.
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationErrors*.
       &quot;errors&quot;: [ # The list of errors encountered while processing this operation.
         { # Database instance operation error.
           &quot;code&quot;: &quot;A String&quot;, # Identifies the specific error that occurred.
@@ -2140,49 +2217,9 @@
           &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationError*.
         },
       ],
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationErrors*.
     },
-    &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*.
-    &quot;targetLink&quot;: &quot;A String&quot;,
-    &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.
-    &quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
-      &quot;offload&quot;: True or False, # Option for export offload.
-      &quot;csvExportOptions&quot;: { # Options for exporting data as CSV.
-        &quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
-      },
-      &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.
-        &quot;A String&quot;,
-      ],
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#exportContext*.
-      &quot;sqlExportOptions&quot;: { # Options for exporting data as SQL statements.
-        &quot;schemaOnly&quot;: True or False, # Export only schemas.
-        &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.
-          &quot;A String&quot;,
-        ],
-        &quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
-          &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.
-        },
-      },
-      &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.
-      &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.
-    },
-    &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*
-    &quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
-    &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
-    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operation*.
-    &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*.
-    &quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.
     &quot;importContext&quot;: { # Database instance import context. # The context for import operation, if applicable.
-      &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.
-      &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.
-      &quot;csvImportOptions&quot;: { # Options for importing data as CSV.
-        &quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
-          &quot;A String&quot;,
-        ],
-        &quot;table&quot;: &quot;A String&quot;, # The table to which CSV data is imported.
-      },
-      &quot;database&quot;: &quot;A String&quot;, # The target database for the import. If *fileType* is *SQL*, this field is required only if the import file does not specify a database, and is overridden by any database specification in the import file. If *fileType* is *CSV*, one database must be specified.
-      &quot;importUser&quot;: &quot;A String&quot;, # The PostgreSQL user for this import operation. PostgreSQL instances only.
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#importContext*.
       &quot;bakImportOptions&quot;: { # Import parameters specific to SQL Server .BAK files
         &quot;encryptionOptions&quot;: {
           &quot;certPath&quot;: &quot;A String&quot;, # Path to the Certificate (.cer) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file.
@@ -2190,9 +2227,52 @@
           &quot;pvkPath&quot;: &quot;A String&quot;, # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file.
         },
       },
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#importContext*.
+      &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.
+      &quot;database&quot;: &quot;A String&quot;, # The target database for the import. If *fileType* is *SQL*, this field is required only if the import file does not specify a database, and is overridden by any database specification in the import file. If *fileType* is *CSV*, one database must be specified.
+      &quot;csvImportOptions&quot;: { # Options for importing data as CSV.
+        &quot;table&quot;: &quot;A String&quot;, # The table to which CSV data is imported.
+        &quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
+          &quot;A String&quot;,
+        ],
+      },
+      &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.
+      &quot;importUser&quot;: &quot;A String&quot;, # The PostgreSQL user for this import operation. PostgreSQL instances only.
     },
-    &quot;user&quot;: &quot;A String&quot;, # The email address of the user who initiated this operation.
+    &quot;status&quot;: &quot;A String&quot;, # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED*
+    &quot;targetLink&quot;: &quot;A String&quot;,
     &quot;targetId&quot;: &quot;A String&quot;, # Name of the database instance related to this operation.
+    &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*.
+    &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*
+    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operation*.
+    &quot;backupContext&quot;: { # Backup context. # The context for backup operation, if applicable.
+      &quot;backupId&quot;: &quot;A String&quot;, # The identifier of the backup.
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#backupContext*.
+    },
+    &quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
+      &quot;sqlExportOptions&quot;: { # Options for exporting data as SQL statements.
+        &quot;schemaOnly&quot;: True or False, # Export only schemas.
+        &quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
+          &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.
+        },
+        &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.
+          &quot;A String&quot;,
+        ],
+      },
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#exportContext*.
+      &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.
+      &quot;csvExportOptions&quot;: { # Options for exporting data as CSV. *MySQL* and *PostgreSQL* instances only.
+        &quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
+      },
+      &quot;offload&quot;: True or False, # Option for export offload.
+      &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.
+      &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.
+        &quot;A String&quot;,
+      ],
+    },
+    &quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
+    &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*.
+    &quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.
   }</pre>
 </div>
 
@@ -2211,10 +2291,11 @@
 Returns:
   An object of the form:
 
-    { # An Operation resource. For successful operations that return an Operation resource, only the fields relevant to the operation are populated in the resource.
-    &quot;status&quot;: &quot;A String&quot;, # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED*
+    { # 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
+    &quot;user&quot;: &quot;A String&quot;, # The email address of the user who initiated this operation.
+    &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
+    &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.
     &quot;error&quot;: { # Database instance operation errors list wrapper. # If errors occurred during processing of this operation, this field will be populated.
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationErrors*.
       &quot;errors&quot;: [ # The list of errors encountered while processing this operation.
         { # Database instance operation error.
           &quot;code&quot;: &quot;A String&quot;, # Identifies the specific error that occurred.
@@ -2222,49 +2303,9 @@
           &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationError*.
         },
       ],
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationErrors*.
     },
-    &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*.
-    &quot;targetLink&quot;: &quot;A String&quot;,
-    &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.
-    &quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
-      &quot;offload&quot;: True or False, # Option for export offload.
-      &quot;csvExportOptions&quot;: { # Options for exporting data as CSV.
-        &quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
-      },
-      &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.
-        &quot;A String&quot;,
-      ],
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#exportContext*.
-      &quot;sqlExportOptions&quot;: { # Options for exporting data as SQL statements.
-        &quot;schemaOnly&quot;: True or False, # Export only schemas.
-        &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.
-          &quot;A String&quot;,
-        ],
-        &quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
-          &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.
-        },
-      },
-      &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.
-      &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.
-    },
-    &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*
-    &quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
-    &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
-    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operation*.
-    &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*.
-    &quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.
     &quot;importContext&quot;: { # Database instance import context. # The context for import operation, if applicable.
-      &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.
-      &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.
-      &quot;csvImportOptions&quot;: { # Options for importing data as CSV.
-        &quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
-          &quot;A String&quot;,
-        ],
-        &quot;table&quot;: &quot;A String&quot;, # The table to which CSV data is imported.
-      },
-      &quot;database&quot;: &quot;A String&quot;, # The target database for the import. If *fileType* is *SQL*, this field is required only if the import file does not specify a database, and is overridden by any database specification in the import file. If *fileType* is *CSV*, one database must be specified.
-      &quot;importUser&quot;: &quot;A String&quot;, # The PostgreSQL user for this import operation. PostgreSQL instances only.
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#importContext*.
       &quot;bakImportOptions&quot;: { # Import parameters specific to SQL Server .BAK files
         &quot;encryptionOptions&quot;: {
           &quot;certPath&quot;: &quot;A String&quot;, # Path to the Certificate (.cer) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file.
@@ -2272,9 +2313,52 @@
           &quot;pvkPath&quot;: &quot;A String&quot;, # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file.
         },
       },
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#importContext*.
+      &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.
+      &quot;database&quot;: &quot;A String&quot;, # The target database for the import. If *fileType* is *SQL*, this field is required only if the import file does not specify a database, and is overridden by any database specification in the import file. If *fileType* is *CSV*, one database must be specified.
+      &quot;csvImportOptions&quot;: { # Options for importing data as CSV.
+        &quot;table&quot;: &quot;A String&quot;, # The table to which CSV data is imported.
+        &quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
+          &quot;A String&quot;,
+        ],
+      },
+      &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.
+      &quot;importUser&quot;: &quot;A String&quot;, # The PostgreSQL user for this import operation. PostgreSQL instances only.
     },
-    &quot;user&quot;: &quot;A String&quot;, # The email address of the user who initiated this operation.
+    &quot;status&quot;: &quot;A String&quot;, # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED*
+    &quot;targetLink&quot;: &quot;A String&quot;,
     &quot;targetId&quot;: &quot;A String&quot;, # Name of the database instance related to this operation.
+    &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*.
+    &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*
+    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operation*.
+    &quot;backupContext&quot;: { # Backup context. # The context for backup operation, if applicable.
+      &quot;backupId&quot;: &quot;A String&quot;, # The identifier of the backup.
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#backupContext*.
+    },
+    &quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
+      &quot;sqlExportOptions&quot;: { # Options for exporting data as SQL statements.
+        &quot;schemaOnly&quot;: True or False, # Export only schemas.
+        &quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
+          &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.
+        },
+        &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.
+          &quot;A String&quot;,
+        ],
+      },
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#exportContext*.
+      &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.
+      &quot;csvExportOptions&quot;: { # Options for exporting data as CSV. *MySQL* and *PostgreSQL* instances only.
+        &quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
+      },
+      &quot;offload&quot;: True or False, # Option for export offload.
+      &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.
+      &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.
+        &quot;A String&quot;,
+      ],
+    },
+    &quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
+    &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*.
+    &quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.
   }</pre>
 </div>
 
@@ -2293,10 +2377,11 @@
 Returns:
   An object of the form:
 
-    { # An Operation resource. For successful operations that return an Operation resource, only the fields relevant to the operation are populated in the resource.
-    &quot;status&quot;: &quot;A String&quot;, # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED*
+    { # 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
+    &quot;user&quot;: &quot;A String&quot;, # The email address of the user who initiated this operation.
+    &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
+    &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.
     &quot;error&quot;: { # Database instance operation errors list wrapper. # If errors occurred during processing of this operation, this field will be populated.
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationErrors*.
       &quot;errors&quot;: [ # The list of errors encountered while processing this operation.
         { # Database instance operation error.
           &quot;code&quot;: &quot;A String&quot;, # Identifies the specific error that occurred.
@@ -2304,49 +2389,9 @@
           &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationError*.
         },
       ],
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationErrors*.
     },
-    &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*.
-    &quot;targetLink&quot;: &quot;A String&quot;,
-    &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.
-    &quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
-      &quot;offload&quot;: True or False, # Option for export offload.
-      &quot;csvExportOptions&quot;: { # Options for exporting data as CSV.
-        &quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
-      },
-      &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.
-        &quot;A String&quot;,
-      ],
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#exportContext*.
-      &quot;sqlExportOptions&quot;: { # Options for exporting data as SQL statements.
-        &quot;schemaOnly&quot;: True or False, # Export only schemas.
-        &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.
-          &quot;A String&quot;,
-        ],
-        &quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
-          &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.
-        },
-      },
-      &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.
-      &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.
-    },
-    &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*
-    &quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
-    &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
-    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operation*.
-    &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*.
-    &quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.
     &quot;importContext&quot;: { # Database instance import context. # The context for import operation, if applicable.
-      &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.
-      &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.
-      &quot;csvImportOptions&quot;: { # Options for importing data as CSV.
-        &quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
-          &quot;A String&quot;,
-        ],
-        &quot;table&quot;: &quot;A String&quot;, # The table to which CSV data is imported.
-      },
-      &quot;database&quot;: &quot;A String&quot;, # The target database for the import. If *fileType* is *SQL*, this field is required only if the import file does not specify a database, and is overridden by any database specification in the import file. If *fileType* is *CSV*, one database must be specified.
-      &quot;importUser&quot;: &quot;A String&quot;, # The PostgreSQL user for this import operation. PostgreSQL instances only.
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#importContext*.
       &quot;bakImportOptions&quot;: { # Import parameters specific to SQL Server .BAK files
         &quot;encryptionOptions&quot;: {
           &quot;certPath&quot;: &quot;A String&quot;, # Path to the Certificate (.cer) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file.
@@ -2354,9 +2399,52 @@
           &quot;pvkPath&quot;: &quot;A String&quot;, # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file.
         },
       },
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#importContext*.
+      &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.
+      &quot;database&quot;: &quot;A String&quot;, # The target database for the import. If *fileType* is *SQL*, this field is required only if the import file does not specify a database, and is overridden by any database specification in the import file. If *fileType* is *CSV*, one database must be specified.
+      &quot;csvImportOptions&quot;: { # Options for importing data as CSV.
+        &quot;table&quot;: &quot;A String&quot;, # The table to which CSV data is imported.
+        &quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
+          &quot;A String&quot;,
+        ],
+      },
+      &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.
+      &quot;importUser&quot;: &quot;A String&quot;, # The PostgreSQL user for this import operation. PostgreSQL instances only.
     },
-    &quot;user&quot;: &quot;A String&quot;, # The email address of the user who initiated this operation.
+    &quot;status&quot;: &quot;A String&quot;, # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED*
+    &quot;targetLink&quot;: &quot;A String&quot;,
     &quot;targetId&quot;: &quot;A String&quot;, # Name of the database instance related to this operation.
+    &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*.
+    &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*
+    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operation*.
+    &quot;backupContext&quot;: { # Backup context. # The context for backup operation, if applicable.
+      &quot;backupId&quot;: &quot;A String&quot;, # The identifier of the backup.
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#backupContext*.
+    },
+    &quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
+      &quot;sqlExportOptions&quot;: { # Options for exporting data as SQL statements.
+        &quot;schemaOnly&quot;: True or False, # Export only schemas.
+        &quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
+          &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.
+        },
+        &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.
+          &quot;A String&quot;,
+        ],
+      },
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#exportContext*.
+      &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.
+      &quot;csvExportOptions&quot;: { # Options for exporting data as CSV. *MySQL* and *PostgreSQL* instances only.
+        &quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
+      },
+      &quot;offload&quot;: True or False, # Option for export offload.
+      &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.
+      &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.
+        &quot;A String&quot;,
+      ],
+    },
+    &quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
+    &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*.
+    &quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.
   }</pre>
 </div>
 
@@ -2385,10 +2473,11 @@
 Returns:
   An object of the form:
 
-    { # An Operation resource. For successful operations that return an Operation resource, only the fields relevant to the operation are populated in the resource.
-    &quot;status&quot;: &quot;A String&quot;, # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED*
+    { # 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
+    &quot;user&quot;: &quot;A String&quot;, # The email address of the user who initiated this operation.
+    &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
+    &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.
     &quot;error&quot;: { # Database instance operation errors list wrapper. # If errors occurred during processing of this operation, this field will be populated.
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationErrors*.
       &quot;errors&quot;: [ # The list of errors encountered while processing this operation.
         { # Database instance operation error.
           &quot;code&quot;: &quot;A String&quot;, # Identifies the specific error that occurred.
@@ -2396,49 +2485,9 @@
           &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationError*.
         },
       ],
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationErrors*.
     },
-    &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*.
-    &quot;targetLink&quot;: &quot;A String&quot;,
-    &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.
-    &quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
-      &quot;offload&quot;: True or False, # Option for export offload.
-      &quot;csvExportOptions&quot;: { # Options for exporting data as CSV.
-        &quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
-      },
-      &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.
-        &quot;A String&quot;,
-      ],
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#exportContext*.
-      &quot;sqlExportOptions&quot;: { # Options for exporting data as SQL statements.
-        &quot;schemaOnly&quot;: True or False, # Export only schemas.
-        &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.
-          &quot;A String&quot;,
-        ],
-        &quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
-          &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.
-        },
-      },
-      &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.
-      &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.
-    },
-    &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*
-    &quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
-    &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
-    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operation*.
-    &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*.
-    &quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.
     &quot;importContext&quot;: { # Database instance import context. # The context for import operation, if applicable.
-      &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.
-      &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.
-      &quot;csvImportOptions&quot;: { # Options for importing data as CSV.
-        &quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
-          &quot;A String&quot;,
-        ],
-        &quot;table&quot;: &quot;A String&quot;, # The table to which CSV data is imported.
-      },
-      &quot;database&quot;: &quot;A String&quot;, # The target database for the import. If *fileType* is *SQL*, this field is required only if the import file does not specify a database, and is overridden by any database specification in the import file. If *fileType* is *CSV*, one database must be specified.
-      &quot;importUser&quot;: &quot;A String&quot;, # The PostgreSQL user for this import operation. PostgreSQL instances only.
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#importContext*.
       &quot;bakImportOptions&quot;: { # Import parameters specific to SQL Server .BAK files
         &quot;encryptionOptions&quot;: {
           &quot;certPath&quot;: &quot;A String&quot;, # Path to the Certificate (.cer) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file.
@@ -2446,9 +2495,52 @@
           &quot;pvkPath&quot;: &quot;A String&quot;, # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file.
         },
       },
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#importContext*.
+      &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.
+      &quot;database&quot;: &quot;A String&quot;, # The target database for the import. If *fileType* is *SQL*, this field is required only if the import file does not specify a database, and is overridden by any database specification in the import file. If *fileType* is *CSV*, one database must be specified.
+      &quot;csvImportOptions&quot;: { # Options for importing data as CSV.
+        &quot;table&quot;: &quot;A String&quot;, # The table to which CSV data is imported.
+        &quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
+          &quot;A String&quot;,
+        ],
+      },
+      &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.
+      &quot;importUser&quot;: &quot;A String&quot;, # The PostgreSQL user for this import operation. PostgreSQL instances only.
     },
-    &quot;user&quot;: &quot;A String&quot;, # The email address of the user who initiated this operation.
+    &quot;status&quot;: &quot;A String&quot;, # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED*
+    &quot;targetLink&quot;: &quot;A String&quot;,
     &quot;targetId&quot;: &quot;A String&quot;, # Name of the database instance related to this operation.
+    &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*.
+    &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*
+    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operation*.
+    &quot;backupContext&quot;: { # Backup context. # The context for backup operation, if applicable.
+      &quot;backupId&quot;: &quot;A String&quot;, # The identifier of the backup.
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#backupContext*.
+    },
+    &quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
+      &quot;sqlExportOptions&quot;: { # Options for exporting data as SQL statements.
+        &quot;schemaOnly&quot;: True or False, # Export only schemas.
+        &quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
+          &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.
+        },
+        &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.
+          &quot;A String&quot;,
+        ],
+      },
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#exportContext*.
+      &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.
+      &quot;csvExportOptions&quot;: { # Options for exporting data as CSV. *MySQL* and *PostgreSQL* instances only.
+        &quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
+      },
+      &quot;offload&quot;: True or False, # Option for export offload.
+      &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.
+      &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.
+        &quot;A String&quot;,
+      ],
+    },
+    &quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
+    &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*.
+    &quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.
   }</pre>
 </div>
 
@@ -2463,172 +2555,178 @@
     The object takes the form of:
 
 { # A Cloud SQL instance resource. Next field: 36
-  &quot;serviceAccountEmailAddress&quot;: &quot;A String&quot;, # The service account email address assigned to the instance. This property is applicable only to Second Generation instances.
-  &quot;gceZone&quot;: &quot;A String&quot;, # The Compute Engine zone that the instance is currently serving from. This value could be different from the zone that was specified when the instance was created if the instance has failed over to its secondary zone.
-  &quot;secondaryGceZone&quot;: &quot;A String&quot;, # The Compute Engine zone that the failover instance is currently serving from for a regional instance. This value could be different from the zone that was specified when the instance was created if the instance has failed over to its secondary/failover zone. Reserved for future use.
-  &quot;etag&quot;: &quot;A String&quot;, # This field is deprecated and will be removed from a future version of the API. Use the *settings.settingsVersion* field instead.
-  &quot;onPremisesConfiguration&quot;: { # On-premises instance configuration. # Configuration specific to on-premises instances.
-    &quot;password&quot;: &quot;A String&quot;, # The password for connecting to on-premises instance.
-    &quot;caCertificate&quot;: &quot;A String&quot;, # PEM representation of the trusted CA&#x27;s x509 certificate.
-    &quot;dumpFilePath&quot;: &quot;A String&quot;, # The dump file to create the Cloud SQL replica.
-    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#onPremisesConfiguration*.
-    &quot;hostPort&quot;: &quot;A String&quot;, # The host and port of the on-premises instance in host:port format
-    &quot;username&quot;: &quot;A String&quot;, # The username for connecting to on-premises instance.
-    &quot;clientCertificate&quot;: &quot;A String&quot;, # PEM representation of the replica&#x27;s x509 certificate.
-    &quot;clientKey&quot;: &quot;A String&quot;, # PEM representation of the replica&#x27;s private key. The corresponsing public key is encoded in the client&#x27;s certificate.
+  &quot;scheduledMaintenance&quot;: { # Any scheduled maintenancce for this instance. # The start time of any upcoming scheduled maintenance for this instance.
+    &quot;canDefer&quot;: True or False,
+    &quot;startTime&quot;: &quot;A String&quot;, # The start time of any upcoming scheduled maintenance for this instance.
+    &quot;canReschedule&quot;: True or False, # If the scheduled maintenance can be rescheduled.
   },
-  &quot;instanceType&quot;: &quot;A String&quot;, # The instance type. This can be one of the following. *CLOUD_SQL_INSTANCE*: A Cloud SQL instance that is not replicating from a primary instance. *ON_PREMISES_INSTANCE*: An instance running on the customer&#x27;s premises. *READ_REPLICA_INSTANCE*: A Cloud SQL instance configured as a read-replica.
-  &quot;diskEncryptionConfiguration&quot;: { # Disk encryption configuration for an instance. # Disk encryption configuration specific to an instance. Applies only to Second Generation instances.
-    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#diskEncryptionConfiguration*.
-    &quot;kmsKeyName&quot;: &quot;A String&quot;, # Resource name of KMS key for disk encryption
-  },
-  &quot;rootPassword&quot;: &quot;A String&quot;, # Initial root password. Use only on creation.
+  &quot;backendType&quot;: &quot;A String&quot;, #  *SECOND_GEN*: Cloud SQL database instance. *EXTERNAL*: A database server that is not managed by Google. This property is read-only; use the *tier* property in the *settings* object to determine the database type.
   &quot;failoverReplica&quot;: { # The name and status of the failover replica. This property is applicable only to Second Generation instances.
     &quot;available&quot;: True or False, # The availability status of the failover replica. A false status indicates that the failover replica is out of sync. The primary instance can only failover to the failover replica when the status is true.
     &quot;name&quot;: &quot;A String&quot;, # The name of the failover replica. If specified at instance creation, a failover replica is created for the instance. The name doesn&#x27;t include the project ID. This property is applicable only to Second Generation instances.
   },
-  &quot;serverCaCert&quot;: { # SslCerts Resource # SSL configuration.
-    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#sslCert*.
-    &quot;instance&quot;: &quot;A String&quot;, # Name of the database instance.
-    &quot;cert&quot;: &quot;A String&quot;, # PEM representation.
-    &quot;commonName&quot;: &quot;A String&quot;, # User supplied name. Constrained to [a-zA-Z.-_ ]+.
-    &quot;sha1Fingerprint&quot;: &quot;A String&quot;, # Sha1 Fingerprint.
-    &quot;certSerialNumber&quot;: &quot;A String&quot;, # Serial number, as extracted from the certificate.
-    &quot;createTime&quot;: &quot;A String&quot;, # The time when the certificate was created in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*
-    &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
-    &quot;expirationTime&quot;: &quot;A String&quot;, # The time when the certificate expires in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
-  },
   &quot;databaseVersion&quot;: &quot;A String&quot;, # The database engine type and version. The *databaseVersion* field cannot be changed after instance creation. MySQL instances: *MYSQL_8_0*, *MYSQL_5_7* (default), or *MYSQL_5_6*. PostgreSQL instances: *POSTGRES_9_6*, *POSTGRES_10*, *POSTGRES_11* or *POSTGRES_12* (default). SQL Server instances: *SQLSERVER_2017_STANDARD* (default), *SQLSERVER_2017_ENTERPRISE*, *SQLSERVER_2017_EXPRESS*, or *SQLSERVER_2017_WEB*.
-  &quot;region&quot;: &quot;A String&quot;, # The geographical region. Can be *us-central* (*FIRST_GEN* instances only) *us-central1* (*SECOND_GEN* instances only) *asia-east1* or *europe-west1*. Defaults to *us-central* or *us-central1* depending on the instance type. The region cannot be changed after instance creation.
   &quot;suspensionReason&quot;: [ # If the instance state is SUSPENDED, the reason for the suspension.
     &quot;A String&quot;,
   ],
-  &quot;project&quot;: &quot;A String&quot;, # The project ID of the project containing the Cloud SQL instance. The Google apps domain is prefixed if applicable.
-  &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
+  &quot;masterInstanceName&quot;: &quot;A String&quot;, # The name of the instance which will act as primary in the replication setup.
+  &quot;name&quot;: &quot;A String&quot;, # Name of the Cloud SQL instance. This does not include the project ID.
+  &quot;onPremisesConfiguration&quot;: { # On-premises instance configuration. # Configuration specific to on-premises instances.
+    &quot;caCertificate&quot;: &quot;A String&quot;, # PEM representation of the trusted CA&#x27;s x509 certificate.
+    &quot;username&quot;: &quot;A String&quot;, # The username for connecting to on-premises instance.
+    &quot;clientCertificate&quot;: &quot;A String&quot;, # PEM representation of the replica&#x27;s x509 certificate.
+    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#onPremisesConfiguration*.
+    &quot;password&quot;: &quot;A String&quot;, # The password for connecting to on-premises instance.
+    &quot;clientKey&quot;: &quot;A String&quot;, # PEM representation of the replica&#x27;s private key. The corresponsing public key is encoded in the client&#x27;s certificate.
+    &quot;hostPort&quot;: &quot;A String&quot;, # The host and port of the on-premises instance in host:port format
+    &quot;dumpFilePath&quot;: &quot;A String&quot;, # The dump file to create the Cloud SQL replica.
+  },
   &quot;ipAddresses&quot;: [ # The assigned IP addresses for the instance.
     { # Database instance IP Mapping.
       &quot;type&quot;: &quot;A String&quot;, # The type of this IP address. A *PRIMARY* address is a public address that can accept incoming connections. A *PRIVATE* address is a private address that can accept incoming connections. An *OUTGOING* address is the source address of connections originating from the instance, if supported.
-      &quot;timeToRetire&quot;: &quot;A String&quot;, # The due time for this IP to be retired in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*. This field is only available when the IP is scheduled to be retired.
       &quot;ipAddress&quot;: &quot;A String&quot;, # The IP address assigned.
+      &quot;timeToRetire&quot;: &quot;A String&quot;, # The due time for this IP to be retired in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*. This field is only available when the IP is scheduled to be retired.
     },
   ],
-  &quot;satisfiesPzs&quot;: True or False, # The status indicating if instance satisfies physical zone separation. Reserved for future use.
-  &quot;masterInstanceName&quot;: &quot;A String&quot;, # The name of the instance which will act as primary in the replication setup.
-  &quot;backendType&quot;: &quot;A String&quot;, #  *SECOND_GEN*: Cloud SQL database instance. *EXTERNAL*: A database server that is not managed by Google. This property is read-only; use the *tier* property in the *settings* object to determine the database type.
-  &quot;currentDiskSize&quot;: &quot;A String&quot;, # The current disk usage of the instance in bytes. This property has been deprecated. Use the &quot;cloudsql.googleapis.com/database/disk/bytes_used&quot; metric in Cloud Monitoring API instead. Please see this announcement for details.
-  &quot;state&quot;: &quot;A String&quot;, # The current serving state of the Cloud SQL instance. This can be one of the following. *SQL_INSTANCE_STATE_UNSPECIFIED*: The state of the instance is unknown. *RUNNABLE*: The instance has been stopped by owner. It is not currently running, but it&#x27;s ready to be restarted. *SUSPENDED*: The instance is not available, for example due to problems with billing. for example due to problems with billing. *PENDING_DELETE*: The instance is being deleted. *PENDING_CREATE*: The instance is being created. *MAINTENANCE*: The instance is down for maintenance. *FAILED*: The instance creation failed.
-  &quot;maxDiskSize&quot;: &quot;A String&quot;, # The maximum disk size of the instance in bytes.
-  &quot;settings&quot;: { # Database instance settings. # The user settings.
-    &quot;availabilityType&quot;: &quot;A String&quot;, # Availability type. Potential values: *ZONAL*: The instance serves data from only one zone. Outages in that zone affect data accessibility. *REGIONAL*: The instance can serve data from more than one zone in a region (it is highly available). For more information, see Overview of the High Availability Configuration.
-    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#settings*.
-    &quot;dataDiskSizeGb&quot;: &quot;A String&quot;, # The size of data disk, in GB. The data disk size minimum is 10GB.
-    &quot;crashSafeReplicationEnabled&quot;: True or False, # Configuration specific to read replica instances. Indicates whether database flags for crash-safe replication are enabled. This property was only applicable to First Generation instances.
-    &quot;storageAutoResizeLimit&quot;: &quot;A String&quot;, # The maximum size to which storage capacity can be automatically increased. The default value is 0, which specifies that there is no limit.
-    &quot;pricingPlan&quot;: &quot;A String&quot;, # The pricing plan for this instance. This can be either *PER_USE* or *PACKAGE*. Only *PER_USE* is supported for Second Generation instances.
-    &quot;dataDiskType&quot;: &quot;A String&quot;, # The type of data disk: PD_SSD (default) or PD_HDD. Not used for First Generation instances.
-    &quot;backupConfiguration&quot;: { # Database instance backup configuration. # The daily backup configuration for the instance.
-      &quot;enabled&quot;: True or False, # Whether this configuration is enabled.
-      &quot;backupRetentionSettings&quot;: { # We currently only support backup retention by specifying the number of backups we will retain. # Backup retention settings.
-        &quot;retentionUnit&quot;: &quot;A String&quot;, # The unit that &#x27;retained_backups&#x27; represents.
-        &quot;retainedBackups&quot;: 42, # Depending on the value of retention_unit, this is used to determine if a backup needs to be deleted. If retention_unit is &#x27;COUNT&#x27;, we will retain this many backups.
-      },
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#backupConfiguration*.
-      &quot;startTime&quot;: &quot;A String&quot;, # Start time for the daily backup configuration in UTC timezone in the 24 hour format - *HH:MM*.
-      &quot;pointInTimeRecoveryEnabled&quot;: True or False, # Reserved for future use.
-      &quot;transactionLogRetentionDays&quot;: 42, # The number of days of transaction logs we retain for point in time restore, from 1-7.
-      &quot;replicationLogArchivingEnabled&quot;: True or False, # Reserved for future use.
-      &quot;binaryLogEnabled&quot;: True or False, # (MySQL only) Whether binary log is enabled. If backup configuration is disabled, binarylog must be disabled as well.
-      &quot;location&quot;: &quot;A String&quot;, # Location of the backup
-    },
-    &quot;locationPreference&quot;: { # Preferred location. This specifies where a Cloud SQL instance is located, either in a specific Compute Engine zone, or co-located with an App Engine application. Note that if the preferred location is not available, the instance will be located as close as possible within the region. Only one location may be specified. # The location preference settings. This allows the instance to be located as near as possible to either an App Engine app or Compute Engine zone for better performance. App Engine co-location was only applicable to First Generation instances.
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#locationPreference*.
-      &quot;followGaeApplication&quot;: &quot;A String&quot;, # The App Engine application to follow, it must be in the same region as the Cloud SQL instance.
-      &quot;zone&quot;: &quot;A String&quot;, # The preferred Compute Engine zone (for example: us-central1-a, us-central1-b, etc.).
-      &quot;secondaryZone&quot;: &quot;A String&quot;, # The preferred Compute Engine zone for the secondary/failover (for example: us-central1-a, us-central1-b, etc.). Reserved for future use.
-    },
-    &quot;storageAutoResize&quot;: True or False, # Configuration to increase storage size automatically. The default value is true.
-    &quot;tier&quot;: &quot;A String&quot;, # The tier (or machine type) for this instance, for example *db-n1-standard-1* (MySQL instances) or *db-custom-1-3840* (PostgreSQL instances).
-    &quot;settingsVersion&quot;: &quot;A String&quot;, # The version of instance settings. This is a required field for update method to make sure concurrent updates are handled properly. During update, use the most recent settingsVersion value for this instance and do not try to update this value.
-    &quot;collation&quot;: &quot;A String&quot;, # The name of server Instance collation.
-    &quot;maintenanceWindow&quot;: { # Maintenance window. This specifies when a Cloud SQL instance is restarted for system maintenance purposes. # The maintenance window for this instance. This specifies when the instance can be restarted for maintenance purposes.
-      &quot;day&quot;: 42, # day of week (1-7), starting on Monday.
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#maintenanceWindow*.
-      &quot;hour&quot;: 42, # hour of day - 0 to 23.
-      &quot;updateTrack&quot;: &quot;A String&quot;, # Maintenance timing setting: *canary* (Earlier) or *stable* (Later). Learn more.
-    },
-    &quot;userLabels&quot;: { # User-provided labels, represented as a dictionary where each label is a single key value pair.
-      &quot;a_key&quot;: &quot;A String&quot;,
-    },
-    &quot;activationPolicy&quot;: &quot;A String&quot;, # The activation policy specifies when the instance is activated; it is applicable only when the instance state is RUNNABLE. Valid values: *ALWAYS*: The instance is on, and remains so even in the absence of connection requests. *NEVER*: The instance is off; it is not activated, even if a connection request arrives.
-    &quot;databaseFlags&quot;: [ # The database flags passed to the instance at startup.
-      { # Database flags for Cloud SQL instances.
-        &quot;value&quot;: &quot;A String&quot;, # The value of the flag. Booleans are set to *on* for true and *off* for false. This field must be omitted if the flag doesn&#x27;t take a value.
-        &quot;name&quot;: &quot;A String&quot;, # The name of the flag. These flags are passed at instance startup, so include both server options and system variables for MySQL. Flags are specified with underscores, not hyphens. For more information, see Configuring Database Flags in the Cloud SQL documentation.
-      },
-    ],
-    &quot;denyMaintenancePeriods&quot;: [ # Deny maintenance periods
-      { # Deny Maintenance Periods. This specifies a date range during when all CSA rollout will be denied.
-        &quot;endDate&quot;: &quot;A String&quot;, # &quot;deny maintenance period&quot; end date. If the year of the end date is empty, the year of the start date also must be empty. In this case, it means the deny maintenance period recurs every year. The date is in format yyyy-mm-dd i.e., 2020-11-01, or mm-dd, i.e., 11-01
-        &quot;time&quot;: &quot;A String&quot;, # Time in UTC when the &quot;deny maintenance period&quot; starts on start_date and ends on end_date. The time is in format: HH:mm:SS, i.e., 00:00:00
-        &quot;startDate&quot;: &quot;A String&quot;, # &quot;deny maintenance period&quot; start date. If the year of the start date is empty, the year of the end date also must be empty. In this case, it means the deny maintenance period recurs every year. The date is in format yyyy-mm-dd i.e., 2020-11-01, or mm-dd, i.e., 11-01
-      },
-    ],
-    &quot;databaseReplicationEnabled&quot;: True or False, # Configuration specific to read replica instances. Indicates whether replication is enabled or not.
-    &quot;ipConfiguration&quot;: { # IP Management configuration. # The settings for IP Management. This allows to enable or disable the instance IP and manage which external networks can connect to the instance. The IPv4 address cannot be disabled for Second Generation instances.
-      &quot;privateNetwork&quot;: &quot;A String&quot;, # The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. For example, */projects/myProject/global/networks/default*. This setting can be updated, but it cannot be removed after it is set.
-      &quot;authorizedNetworks&quot;: [ # The list of external networks that are allowed to connect to the instance using the IP. In &#x27;CIDR&#x27; notation, also known as &#x27;slash&#x27; notation (for example: *192.168.100.0/24*).
-        { # An entry for an Access Control list.
-          &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#aclEntry*.
-          &quot;expirationTime&quot;: &quot;A String&quot;, # The time when this access control entry expires in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
-          &quot;name&quot;: &quot;A String&quot;, # Optional. A label to identify this entry.
-          &quot;value&quot;: &quot;A String&quot;, # The allowlisted value for the access control list.
-        },
-      ],
-      &quot;ipv4Enabled&quot;: True or False, # Whether the instance is assigned a public IP address or not.
-      &quot;requireSsl&quot;: True or False, # Whether SSL connections over IP are enforced or not.
-    },
-    &quot;authorizedGaeApplications&quot;: [ # The App Engine app IDs that can access this instance. (Deprecated) Applied to First Generation instances only.
-      &quot;A String&quot;,
-    ],
-    &quot;replicationType&quot;: &quot;A String&quot;, # The type of replication this instance uses. This can be either *ASYNCHRONOUS* or *SYNCHRONOUS*. (Deprecated_ This property was only applicable to First Generation instances.
-    &quot;activeDirectoryConfig&quot;: { # Active Directory configuration, relevant only for Cloud SQL for SQL Server. # Active Directory configuration, relevant only for Cloud SQL for SQL Server.
-      &quot;domain&quot;: &quot;A String&quot;, # The name of the domain (e.g., mydomain.com).
-      &quot;kind&quot;: &quot;A String&quot;, # This is always sql#activeDirectoryConfig.
-    },
-  },
-  &quot;scheduledMaintenance&quot;: { # Any scheduled maintenancce for this instance. # The start time of any upcoming scheduled maintenance for this instance.
-    &quot;startTime&quot;: &quot;A String&quot;, # The start time of any upcoming scheduled maintenance for this instance.
-    &quot;canReschedule&quot;: True or False, # If the scheduled maintenance can be rescheduled.
-    &quot;canDefer&quot;: True or False,
-  },
-  &quot;replicaConfiguration&quot;: { # Read-replica configuration for connecting to the primary instance. # Configuration specific to failover replicas and read replicas.
-    &quot;failoverTarget&quot;: True or False, # Specifies if the replica is the failover target. If the field is set to *true* the replica will be designated as a failover replica. In case the primary instance fails, the replica instance will be promoted as the new primary instance. Only one replica can be specified as failover target, and the replica has to be in different zone with the primary instance.
-    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#replicaConfiguration*.
-    &quot;mysqlReplicaConfiguration&quot;: { # Read-replica configuration specific to MySQL databases. # MySQL specific configuration when replicating from a MySQL on-premises primary instance. Replication configuration information such as the username, password, certificates, and keys are not stored in the instance metadata. The configuration information is used only to set up the replication connection and is stored by MySQL in a file named *master.info* in the data directory.
-      &quot;masterHeartbeatPeriod&quot;: &quot;A String&quot;, # Interval in milliseconds between replication heartbeats.
-      &quot;sslCipher&quot;: &quot;A String&quot;, # A list of permissible ciphers to use for SSL encryption.
-      &quot;username&quot;: &quot;A String&quot;, # The username for the replication connection.
-      &quot;clientCertificate&quot;: &quot;A String&quot;, # PEM representation of the replica&#x27;s x509 certificate.
-      &quot;connectRetryInterval&quot;: 42, # Seconds to wait between connect retries. MySQL&#x27;s default is 60 seconds.
-      &quot;dumpFilePath&quot;: &quot;A String&quot;, # Path to a SQL dump file in Google Cloud Storage from which the replica instance is to be created. The URI is in the form gs://bucketName/fileName. Compressed gzip files (.gz) are also supported. Dumps have the binlog co-ordinates from which replication begins. This can be accomplished by setting --master-data to 1 when using mysqldump.
-      &quot;password&quot;: &quot;A String&quot;, # The password for the replication connection.
-      &quot;caCertificate&quot;: &quot;A String&quot;, # PEM representation of the trusted CA&#x27;s x509 certificate.
-      &quot;verifyServerCertificate&quot;: True or False, # Whether or not to check the primary instance&#x27;s Common Name value in the certificate that it sends during the SSL handshake.
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#mysqlReplicaConfiguration*.
-      &quot;clientKey&quot;: &quot;A String&quot;, # PEM representation of the replica&#x27;s private key. The corresponsing public key is encoded in the client&#x27;s certificate.
-    },
+  &quot;etag&quot;: &quot;A String&quot;, # This field is deprecated and will be removed from a future version of the API. Use the *settings.settingsVersion* field instead.
+  &quot;rootPassword&quot;: &quot;A String&quot;, # Initial root password. Use only on creation.
+  &quot;diskEncryptionConfiguration&quot;: { # Disk encryption configuration for an instance. # Disk encryption configuration specific to an instance. Applies only to Second Generation instances.
+    &quot;kmsKeyName&quot;: &quot;A String&quot;, # Resource name of KMS key for disk encryption
+    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#diskEncryptionConfiguration*.
   },
   &quot;connectionName&quot;: &quot;A String&quot;, # Connection name of the Cloud SQL instance used in connection strings.
+  &quot;replicaNames&quot;: [ # The replicas of the instance.
+    &quot;A String&quot;,
+  ],
+  &quot;state&quot;: &quot;A String&quot;, # The current serving state of the Cloud SQL instance. This can be one of the following. *SQL_INSTANCE_STATE_UNSPECIFIED*: The state of the instance is unknown. *RUNNABLE*: The instance has been stopped by owner. It is not currently running, but it&#x27;s ready to be restarted. *SUSPENDED*: The instance is not available, for example due to problems with billing. for example due to problems with billing. *PENDING_DELETE*: The instance is being deleted. *PENDING_CREATE*: The instance is being created. *MAINTENANCE*: The instance is down for maintenance. *FAILED*: The instance creation failed.
+  &quot;serverCaCert&quot;: { # SslCerts Resource # SSL configuration.
+    &quot;cert&quot;: &quot;A String&quot;, # PEM representation.
+    &quot;certSerialNumber&quot;: &quot;A String&quot;, # Serial number, as extracted from the certificate.
+    &quot;instance&quot;: &quot;A String&quot;, # Name of the database instance.
+    &quot;sha1Fingerprint&quot;: &quot;A String&quot;, # Sha1 Fingerprint.
+    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#sslCert*.
+    &quot;commonName&quot;: &quot;A String&quot;, # User supplied name. Constrained to [a-zA-Z.-_ ]+.
+    &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
+    &quot;expirationTime&quot;: &quot;A String&quot;, # The time when the certificate expires in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
+    &quot;createTime&quot;: &quot;A String&quot;, # The time when the certificate was created in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*
+  },
+  &quot;maxDiskSize&quot;: &quot;A String&quot;, # The maximum disk size of the instance in bytes.
+  &quot;secondaryGceZone&quot;: &quot;A String&quot;, # The Compute Engine zone that the failover instance is currently serving from for a regional instance. This value could be different from the zone that was specified when the instance was created if the instance has failed over to its secondary/failover zone. Reserved for future use.
   &quot;diskEncryptionStatus&quot;: { # Disk encryption status for an instance. # Disk encryption status specific to an instance. Applies only to Second Generation instances.
     &quot;kmsKeyVersionName&quot;: &quot;A String&quot;, # KMS key version used to encrypt the Cloud SQL instance resource
     &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#diskEncryptionStatus*.
   },
-  &quot;replicaNames&quot;: [ # The replicas of the instance.
-    &quot;A String&quot;,
-  ],
+  &quot;project&quot;: &quot;A String&quot;, # The project ID of the project containing the Cloud SQL instance. The Google apps domain is prefixed if applicable.
   &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#instance*.
-  &quot;name&quot;: &quot;A String&quot;, # Name of the Cloud SQL instance. This does not include the project ID.
+  &quot;satisfiesPzs&quot;: True or False, # The status indicating if instance satisfies physical zone separation. Reserved for future use.
+  &quot;settings&quot;: { # Database instance settings. # The user settings.
+    &quot;databaseReplicationEnabled&quot;: True or False, # Configuration specific to read replica instances. Indicates whether replication is enabled or not.
+    &quot;ipConfiguration&quot;: { # IP Management configuration. # The settings for IP Management. This allows to enable or disable the instance IP and manage which external networks can connect to the instance. The IPv4 address cannot be disabled for Second Generation instances.
+      &quot;ipv4Enabled&quot;: True or False, # Whether the instance is assigned a public IP address or not.
+      &quot;authorizedNetworks&quot;: [ # The list of external networks that are allowed to connect to the instance using the IP. In &#x27;CIDR&#x27; notation, also known as &#x27;slash&#x27; notation (for example: *192.168.100.0/24*).
+        { # An entry for an Access Control list.
+          &quot;expirationTime&quot;: &quot;A String&quot;, # The time when this access control entry expires in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
+          &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#aclEntry*.
+          &quot;value&quot;: &quot;A String&quot;, # The allowlisted value for the access control list.
+          &quot;name&quot;: &quot;A String&quot;, # Optional. A label to identify this entry.
+        },
+      ],
+      &quot;requireSsl&quot;: True or False, # Whether SSL connections over IP are enforced or not.
+      &quot;privateNetwork&quot;: &quot;A String&quot;, # The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. For example, */projects/myProject/global/networks/default*. This setting can be updated, but it cannot be removed after it is set.
+    },
+    &quot;availabilityType&quot;: &quot;A String&quot;, # Availability type. Potential values: *ZONAL*: The instance serves data from only one zone. Outages in that zone affect data accessibility. *REGIONAL*: The instance can serve data from more than one zone in a region (it is highly available). For more information, see Overview of the High Availability Configuration.
+    &quot;databaseFlags&quot;: [ # The database flags passed to the instance at startup.
+      { # Database flags for Cloud SQL instances.
+        &quot;name&quot;: &quot;A String&quot;, # The name of the flag. These flags are passed at instance startup, so include both server options and system variables for MySQL. Flags are specified with underscores, not hyphens. For more information, see Configuring Database Flags in the Cloud SQL documentation.
+        &quot;value&quot;: &quot;A String&quot;, # The value of the flag. Booleans are set to *on* for true and *off* for false. This field must be omitted if the flag doesn&#x27;t take a value.
+      },
+    ],
+    &quot;authorizedGaeApplications&quot;: [ # The App Engine app IDs that can access this instance. (Deprecated) Applied to First Generation instances only.
+      &quot;A String&quot;,
+    ],
+    &quot;pricingPlan&quot;: &quot;A String&quot;, # The pricing plan for this instance. This can be either *PER_USE* or *PACKAGE*. Only *PER_USE* is supported for Second Generation instances.
+    &quot;userLabels&quot;: { # User-provided labels, represented as a dictionary where each label is a single key value pair.
+      &quot;a_key&quot;: &quot;A String&quot;,
+    },
+    &quot;locationPreference&quot;: { # Preferred location. This specifies where a Cloud SQL instance is located, either in a specific Compute Engine zone, or co-located with an App Engine application. Note that if the preferred location is not available, the instance will be located as close as possible within the region. Only one location may be specified. # The location preference settings. This allows the instance to be located as near as possible to either an App Engine app or Compute Engine zone for better performance. App Engine co-location was only applicable to First Generation instances.
+      &quot;zone&quot;: &quot;A String&quot;, # The preferred Compute Engine zone (for example: us-central1-a, us-central1-b, etc.).
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#locationPreference*.
+      &quot;secondaryZone&quot;: &quot;A String&quot;, # The preferred Compute Engine zone for the secondary/failover (for example: us-central1-a, us-central1-b, etc.). Reserved for future use.
+      &quot;followGaeApplication&quot;: &quot;A String&quot;, # The App Engine application to follow, it must be in the same region as the Cloud SQL instance.
+    },
+    &quot;dataDiskType&quot;: &quot;A String&quot;, # The type of data disk: PD_SSD (default) or PD_HDD. Not used for First Generation instances.
+    &quot;tier&quot;: &quot;A String&quot;, # The tier (or machine type) for this instance, for example *db-n1-standard-1* (MySQL instances) or *db-custom-1-3840* (PostgreSQL instances).
+    &quot;backupConfiguration&quot;: { # Database instance backup configuration. # The daily backup configuration for the instance.
+      &quot;pointInTimeRecoveryEnabled&quot;: True or False, # Reserved for future use.
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#backupConfiguration*.
+      &quot;location&quot;: &quot;A String&quot;, # Location of the backup
+      &quot;transactionLogRetentionDays&quot;: 42, # The number of days of transaction logs we retain for point in time restore, from 1-7.
+      &quot;backupRetentionSettings&quot;: { # We currently only support backup retention by specifying the number of backups we will retain. # Backup retention settings.
+        &quot;retentionUnit&quot;: &quot;A String&quot;, # The unit that &#x27;retained_backups&#x27; represents.
+        &quot;retainedBackups&quot;: 42, # Depending on the value of retention_unit, this is used to determine if a backup needs to be deleted. If retention_unit is &#x27;COUNT&#x27;, we will retain this many backups.
+      },
+      &quot;binaryLogEnabled&quot;: True or False, # (MySQL only) Whether binary log is enabled. If backup configuration is disabled, binarylog must be disabled as well.
+      &quot;startTime&quot;: &quot;A String&quot;, # Start time for the daily backup configuration in UTC timezone in the 24 hour format - *HH:MM*.
+      &quot;replicationLogArchivingEnabled&quot;: True or False, # Reserved for future use.
+      &quot;enabled&quot;: True or False, # Whether this configuration is enabled.
+    },
+    &quot;denyMaintenancePeriods&quot;: [ # Deny maintenance periods
+      { # Deny Maintenance Periods. This specifies a date range during when all CSA rollout will be denied.
+        &quot;endDate&quot;: &quot;A String&quot;, # &quot;deny maintenance period&quot; end date. If the year of the end date is empty, the year of the start date also must be empty. In this case, it means the deny maintenance period recurs every year. The date is in format yyyy-mm-dd i.e., 2020-11-01, or mm-dd, i.e., 11-01
+        &quot;startDate&quot;: &quot;A String&quot;, # &quot;deny maintenance period&quot; start date. If the year of the start date is empty, the year of the end date also must be empty. In this case, it means the deny maintenance period recurs every year. The date is in format yyyy-mm-dd i.e., 2020-11-01, or mm-dd, i.e., 11-01
+        &quot;time&quot;: &quot;A String&quot;, # Time in UTC when the &quot;deny maintenance period&quot; starts on start_date and ends on end_date. The time is in format: HH:mm:SS, i.e., 00:00:00
+      },
+    ],
+    &quot;replicationType&quot;: &quot;A String&quot;, # The type of replication this instance uses. This can be either *ASYNCHRONOUS* or *SYNCHRONOUS*. (Deprecated_ This property was only applicable to First Generation instances.
+    &quot;dataDiskSizeGb&quot;: &quot;A String&quot;, # The size of data disk, in GB. The data disk size minimum is 10GB.
+    &quot;collation&quot;: &quot;A String&quot;, # The name of server Instance collation.
+    &quot;crashSafeReplicationEnabled&quot;: True or False, # Configuration specific to read replica instances. Indicates whether database flags for crash-safe replication are enabled. This property was only applicable to First Generation instances.
+    &quot;activeDirectoryConfig&quot;: { # Active Directory configuration, relevant only for Cloud SQL for SQL Server. # Active Directory configuration, relevant only for Cloud SQL for SQL Server.
+      &quot;domain&quot;: &quot;A String&quot;, # The name of the domain (e.g., mydomain.com).
+      &quot;kind&quot;: &quot;A String&quot;, # This is always sql#activeDirectoryConfig.
+    },
+    &quot;storageAutoResize&quot;: True or False, # Configuration to increase storage size automatically. The default value is true.
+    &quot;maintenanceWindow&quot;: { # Maintenance window. This specifies when a Cloud SQL instance is restarted for system maintenance purposes. # The maintenance window for this instance. This specifies when the instance can be restarted for maintenance purposes.
+      &quot;hour&quot;: 42, # hour of day - 0 to 23.
+      &quot;updateTrack&quot;: &quot;A String&quot;, # Maintenance timing setting: *canary* (Earlier) or *stable* (Later). Learn more.
+      &quot;day&quot;: 42, # day of week (1-7), starting on Monday.
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#maintenanceWindow*.
+    },
+    &quot;insightsConfig&quot;: { # Insights configuration. This specifies when Cloud SQL Insights feature is enabled and optional configuration. # Insights configuration, for now relevant only for Postgres.
+      &quot;queryInsightsEnabled&quot;: True or False, # Whether Query Insights feature is enabled.
+      &quot;recordClientAddress&quot;: True or False, # Whether Query Insights will record client address when enabled.
+      &quot;queryStringLength&quot;: 42, # Maximum query length stored in bytes. Default value: 1024 bytes. Range: 256-4500 bytes. Query length more than this field value will be truncated to this value. When unset, query length will be the default value.
+      &quot;recordApplicationTags&quot;: True or False, # Whether Query Insights will record application tags from query when enabled.
+    },
+    &quot;settingsVersion&quot;: &quot;A String&quot;, # The version of instance settings. This is a required field for update method to make sure concurrent updates are handled properly. During update, use the most recent settingsVersion value for this instance and do not try to update this value.
+    &quot;storageAutoResizeLimit&quot;: &quot;A String&quot;, # The maximum size to which storage capacity can be automatically increased. The default value is 0, which specifies that there is no limit.
+    &quot;activationPolicy&quot;: &quot;A String&quot;, # The activation policy specifies when the instance is activated; it is applicable only when the instance state is RUNNABLE. Valid values: *ALWAYS*: The instance is on, and remains so even in the absence of connection requests. *NEVER*: The instance is off; it is not activated, even if a connection request arrives.
+    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#settings*.
+  },
+  &quot;gceZone&quot;: &quot;A String&quot;, # The Compute Engine zone that the instance is currently serving from. This value could be different from the zone that was specified when the instance was created if the instance has failed over to its secondary zone.
+  &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
   &quot;ipv6Address&quot;: &quot;A String&quot;, # The IPv6 address assigned to the instance. (Deprecated) This property was applicable only to First Generation instances.
+  &quot;instanceType&quot;: &quot;A String&quot;, # The instance type. This can be one of the following. *CLOUD_SQL_INSTANCE*: A Cloud SQL instance that is not replicating from a primary instance. *ON_PREMISES_INSTANCE*: An instance running on the customer&#x27;s premises. *READ_REPLICA_INSTANCE*: A Cloud SQL instance configured as a read-replica.
+  &quot;replicaConfiguration&quot;: { # Read-replica configuration for connecting to the primary instance. # Configuration specific to failover replicas and read replicas.
+    &quot;failoverTarget&quot;: True or False, # Specifies if the replica is the failover target. If the field is set to *true* the replica will be designated as a failover replica. In case the primary instance fails, the replica instance will be promoted as the new primary instance. Only one replica can be specified as failover target, and the replica has to be in different zone with the primary instance.
+    &quot;mysqlReplicaConfiguration&quot;: { # Read-replica configuration specific to MySQL databases. # MySQL specific configuration when replicating from a MySQL on-premises primary instance. Replication configuration information such as the username, password, certificates, and keys are not stored in the instance metadata. The configuration information is used only to set up the replication connection and is stored by MySQL in a file named *master.info* in the data directory.
+      &quot;clientCertificate&quot;: &quot;A String&quot;, # PEM representation of the replica&#x27;s x509 certificate.
+      &quot;password&quot;: &quot;A String&quot;, # The password for the replication connection.
+      &quot;username&quot;: &quot;A String&quot;, # The username for the replication connection.
+      &quot;masterHeartbeatPeriod&quot;: &quot;A String&quot;, # Interval in milliseconds between replication heartbeats.
+      &quot;clientKey&quot;: &quot;A String&quot;, # PEM representation of the replica&#x27;s private key. The corresponsing public key is encoded in the client&#x27;s certificate.
+      &quot;connectRetryInterval&quot;: 42, # Seconds to wait between connect retries. MySQL&#x27;s default is 60 seconds.
+      &quot;caCertificate&quot;: &quot;A String&quot;, # PEM representation of the trusted CA&#x27;s x509 certificate.
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#mysqlReplicaConfiguration*.
+      &quot;sslCipher&quot;: &quot;A String&quot;, # A list of permissible ciphers to use for SSL encryption.
+      &quot;dumpFilePath&quot;: &quot;A String&quot;, # Path to a SQL dump file in Google Cloud Storage from which the replica instance is to be created. The URI is in the form gs://bucketName/fileName. Compressed gzip files (.gz) are also supported. Dumps have the binlog co-ordinates from which replication begins. This can be accomplished by setting --master-data to 1 when using mysqldump.
+      &quot;verifyServerCertificate&quot;: True or False, # Whether or not to check the primary instance&#x27;s Common Name value in the certificate that it sends during the SSL handshake.
+    },
+    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#replicaConfiguration*.
+  },
+  &quot;serviceAccountEmailAddress&quot;: &quot;A String&quot;, # The service account email address assigned to the instance. This property is applicable only to Second Generation instances.
+  &quot;region&quot;: &quot;A String&quot;, # The geographical region. Can be *us-central* (*FIRST_GEN* instances only) *us-central1* (*SECOND_GEN* instances only) *asia-east1* or *europe-west1*. Defaults to *us-central* or *us-central1* depending on the instance type. The region cannot be changed after instance creation.
+  &quot;currentDiskSize&quot;: &quot;A String&quot;, # The current disk usage of the instance in bytes. This property has been deprecated. Use the &quot;cloudsql.googleapis.com/database/disk/bytes_used&quot; metric in Cloud Monitoring API instead. Please see this announcement for details.
 }
 
   x__xgafv: string, V1 error format.
@@ -2639,10 +2737,11 @@
 Returns:
   An object of the form:
 
-    { # An Operation resource. For successful operations that return an Operation resource, only the fields relevant to the operation are populated in the resource.
-    &quot;status&quot;: &quot;A String&quot;, # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED*
+    { # 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
+    &quot;user&quot;: &quot;A String&quot;, # The email address of the user who initiated this operation.
+    &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
+    &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.
     &quot;error&quot;: { # Database instance operation errors list wrapper. # If errors occurred during processing of this operation, this field will be populated.
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationErrors*.
       &quot;errors&quot;: [ # The list of errors encountered while processing this operation.
         { # Database instance operation error.
           &quot;code&quot;: &quot;A String&quot;, # Identifies the specific error that occurred.
@@ -2650,49 +2749,9 @@
           &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationError*.
         },
       ],
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operationErrors*.
     },
-    &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*.
-    &quot;targetLink&quot;: &quot;A String&quot;,
-    &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.
-    &quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
-      &quot;offload&quot;: True or False, # Option for export offload.
-      &quot;csvExportOptions&quot;: { # Options for exporting data as CSV.
-        &quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
-      },
-      &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.
-        &quot;A String&quot;,
-      ],
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#exportContext*.
-      &quot;sqlExportOptions&quot;: { # Options for exporting data as SQL statements.
-        &quot;schemaOnly&quot;: True or False, # Export only schemas.
-        &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.
-          &quot;A String&quot;,
-        ],
-        &quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
-          &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.
-        },
-      },
-      &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.
-      &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.
-    },
-    &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*
-    &quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
-    &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
-    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operation*.
-    &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*.
-    &quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.
     &quot;importContext&quot;: { # Database instance import context. # The context for import operation, if applicable.
-      &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.
-      &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.
-      &quot;csvImportOptions&quot;: { # Options for importing data as CSV.
-        &quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
-          &quot;A String&quot;,
-        ],
-        &quot;table&quot;: &quot;A String&quot;, # The table to which CSV data is imported.
-      },
-      &quot;database&quot;: &quot;A String&quot;, # The target database for the import. If *fileType* is *SQL*, this field is required only if the import file does not specify a database, and is overridden by any database specification in the import file. If *fileType* is *CSV*, one database must be specified.
-      &quot;importUser&quot;: &quot;A String&quot;, # The PostgreSQL user for this import operation. PostgreSQL instances only.
-      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#importContext*.
       &quot;bakImportOptions&quot;: { # Import parameters specific to SQL Server .BAK files
         &quot;encryptionOptions&quot;: {
           &quot;certPath&quot;: &quot;A String&quot;, # Path to the Certificate (.cer) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file.
@@ -2700,9 +2759,52 @@
           &quot;pvkPath&quot;: &quot;A String&quot;, # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file.
         },
       },
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#importContext*.
+      &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.
+      &quot;database&quot;: &quot;A String&quot;, # The target database for the import. If *fileType* is *SQL*, this field is required only if the import file does not specify a database, and is overridden by any database specification in the import file. If *fileType* is *CSV*, one database must be specified.
+      &quot;csvImportOptions&quot;: { # Options for importing data as CSV.
+        &quot;table&quot;: &quot;A String&quot;, # The table to which CSV data is imported.
+        &quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
+          &quot;A String&quot;,
+        ],
+      },
+      &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.
+      &quot;importUser&quot;: &quot;A String&quot;, # The PostgreSQL user for this import operation. PostgreSQL instances only.
     },
-    &quot;user&quot;: &quot;A String&quot;, # The email address of the user who initiated this operation.
+    &quot;status&quot;: &quot;A String&quot;, # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED*
+    &quot;targetLink&quot;: &quot;A String&quot;,
     &quot;targetId&quot;: &quot;A String&quot;, # Name of the database instance related to this operation.
+    &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*.
+    &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*
+    &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#operation*.
+    &quot;backupContext&quot;: { # Backup context. # The context for backup operation, if applicable.
+      &quot;backupId&quot;: &quot;A String&quot;, # The identifier of the backup.
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#backupContext*.
+    },
+    &quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
+      &quot;sqlExportOptions&quot;: { # Options for exporting data as SQL statements.
+        &quot;schemaOnly&quot;: True or False, # Export only schemas.
+        &quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
+          &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.
+        },
+        &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.
+          &quot;A String&quot;,
+        ],
+      },
+      &quot;kind&quot;: &quot;A String&quot;, # This is always *sql#exportContext*.
+      &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.
+      &quot;csvExportOptions&quot;: { # Options for exporting data as CSV. *MySQL* and *PostgreSQL* instances only.
+        &quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
+      },
+      &quot;offload&quot;: True or False, # Option for export offload.
+      &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.
+      &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.
+        &quot;A String&quot;,
+      ],
+    },
+    &quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*.
+    &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*.
+    &quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.
   }</pre>
 </div>