Regen all docs. (#700)

* Stop recursing if discovery == {}

* Generate docs with 'make docs'.
diff --git a/docs/dyn/sqladmin_v1beta4.instances.html b/docs/dyn/sqladmin_v1beta4.instances.html
index a47fc60..1e842b1 100644
--- a/docs/dyn/sqladmin_v1beta4.instances.html
+++ b/docs/dyn/sqladmin_v1beta4.instances.html
@@ -72,17 +72,23 @@
 
 </style>
 
-<h1><a href="sqladmin_v1beta4.html">Cloud SQL Administration API</a> . <a href="sqladmin_v1beta4.instances.html">instances</a></h1>
+<h1><a href="sqladmin_v1beta4.html">Cloud SQL Admin API</a> . <a href="sqladmin_v1beta4.instances.html">instances</a></h1>
 <h2>Instance Methods</h2>
 <p class="toc_element">
+  <code><a href="#addServerCa">addServerCa(project, instance)</a></code></p>
+<p class="firstline">Add a new trusted Certificate Authority (CA) version for the specified instance. Required to prepare for a certificate rotation. If a CA version was previously added but never used in a certificate rotation, this operation replaces that version. There cannot be more than one CA version waiting to be rotated in.</p>
+<p class="toc_element">
   <code><a href="#clone">clone(project, instance, body)</a></code></p>
-<p class="firstline">Creates a Cloud SQL instance as a clone of the source instance. The API is not ready for Second Generation instances yet.</p>
+<p class="firstline">Creates a Cloud SQL instance as a clone of the source instance.</p>
 <p class="toc_element">
   <code><a href="#delete">delete(project, instance)</a></code></p>
 <p class="firstline">Deletes a Cloud SQL instance.</p>
 <p class="toc_element">
+  <code><a href="#demoteMaster">demoteMaster(project, instance, body)</a></code></p>
+<p class="firstline">Demotes the stand-alone instance to be a Cloud SQL read replica for an external database server.</p>
+<p class="toc_element">
   <code><a href="#export">export(project, instance, body)</a></code></p>
-<p class="firstline">Exports data from a Cloud SQL instance to a Google Cloud Storage bucket as a MySQL dump file.</p>
+<p class="firstline">Exports data from a Cloud SQL instance to a Cloud Storage bucket as a SQL dump or CSV file.</p>
 <p class="toc_element">
   <code><a href="#failover">failover(project, instance, body)</a></code></p>
 <p class="firstline">Failover the instance to its failover replica instance.</p>
@@ -91,7 +97,7 @@
 <p class="firstline">Retrieves a resource containing information about a Cloud SQL instance.</p>
 <p class="toc_element">
   <code><a href="#import_">import_(project, instance, body)</a></code></p>
-<p class="firstline">Imports data into a Cloud SQL instance from a MySQL dump file in Google Cloud Storage.</p>
+<p class="firstline">Imports data into a Cloud SQL instance from a SQL dump or CSV file in Cloud Storage.</p>
 <p class="toc_element">
   <code><a href="#insert">insert(project, body)</a></code></p>
 <p class="firstline">Creates a new Cloud SQL instance.</p>
@@ -99,6 +105,9 @@
   <code><a href="#list">list(project, maxResults=None, pageToken=None, filter=None)</a></code></p>
 <p class="firstline">Lists instances under a given project in the alphabetical order of the instance name.</p>
 <p class="toc_element">
+  <code><a href="#listServerCas">listServerCas(project, instance)</a></code></p>
+<p class="firstline">Lists all of the trusted Certificate Authorities (CAs) for the specified instance. There can be up to three CAs listed: the CA that was used to sign the certificate that is currently in use, a CA that has been added but not yet used to sign a certificate, and a CA used to sign a certificate that has previously rotated out.</p>
+<p class="toc_element">
   <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
 <p class="firstline">Retrieves the next page of results.</p>
 <p class="toc_element">
@@ -109,7 +118,7 @@
 <p class="firstline">Promotes the read replica instance to be a stand-alone Cloud SQL instance.</p>
 <p class="toc_element">
   <code><a href="#resetSslConfig">resetSslConfig(project, instance)</a></code></p>
-<p class="firstline">Deletes all client certificates and generates a new server SSL certificate for the instance. The changes will not take effect until the instance is restarted. Existing instances without a server certificate will need to call this once to set a server certificate.</p>
+<p class="firstline">Deletes all client certificates and generates a new server SSL certificate for the instance.</p>
 <p class="toc_element">
   <code><a href="#restart">restart(project, instance)</a></code></p>
 <p class="firstline">Restarts a Cloud SQL instance.</p>
@@ -117,6 +126,9 @@
   <code><a href="#restoreBackup">restoreBackup(project, instance, body)</a></code></p>
 <p class="firstline">Restores a backup of a Cloud SQL instance.</p>
 <p class="toc_element">
+  <code><a href="#rotateServerCa">rotateServerCa(project, instance, body)</a></code></p>
+<p class="firstline">Rotates the server certificate to one signed by the Certificate Authority (CA) version previously added with the addServerCA method.</p>
+<p class="toc_element">
   <code><a href="#startReplica">startReplica(project, instance)</a></code></p>
 <p class="firstline">Starts the replication in the read replica instance.</p>
 <p class="toc_element">
@@ -130,41 +142,26 @@
 <p class="firstline">Updates settings of a Cloud SQL instance. Caution: This is not a partial update, so you must include values for all the settings that you want to retain. For partial updates, use patch.</p>
 <h3>Method Details</h3>
 <div class="method">
-    <code class="details" id="clone">clone(project, instance, body)</code>
-  <pre>Creates a Cloud SQL instance as a clone of the source instance. The API is not ready for Second Generation instances yet.
+    <code class="details" id="addServerCa">addServerCa(project, instance)</code>
+  <pre>Add a new trusted Certificate Authority (CA) version for the specified instance. Required to prepare for a certificate rotation. If a CA version was previously added but never used in a certificate rotation, this operation replaces that version. There cannot be more than one CA version waiting to be rotated in.
 
 Args:
-  project: string, Project ID of the source as well as the clone Cloud SQL instance. (required)
-  instance: string, The ID of the Cloud SQL instance to be cloned (source). This does not include the project ID. (required)
-  body: object, The request body. (required)
-    The object takes the form of:
-
-{ # Database instance clone request.
-    "cloneContext": { # Database instance clone context. # Contains details about the clone operation.
-      "binLogCoordinates": { # Binary log coordinates. # Binary log coordinates, if specified, indentify the the position up to which the source instance should be cloned. If not specified, the source instance is cloned up to the most recent binary log coordintes.
-        "binLogPosition": "A String", # Position (offset) within the binary log file.
-        "kind": "sql#binLogCoordinates", # This is always sql#binLogCoordinates.
-        "binLogFileName": "A String", # Name of the binary log file for a Cloud SQL instance.
-      },
-      "kind": "sql#cloneContext", # This is always sql#cloneContext.
-      "destinationInstanceName": "A String", # Name of the Cloud SQL instance to be created as a clone.
-    },
-  }
-
+  project: string, Project ID of the project that contains the instance. (required)
+  instance: string, Cloud SQL instance ID. This does not include the project ID. (required)
 
 Returns:
   An object of the form:
 
-    { # An Operations resource contains information about database instance operations such as create, delete, and restart. Operations resources are created in response to operations that were initiated; you never create them directly.
+    { # An Operation resource. For successful operations that return an Operation resource, only the fields relevant to the operation are populated in the resource.
     "status": "A String", # The status of an operation. Valid values are PENDING, RUNNING, DONE, UNKNOWN.
     "importContext": { # Database instance import context. # The context for import operation, if applicable.
       "kind": "sql#importContext", # This is always sql#importContext.
-      "database": "A String", # The database (for example, guestbook) to which the import is made. If fileType is SQL and no database is specified, it is assumed that the database is specified in the file to be imported. If fileType is CSV, it must be specified.
+      "database": "A String", # 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.
       "fileType": "A String", # The file type for the specified uri.
           # SQL: The file contains SQL statements.
           # CSV: The file contains CSV data.
-      "uri": "A String", # A path to the file in Google Cloud Storage from which the import is made. The URI is in the form gs://bucketName/fileName. Compressed gzip files (.gz) are supported when fileType is SQL.
-      "importUser": "A String", # The PostgreSQL user to use for this import operation. Defaults to cloudsqlsuperuser. Does not apply to MySQL instances.
+      "uri": "A String", # 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.
+      "importUser": "A String", # The PostgreSQL user for this import operation. PostgreSQL instances only.
       "csvImportOptions": { # Options for importing data as CSV.
         "table": "A String", # The table to which CSV data is imported.
         "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
@@ -179,17 +176,114 @@
       "fileType": "A String", # The file type for the specified uri.
           # SQL: The file contains SQL statements.
           # CSV: The file contains CSV data.
-      "uri": "A String", # 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 operation fails. If fileType is SQL and the filename ends with .gz, the contents are compressed.
+      "uri": "A String", # 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.
       "csvExportOptions": { # Options for exporting data as CSV.
         "selectQuery": "A String", # The select query used to extract the data.
       },
-      "databases": [ # Databases (for example, guestbook) from which the export is made. If fileType is SQL and no database is specified, all databases are exported. If fileType is CSV, you can optionally specify at most one database to export. If csvExportOptions.selectQuery also specifies the database, this field will be ignored.
+      "databases": [ # 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: Specify exactly one database to be exported. If fileType is CSV, this database must match the database used in the csvExportOptions.selectQuery property.
         "A String",
       ],
       "sqlExportOptions": { # Options for exporting data as SQL statements.
-        "tables": [ # Tables to export, or that were exported, from the specified database. If you specify tables, specify one and only one database.
+        "tables": [ # 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.
           "A String",
         ],
+        "mysqlExportOptions": { # Options for exporting from MySQL.
+          "masterData": 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.
+        },
+        "schemaOnly": True or False, # Export only schemas.
+      },
+    },
+    "startTime": "A String", # The time this operation actually started in UTC timezone in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.
+    "targetProject": "A String", # The project ID of the target instance related to this operation.
+    "targetId": "A String", # Name of the database instance related to this operation.
+    "operationType": "A String", # 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 .
+    "targetLink": "A String",
+    "insertTime": "A String", # The time this operation was enqueued in UTC timezone in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.
+    "error": { # Database instance operation errors list wrapper. # If errors occurred during processing of this operation, this field will be populated.
+      "kind": "sql#operationErrors", # This is always sql#operationErrors.
+      "errors": [ # The list of errors encountered while processing this operation.
+        { # Database instance operation error.
+          "kind": "sql#operationError", # This is always sql#operationError.
+          "code": "A String", # Identifies the specific error that occurred.
+          "message": "A String", # Additional information about the error encountered.
+        },
+      ],
+    },
+    "endTime": "A String", # The time this operation finished in UTC timezone in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.
+    "selfLink": "A String", # The URI of this resource.
+    "user": "A String", # The email address of the user who initiated this operation.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="clone">clone(project, instance, body)</code>
+  <pre>Creates a Cloud SQL instance as a clone of the source instance.
+
+Args:
+  project: string, Project ID of the source as well as the clone Cloud SQL instance. (required)
+  instance: string, The ID of the Cloud SQL instance to be cloned (source). This does not include the project ID. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{ # Database instance clone request.
+    "cloneContext": { # Database instance clone context. # Contains details about the clone operation.
+      "binLogCoordinates": { # Binary log coordinates. # Binary log coordinates, if specified, identify the position up to which the source instance should be cloned. If not specified, the source instance is cloned up to the most recent binary log coordinates.
+        "binLogPosition": "A String", # Position (offset) within the binary log file.
+        "kind": "sql#binLogCoordinates", # This is always sql#binLogCoordinates.
+        "binLogFileName": "A String", # Name of the binary log file for a Cloud SQL instance.
+      },
+      "kind": "sql#cloneContext", # This is always sql#cloneContext.
+      "pitrTimestampMs": "A String", # Reserved for future use.
+      "destinationInstanceName": "A String", # Name of the Cloud SQL instance to be created as a clone.
+    },
+  }
+
+
+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.
+    "status": "A String", # The status of an operation. Valid values are PENDING, RUNNING, DONE, UNKNOWN.
+    "importContext": { # Database instance import context. # The context for import operation, if applicable.
+      "kind": "sql#importContext", # This is always sql#importContext.
+      "database": "A String", # 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.
+      "fileType": "A String", # The file type for the specified uri.
+          # SQL: The file contains SQL statements.
+          # CSV: The file contains CSV data.
+      "uri": "A String", # 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.
+      "importUser": "A String", # The PostgreSQL user for this import operation. PostgreSQL instances only.
+      "csvImportOptions": { # Options for importing data as CSV.
+        "table": "A String", # The table to which CSV data is imported.
+        "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
+          "A String",
+        ],
+      },
+    },
+    "kind": "sql#operation", # This is always sql#operation.
+    "name": "A String", # An identifier that uniquely identifies the operation. You can use this identifier to retrieve the Operations resource that has information about the operation.
+    "exportContext": { # Database instance export context. # The context for export operation, if applicable.
+      "kind": "sql#exportContext", # This is always sql#exportContext.
+      "fileType": "A String", # The file type for the specified uri.
+          # SQL: The file contains SQL statements.
+          # CSV: The file contains CSV data.
+      "uri": "A String", # 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.
+      "csvExportOptions": { # Options for exporting data as CSV.
+        "selectQuery": "A String", # The select query used to extract the data.
+      },
+      "databases": [ # 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: Specify exactly one database to be exported. If fileType is CSV, this database must match the database used in the csvExportOptions.selectQuery property.
+        "A String",
+      ],
+      "sqlExportOptions": { # Options for exporting data as SQL statements.
+        "tables": [ # 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.
+          "A String",
+        ],
+        "mysqlExportOptions": { # Options for exporting from MySQL.
+          "masterData": 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.
+        },
         "schemaOnly": True or False, # Export only schemas.
       },
     },
@@ -226,16 +320,16 @@
 Returns:
   An object of the form:
 
-    { # An Operations resource contains information about database instance operations such as create, delete, and restart. Operations resources are created in response to operations that were initiated; you never create them directly.
+    { # An Operation resource. For successful operations that return an Operation resource, only the fields relevant to the operation are populated in the resource.
     "status": "A String", # The status of an operation. Valid values are PENDING, RUNNING, DONE, UNKNOWN.
     "importContext": { # Database instance import context. # The context for import operation, if applicable.
       "kind": "sql#importContext", # This is always sql#importContext.
-      "database": "A String", # The database (for example, guestbook) to which the import is made. If fileType is SQL and no database is specified, it is assumed that the database is specified in the file to be imported. If fileType is CSV, it must be specified.
+      "database": "A String", # 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.
       "fileType": "A String", # The file type for the specified uri.
           # SQL: The file contains SQL statements.
           # CSV: The file contains CSV data.
-      "uri": "A String", # A path to the file in Google Cloud Storage from which the import is made. The URI is in the form gs://bucketName/fileName. Compressed gzip files (.gz) are supported when fileType is SQL.
-      "importUser": "A String", # The PostgreSQL user to use for this import operation. Defaults to cloudsqlsuperuser. Does not apply to MySQL instances.
+      "uri": "A String", # 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.
+      "importUser": "A String", # The PostgreSQL user for this import operation. PostgreSQL instances only.
       "csvImportOptions": { # Options for importing data as CSV.
         "table": "A String", # The table to which CSV data is imported.
         "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
@@ -250,17 +344,120 @@
       "fileType": "A String", # The file type for the specified uri.
           # SQL: The file contains SQL statements.
           # CSV: The file contains CSV data.
-      "uri": "A String", # 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 operation fails. If fileType is SQL and the filename ends with .gz, the contents are compressed.
+      "uri": "A String", # 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.
       "csvExportOptions": { # Options for exporting data as CSV.
         "selectQuery": "A String", # The select query used to extract the data.
       },
-      "databases": [ # Databases (for example, guestbook) from which the export is made. If fileType is SQL and no database is specified, all databases are exported. If fileType is CSV, you can optionally specify at most one database to export. If csvExportOptions.selectQuery also specifies the database, this field will be ignored.
+      "databases": [ # 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: Specify exactly one database to be exported. If fileType is CSV, this database must match the database used in the csvExportOptions.selectQuery property.
         "A String",
       ],
       "sqlExportOptions": { # Options for exporting data as SQL statements.
-        "tables": [ # Tables to export, or that were exported, from the specified database. If you specify tables, specify one and only one database.
+        "tables": [ # 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.
           "A String",
         ],
+        "mysqlExportOptions": { # Options for exporting from MySQL.
+          "masterData": 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.
+        },
+        "schemaOnly": True or False, # Export only schemas.
+      },
+    },
+    "startTime": "A String", # The time this operation actually started in UTC timezone in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.
+    "targetProject": "A String", # The project ID of the target instance related to this operation.
+    "targetId": "A String", # Name of the database instance related to this operation.
+    "operationType": "A String", # 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 .
+    "targetLink": "A String",
+    "insertTime": "A String", # The time this operation was enqueued in UTC timezone in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.
+    "error": { # Database instance operation errors list wrapper. # If errors occurred during processing of this operation, this field will be populated.
+      "kind": "sql#operationErrors", # This is always sql#operationErrors.
+      "errors": [ # The list of errors encountered while processing this operation.
+        { # Database instance operation error.
+          "kind": "sql#operationError", # This is always sql#operationError.
+          "code": "A String", # Identifies the specific error that occurred.
+          "message": "A String", # Additional information about the error encountered.
+        },
+      ],
+    },
+    "endTime": "A String", # The time this operation finished in UTC timezone in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.
+    "selfLink": "A String", # The URI of this resource.
+    "user": "A String", # The email address of the user who initiated this operation.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="demoteMaster">demoteMaster(project, instance, body)</code>
+  <pre>Demotes the stand-alone instance to be a Cloud SQL read replica for an external database server.
+
+Args:
+  project: string, ID of the project that contains the instance. (required)
+  instance: string, Cloud SQL instance name. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{ # Database demote master request.
+    "demoteMasterContext": { # Database instance demote master context. # Contains details about the demoteMaster operation.
+      "kind": "sql#demoteMasterContext", # This is always sql#demoteMasterContext.
+      "masterInstanceName": "A String", # The name of the instance which will act as on-premises master in the replication setup.
+      "verifyGtidConsistency": 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 master 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.
+      "replicaConfiguration": { # Read-replica configuration for connecting to the on-premises master. # Configuration specific to read-replicas replicating from the on-premises master.
+        "kind": "sql#demoteMasterConfiguration", # This is always sql#demoteMasterConfiguration.
+        "mysqlReplicaConfiguration": { # Read-replica configuration specific to MySQL databases. # MySQL specific configuration when replicating from a MySQL on-premises master. 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.
+          "username": "A String", # The username for the replication connection.
+          "kind": "sql#demoteMasterMysqlReplicaConfiguration", # This is always sql#demoteMasterMysqlReplicaConfiguration.
+          "clientKey": "A String", # PEM representation of the slave's private key. The corresponsing public key is encoded in the client's certificate. The format of the slave's private key can be either PKCS #1 or PKCS #8.
+          "caCertificate": "A String", # PEM representation of the trusted CA's x509 certificate.
+          "clientCertificate": "A String", # PEM representation of the slave's x509 certificate.
+          "password": "A String", # The password for the replication connection.
+        },
+      },
+    },
+  }
+
+
+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.
+    "status": "A String", # The status of an operation. Valid values are PENDING, RUNNING, DONE, UNKNOWN.
+    "importContext": { # Database instance import context. # The context for import operation, if applicable.
+      "kind": "sql#importContext", # This is always sql#importContext.
+      "database": "A String", # 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.
+      "fileType": "A String", # The file type for the specified uri.
+          # SQL: The file contains SQL statements.
+          # CSV: The file contains CSV data.
+      "uri": "A String", # 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.
+      "importUser": "A String", # The PostgreSQL user for this import operation. PostgreSQL instances only.
+      "csvImportOptions": { # Options for importing data as CSV.
+        "table": "A String", # The table to which CSV data is imported.
+        "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
+          "A String",
+        ],
+      },
+    },
+    "kind": "sql#operation", # This is always sql#operation.
+    "name": "A String", # An identifier that uniquely identifies the operation. You can use this identifier to retrieve the Operations resource that has information about the operation.
+    "exportContext": { # Database instance export context. # The context for export operation, if applicable.
+      "kind": "sql#exportContext", # This is always sql#exportContext.
+      "fileType": "A String", # The file type for the specified uri.
+          # SQL: The file contains SQL statements.
+          # CSV: The file contains CSV data.
+      "uri": "A String", # 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.
+      "csvExportOptions": { # Options for exporting data as CSV.
+        "selectQuery": "A String", # The select query used to extract the data.
+      },
+      "databases": [ # 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: Specify exactly one database to be exported. If fileType is CSV, this database must match the database used in the csvExportOptions.selectQuery property.
+        "A String",
+      ],
+      "sqlExportOptions": { # Options for exporting data as SQL statements.
+        "tables": [ # 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.
+          "A String",
+        ],
+        "mysqlExportOptions": { # Options for exporting from MySQL.
+          "masterData": 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.
+        },
         "schemaOnly": True or False, # Export only schemas.
       },
     },
@@ -288,7 +485,7 @@
 
 <div class="method">
     <code class="details" id="export">export(project, instance, body)</code>
-  <pre>Exports data from a Cloud SQL instance to a Google Cloud Storage bucket as a MySQL dump file.
+  <pre>Exports data from a Cloud SQL instance to a Cloud Storage bucket as a SQL dump or CSV file.
 
 Args:
   project: string, Project ID of the project that contains the instance to be exported. (required)
@@ -302,17 +499,22 @@
       "fileType": "A String", # The file type for the specified uri.
           # SQL: The file contains SQL statements.
           # CSV: The file contains CSV data.
-      "uri": "A String", # 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 operation fails. If fileType is SQL and the filename ends with .gz, the contents are compressed.
+      "uri": "A String", # 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.
       "csvExportOptions": { # Options for exporting data as CSV.
         "selectQuery": "A String", # The select query used to extract the data.
       },
-      "databases": [ # Databases (for example, guestbook) from which the export is made. If fileType is SQL and no database is specified, all databases are exported. If fileType is CSV, you can optionally specify at most one database to export. If csvExportOptions.selectQuery also specifies the database, this field will be ignored.
+      "databases": [ # 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: Specify exactly one database to be exported. If fileType is CSV, this database must match the database used in the csvExportOptions.selectQuery property.
         "A String",
       ],
       "sqlExportOptions": { # Options for exporting data as SQL statements.
-        "tables": [ # Tables to export, or that were exported, from the specified database. If you specify tables, specify one and only one database.
+        "tables": [ # 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.
           "A String",
         ],
+        "mysqlExportOptions": { # Options for exporting from MySQL.
+          "masterData": 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.
+        },
         "schemaOnly": True or False, # Export only schemas.
       },
     },
@@ -322,16 +524,16 @@
 Returns:
   An object of the form:
 
-    { # An Operations resource contains information about database instance operations such as create, delete, and restart. Operations resources are created in response to operations that were initiated; you never create them directly.
+    { # An Operation resource. For successful operations that return an Operation resource, only the fields relevant to the operation are populated in the resource.
     "status": "A String", # The status of an operation. Valid values are PENDING, RUNNING, DONE, UNKNOWN.
     "importContext": { # Database instance import context. # The context for import operation, if applicable.
       "kind": "sql#importContext", # This is always sql#importContext.
-      "database": "A String", # The database (for example, guestbook) to which the import is made. If fileType is SQL and no database is specified, it is assumed that the database is specified in the file to be imported. If fileType is CSV, it must be specified.
+      "database": "A String", # 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.
       "fileType": "A String", # The file type for the specified uri.
           # SQL: The file contains SQL statements.
           # CSV: The file contains CSV data.
-      "uri": "A String", # A path to the file in Google Cloud Storage from which the import is made. The URI is in the form gs://bucketName/fileName. Compressed gzip files (.gz) are supported when fileType is SQL.
-      "importUser": "A String", # The PostgreSQL user to use for this import operation. Defaults to cloudsqlsuperuser. Does not apply to MySQL instances.
+      "uri": "A String", # 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.
+      "importUser": "A String", # The PostgreSQL user for this import operation. PostgreSQL instances only.
       "csvImportOptions": { # Options for importing data as CSV.
         "table": "A String", # The table to which CSV data is imported.
         "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
@@ -346,17 +548,22 @@
       "fileType": "A String", # The file type for the specified uri.
           # SQL: The file contains SQL statements.
           # CSV: The file contains CSV data.
-      "uri": "A String", # 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 operation fails. If fileType is SQL and the filename ends with .gz, the contents are compressed.
+      "uri": "A String", # 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.
       "csvExportOptions": { # Options for exporting data as CSV.
         "selectQuery": "A String", # The select query used to extract the data.
       },
-      "databases": [ # Databases (for example, guestbook) from which the export is made. If fileType is SQL and no database is specified, all databases are exported. If fileType is CSV, you can optionally specify at most one database to export. If csvExportOptions.selectQuery also specifies the database, this field will be ignored.
+      "databases": [ # 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: Specify exactly one database to be exported. If fileType is CSV, this database must match the database used in the csvExportOptions.selectQuery property.
         "A String",
       ],
       "sqlExportOptions": { # Options for exporting data as SQL statements.
-        "tables": [ # Tables to export, or that were exported, from the specified database. If you specify tables, specify one and only one database.
+        "tables": [ # 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.
           "A String",
         ],
+        "mysqlExportOptions": { # Options for exporting from MySQL.
+          "masterData": 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.
+        },
         "schemaOnly": True or False, # Export only schemas.
       },
     },
@@ -403,16 +610,16 @@
 Returns:
   An object of the form:
 
-    { # An Operations resource contains information about database instance operations such as create, delete, and restart. Operations resources are created in response to operations that were initiated; you never create them directly.
+    { # An Operation resource. For successful operations that return an Operation resource, only the fields relevant to the operation are populated in the resource.
     "status": "A String", # The status of an operation. Valid values are PENDING, RUNNING, DONE, UNKNOWN.
     "importContext": { # Database instance import context. # The context for import operation, if applicable.
       "kind": "sql#importContext", # This is always sql#importContext.
-      "database": "A String", # The database (for example, guestbook) to which the import is made. If fileType is SQL and no database is specified, it is assumed that the database is specified in the file to be imported. If fileType is CSV, it must be specified.
+      "database": "A String", # 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.
       "fileType": "A String", # The file type for the specified uri.
           # SQL: The file contains SQL statements.
           # CSV: The file contains CSV data.
-      "uri": "A String", # A path to the file in Google Cloud Storage from which the import is made. The URI is in the form gs://bucketName/fileName. Compressed gzip files (.gz) are supported when fileType is SQL.
-      "importUser": "A String", # The PostgreSQL user to use for this import operation. Defaults to cloudsqlsuperuser. Does not apply to MySQL instances.
+      "uri": "A String", # 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.
+      "importUser": "A String", # The PostgreSQL user for this import operation. PostgreSQL instances only.
       "csvImportOptions": { # Options for importing data as CSV.
         "table": "A String", # The table to which CSV data is imported.
         "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
@@ -427,17 +634,22 @@
       "fileType": "A String", # The file type for the specified uri.
           # SQL: The file contains SQL statements.
           # CSV: The file contains CSV data.
-      "uri": "A String", # 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 operation fails. If fileType is SQL and the filename ends with .gz, the contents are compressed.
+      "uri": "A String", # 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.
       "csvExportOptions": { # Options for exporting data as CSV.
         "selectQuery": "A String", # The select query used to extract the data.
       },
-      "databases": [ # Databases (for example, guestbook) from which the export is made. If fileType is SQL and no database is specified, all databases are exported. If fileType is CSV, you can optionally specify at most one database to export. If csvExportOptions.selectQuery also specifies the database, this field will be ignored.
+      "databases": [ # 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: Specify exactly one database to be exported. If fileType is CSV, this database must match the database used in the csvExportOptions.selectQuery property.
         "A String",
       ],
       "sqlExportOptions": { # Options for exporting data as SQL statements.
-        "tables": [ # Tables to export, or that were exported, from the specified database. If you specify tables, specify one and only one database.
+        "tables": [ # 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.
           "A String",
         ],
+        "mysqlExportOptions": { # Options for exporting from MySQL.
+          "masterData": 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.
+        },
         "schemaOnly": True or False, # Export only schemas.
       },
     },
@@ -475,28 +687,37 @@
   An object of the form:
 
     { # A Cloud SQL instance resource.
-      "backendType": "A String", # FIRST_GEN: Basic Cloud SQL instance that runs in a Google-managed container.
-          # SECOND_GEN: A newer Cloud SQL backend that runs in a Compute Engine VM.
-          # EXTERNAL: A MySQL server that is not managed by Google.
-      "currentDiskSize": "A String", # The current disk usage of the instance in bytes. This property has been deprecated. Users should use the "cloudsql.googleapis.com/database/disk/bytes_used" metric in Cloud Monitoring API instead. Please see https://groups.google.com/d/msg/google-cloud-sql-announce/I_7-F9EBhT0/BtvFtdFeAgAJ for details.
+      "backendType": "A String", # FIRST_GEN: First Generation instance. MySQL only.
+          # SECOND_GEN: Second Generation instance or PostgreSQL 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 and Second or First Generation.
+      "currentDiskSize": "A String", # The current disk usage of the instance in bytes. This property has been deprecated. Users should use the "cloudsql.googleapis.com/database/disk/bytes_used" metric in Cloud Monitoring API instead. Please see this announcement for details.
       "serviceAccountEmailAddress": "A String", # The service account email address assigned to the instance. This property is applicable only to Second Generation instances.
       "ipAddresses": [ # The assigned IP addresses for the instance.
         { # Database instance IP Mapping.
           "timeToRetire": "A String", # 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.
           "ipAddress": "A String", # The IP address assigned.
-          "type": "A String", # The type of this IP address. A PRIMARY address is an address that can accept incoming connections. An OUTGOING address is the source address of connections originating from the instance, if supported.
+          "type": "A String", # 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.
         },
       ],
-      "databaseVersion": "A String", # The database engine type and version. The databaseVersion can not be changed after instance creation. Can be MYSQL_5_5, MYSQL_5_6 or MYSQL_5_7. Defaults to MYSQL_5_6. MYSQL_5_7 is applicable only to Second Generation instances.
+      "databaseVersion": "A String", # The database engine type and version. The databaseVersion field can not be changed after instance creation. MySQL Second Generation instances: MYSQL_5_7 (default) or MYSQL_5_6. PostgreSQL instances: POSTGRES_9_6 (default) or POSTGRES_11 Beta. MySQL First Generation instances: MYSQL_5_6 (default) or MYSQL_5_5
       "instanceType": "A String", # The instance type. This can be one of the following.
           # CLOUD_SQL_INSTANCE: A Cloud SQL instance that is not replicating from a master.
           # ON_PREMISES_INSTANCE: An instance running on the customer's premises.
           # READ_REPLICA_INSTANCE: A Cloud SQL instance configured as a read-replica.
       "maxDiskSize": "A String", # The maximum disk size of the instance in bytes.
+      "diskEncryptionConfiguration": { # Disk encryption configuration. # Disk encryption configuration specific to an instance. Applies only to Second Generation instances.
+        "kind": "sql#diskEncryptionConfiguration", # This is always sql#diskEncryptionConfiguration.
+        "kmsKeyName": "A String", # KMS key resource name
+      },
       "suspensionReason": [ # If the instance state is SUSPENDED, the reason for the suspension.
         "A String",
       ],
       "masterInstanceName": "A String", # The name of the instance which will act as master in the replication setup.
+      "diskEncryptionStatus": { # Disk encryption status. # Disk encryption status specific to an instance. Applies only to Second Generation instances.
+        "kmsKeyVersionName": "A String", # KMS key version used to encrypt the Cloud SQL instance disk
+        "kind": "sql#diskEncryptionStatus", # This is always sql#diskEncryptionStatus.
+      },
       "state": "A String", # The current serving state of the Cloud SQL instance. This can be one of the following.
           # RUNNABLE: The instance is running, or is ready to run when accessed.
           # SUSPENDED: The instance is not available, for example due to problems with billing.
@@ -504,7 +725,8 @@
           # MAINTENANCE: The instance is down for maintenance.
           # FAILED: The instance creation failed.
           # UNKNOWN_STATE: The state of the instance is unknown.
-      "etag": "A String", # HTTP 1.1 Entity tag for the resource.
+      "etag": "A String", # This field is deprecated and will be removed from a future version of the API. Use the settings.settingsVersion field instead.
+      "gceZone": "A String", # 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.
       "failoverReplica": { # The name and status of the failover replica. This property is applicable only to Second Generation instances.
         "available": True or False, # The availability status of the failover replica. A false status indicates that the failover replica is out of sync. The master can only failover to the falover replica when the status is true.
         "name": "A String", # The name of the failover replica. If specified at instance creation, a failover replica is created for the instance. The name doesn't include the project ID. This property is applicable only to Second Generation instances.
@@ -534,38 +756,41 @@
       "region": "A String", # 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 (First Generation or Second Generation). The region can not be changed after instance creation.
       "settings": { # Database instance settings. # The user settings.
         "databaseFlags": [ # The database flags passed to the instance at startup.
-          { # MySQL flags for Cloud SQL instances.
-            "name": "A String", # The name of the flag. These flags are passed at instance startup, so include both MySQL server options and MySQL system variables. Flags should be specified with underscores, not hyphens. For more information, see Configuring MySQL Flags in the Google Cloud SQL documentation, as well as the official MySQL documentation for server options and system variables.
+          { # Database flags for Cloud SQL instances.
+            "name": "A String", # The name of the flag. These flags are passed at instance startup, so include both server options and system variables for MySQL. Flags should be specified with underscores, not hyphens. For more information, see Configuring Database Flags in the Cloud SQL documentation.
             "value": "A String", # The value of the flag. Booleans should be set to on for true and off for false. This field must be omitted if the flag doesn't take a value.
           },
         ],
         "kind": "sql#settings", # This is always sql#settings.
-        "dataDiskType": "A String", # The type of data disk. Only supported for Second Generation instances. The default type is PD_SSD. Applies only to Second Generation instances.
-        "maintenanceWindow": { # Maintenance window. This specifies when a v2 Cloud SQL instance should preferably be restarted for system maintenance puruposes. # The maintenance window for this instance. This specifies when the instance may be restarted for maintenance purposes. Applies only to Second Generation instances.
+        "dataDiskType": "A String", # The type of data disk: PD_SSD (default) or PD_HDD. Not used for First Generation instances.
+        "availabilityType": "A String", # Availability type (PostgreSQL instances only). 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.
+        "maintenanceWindow": { # Maintenance window. This specifies when a v2 Cloud SQL instance should preferably be restarted for system maintenance purposes. # The maintenance window for this instance. This specifies when the instance can be restarted for maintenance purposes. Not used for First Generation instances.
           "kind": "sql#maintenanceWindow", # This is always sql#maintenanceWindow.
-          "updateTrack": "A String",
+          "updateTrack": "A String", # Maintenance timing setting: canary (Earlier) or stable (Later).
+              #  Learn more.
           "day": 42, # day of week (1-7), starting on Monday.
           "hour": 42, # hour of day - 0 to 23.
         },
-        "availabilityType": "A String", # Reserved for future use.
-        "labels": { # User-provided labels, represented as a dictionary where each label is a single key value pair.
-          "a_key": "A String", # An individual label entry, composed of a key and a value.
-        },
-        "authorizedGaeApplications": [ # The App Engine app IDs that can access this instance. This property is only applicable to First Generation instances.
+        "authorizedGaeApplications": [ # The App Engine app IDs that can access this instance. First Generation instances only.
           "A String",
         ],
-        "activationPolicy": "A String", # The activation policy specifies when the instance is activated; it is applicable only when the instance state is RUNNABLE. The activation policy cannot be updated together with other settings for Second Generation instances. Valid values:
-            # ALWAYS: The instance is on; it is not deactivated by inactivity.
+        "activationPolicy": "A String", # 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.
-            # ON_DEMAND: The instance responds to incoming requests, and turns itself off when not in use. Instances with PER_USE pricing turn off after 15 minutes of inactivity. Instances with PER_PACKAGE pricing turn off after 12 hours of inactivity.
+            # ON_DEMAND: First Generation instances only. The instance responds to incoming requests, and turns itself off when not in use. Instances with PER_USE pricing turn off after 15 minutes of inactivity. Instances with PER_PACKAGE pricing turn off after 12 hours of inactivity.
         "backupConfiguration": { # Database instance backup configuration. # The daily backup configuration for the instance.
           "kind": "sql#backupConfiguration", # This is always sql#backupConfiguration.
           "enabled": True or False, # Whether this configuration is enabled.
-          "startTime": "A String", # Start time for the daily backup configuration in UTC timezone in the 24 hour format - HH:MM.
+          "replicationLogArchivingEnabled": True or False, # Reserved for future use.
           "binaryLogEnabled": True or False, # Whether binary log is enabled. If backup configuration is disabled, binary log must be disabled as well.
+          "location": "A String", # The location of the backup.
+          "startTime": "A String", # Start time for the daily backup configuration in UTC timezone in the 24 hour format - HH:MM.
         },
         "ipConfiguration": { # 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.
-          "requireSsl": True or False, # Whether the mysqld should default to 'REQUIRE X509' for users connecting over IP.
+          "requireSsl": True or False, # Whether SSL connections over IP should be enforced or not.
           "ipv4Enabled": True or False, # Whether the instance should be assigned an IP address or not.
           "authorizedNetworks": [ # The list of external networks that are allowed to connect to the instance using the IP. In CIDR notation, also known as 'slash' notation (e.g. 192.168.100.0/24).
             { # An entry for an Access Control list.
@@ -575,24 +800,28 @@
               "name": "A String", # An optional label to identify this entry.
             },
           ],
+          "privateNetwork": "A String", # 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.
         },
-        "tier": "A String", # The tier of service for this instance, for example D1, D2. For more information, see pricing.
+        "tier": "A String", # The tier (or machine type) for this instance, for example db-n1-standard-1 (MySQL instances) or db-custom-1-3840 (PostgreSQL instances). For MySQL instances, this property determines whether the instance is First or Second Generation. For more information, see Instance Settings.
+        "userLabels": { # User-provided labels, represented as a dictionary where each label is a single key value pair.
+          "a_key": "A String", # An individual label entry, composed of a key and a value.
+        },
         "databaseReplicationEnabled": True or False, # Configuration specific to read replica instances. Indicates whether replication is enabled or not.
         "replicationType": "A String", # The type of replication this instance uses. This can be either ASYNCHRONOUS or SYNCHRONOUS. This property is only applicable to First Generation instances.
-        "storageAutoResizeLimit": "A String", # The maximum size to which storage capacity can be automatically increased. The default value is 0, which specifies that there is no limit. Applies only to Second Generation instances.
+        "storageAutoResizeLimit": "A String", # The maximum size to which storage capacity can be automatically increased. The default value is 0, which specifies that there is no limit. Not used for First Generation instances.
         "crashSafeReplicationEnabled": True or False, # Configuration specific to read replica instances. Indicates whether database flags for crash-safe replication are enabled. This property is only applicable to First Generation instances.
         "pricingPlan": "A String", # The pricing plan for this instance. This can be either PER_USE or PACKAGE. Only PER_USE is supported for Second Generation instances.
         "settingsVersion": "A String", # 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.
-        "storageAutoResize": True or False, # Configuration to increase storage size automatically. The default value is true. Applies only to Second Generation instances.
-        "locationPreference": { # Preferred location. This specifies where a Cloud SQL instance should preferably be 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 GCE zone for better performance. App Engine co-location is only applicable to First Generation instances.
+        "storageAutoResize": True or False, # Configuration to increase storage size automatically. The default value is true. Not used for First Generation instances.
+        "locationPreference": { # Preferred location. This specifies where a Cloud SQL instance should preferably be 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 is only applicable to First Generation instances.
           "kind": "sql#locationPreference", # This is always sql#locationPreference.
-          "zone": "A String", # The preferred Compute Engine zone (e.g. us-centra1-a, us-central1-b, etc.).
+          "zone": "A String", # The preferred Compute Engine zone (e.g. us-central1-a, us-central1-b, etc.).
           "followGaeApplication": "A String", # The AppEngine application to follow, it must be in the same region as the Cloud SQL instance.
         },
-        "dataDiskSizeGb": "A String", # The size of data disk, in GB. The data disk size minimum is 10GB. Applies only to Second Generation instances.
+        "dataDiskSizeGb": "A String", # The size of data disk, in GB. The data disk size minimum is 10GB. Not used for First Generation instances.
       },
       "project": "A String", # The project ID of the project containing the Cloud SQL instance. The Google apps domain is prefixed if applicable.
-      "replicaConfiguration": { # Read-replica configuration for connecting to the master. # Configuration specific to read-replicas replicating from on-premises masters.
+      "replicaConfiguration": { # Read-replica configuration for connecting to the master. # Configuration specific to failover replicas and read replicas.
         "kind": "sql#replicaConfiguration", # This is always sql#replicaConfiguration.
         "failoverTarget": 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 master instance fails, the replica instance will be promoted as the new master instance.
             # Only one replica can be specified as failover target, and the replica has to be in different zone with the master instance.
@@ -610,13 +839,14 @@
           "connectRetryInterval": 42, # Seconds to wait between connect retries. MySQL's default is 60 seconds.
         },
       },
+      "rootPassword": "A String", # Initial root password. Use only on creation.
       "selfLink": "A String", # The URI of this resource.
     }</pre>
 </div>
 
 <div class="method">
     <code class="details" id="import_">import_(project, instance, body)</code>
-  <pre>Imports data into a Cloud SQL instance from a MySQL dump file in Google Cloud Storage.
+  <pre>Imports data into a Cloud SQL instance from a SQL dump or CSV file in Cloud Storage.
 
 Args:
   project: string, Project ID of the project that contains the instance. (required)
@@ -627,12 +857,12 @@
 { # Database instance import request.
     "importContext": { # Database instance import context. # Contains details about the import operation.
       "kind": "sql#importContext", # This is always sql#importContext.
-      "database": "A String", # The database (for example, guestbook) to which the import is made. If fileType is SQL and no database is specified, it is assumed that the database is specified in the file to be imported. If fileType is CSV, it must be specified.
+      "database": "A String", # 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.
       "fileType": "A String", # The file type for the specified uri.
           # SQL: The file contains SQL statements.
           # CSV: The file contains CSV data.
-      "uri": "A String", # A path to the file in Google Cloud Storage from which the import is made. The URI is in the form gs://bucketName/fileName. Compressed gzip files (.gz) are supported when fileType is SQL.
-      "importUser": "A String", # The PostgreSQL user to use for this import operation. Defaults to cloudsqlsuperuser. Does not apply to MySQL instances.
+      "uri": "A String", # 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.
+      "importUser": "A String", # The PostgreSQL user for this import operation. PostgreSQL instances only.
       "csvImportOptions": { # Options for importing data as CSV.
         "table": "A String", # The table to which CSV data is imported.
         "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
@@ -646,16 +876,16 @@
 Returns:
   An object of the form:
 
-    { # An Operations resource contains information about database instance operations such as create, delete, and restart. Operations resources are created in response to operations that were initiated; you never create them directly.
+    { # An Operation resource. For successful operations that return an Operation resource, only the fields relevant to the operation are populated in the resource.
     "status": "A String", # The status of an operation. Valid values are PENDING, RUNNING, DONE, UNKNOWN.
     "importContext": { # Database instance import context. # The context for import operation, if applicable.
       "kind": "sql#importContext", # This is always sql#importContext.
-      "database": "A String", # The database (for example, guestbook) to which the import is made. If fileType is SQL and no database is specified, it is assumed that the database is specified in the file to be imported. If fileType is CSV, it must be specified.
+      "database": "A String", # 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.
       "fileType": "A String", # The file type for the specified uri.
           # SQL: The file contains SQL statements.
           # CSV: The file contains CSV data.
-      "uri": "A String", # A path to the file in Google Cloud Storage from which the import is made. The URI is in the form gs://bucketName/fileName. Compressed gzip files (.gz) are supported when fileType is SQL.
-      "importUser": "A String", # The PostgreSQL user to use for this import operation. Defaults to cloudsqlsuperuser. Does not apply to MySQL instances.
+      "uri": "A String", # 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.
+      "importUser": "A String", # The PostgreSQL user for this import operation. PostgreSQL instances only.
       "csvImportOptions": { # Options for importing data as CSV.
         "table": "A String", # The table to which CSV data is imported.
         "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
@@ -670,17 +900,22 @@
       "fileType": "A String", # The file type for the specified uri.
           # SQL: The file contains SQL statements.
           # CSV: The file contains CSV data.
-      "uri": "A String", # 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 operation fails. If fileType is SQL and the filename ends with .gz, the contents are compressed.
+      "uri": "A String", # 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.
       "csvExportOptions": { # Options for exporting data as CSV.
         "selectQuery": "A String", # The select query used to extract the data.
       },
-      "databases": [ # Databases (for example, guestbook) from which the export is made. If fileType is SQL and no database is specified, all databases are exported. If fileType is CSV, you can optionally specify at most one database to export. If csvExportOptions.selectQuery also specifies the database, this field will be ignored.
+      "databases": [ # 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: Specify exactly one database to be exported. If fileType is CSV, this database must match the database used in the csvExportOptions.selectQuery property.
         "A String",
       ],
       "sqlExportOptions": { # Options for exporting data as SQL statements.
-        "tables": [ # Tables to export, or that were exported, from the specified database. If you specify tables, specify one and only one database.
+        "tables": [ # 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.
           "A String",
         ],
+        "mysqlExportOptions": { # Options for exporting from MySQL.
+          "masterData": 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.
+        },
         "schemaOnly": True or False, # Export only schemas.
       },
     },
@@ -716,28 +951,37 @@
     The object takes the form of:
 
 { # A Cloud SQL instance resource.
-    "backendType": "A String", # FIRST_GEN: Basic Cloud SQL instance that runs in a Google-managed container.
-        # SECOND_GEN: A newer Cloud SQL backend that runs in a Compute Engine VM.
-        # EXTERNAL: A MySQL server that is not managed by Google.
-    "currentDiskSize": "A String", # The current disk usage of the instance in bytes. This property has been deprecated. Users should use the "cloudsql.googleapis.com/database/disk/bytes_used" metric in Cloud Monitoring API instead. Please see https://groups.google.com/d/msg/google-cloud-sql-announce/I_7-F9EBhT0/BtvFtdFeAgAJ for details.
+    "backendType": "A String", # FIRST_GEN: First Generation instance. MySQL only.
+        # SECOND_GEN: Second Generation instance or PostgreSQL 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 and Second or First Generation.
+    "currentDiskSize": "A String", # The current disk usage of the instance in bytes. This property has been deprecated. Users should use the "cloudsql.googleapis.com/database/disk/bytes_used" metric in Cloud Monitoring API instead. Please see this announcement for details.
     "serviceAccountEmailAddress": "A String", # The service account email address assigned to the instance. This property is applicable only to Second Generation instances.
     "ipAddresses": [ # The assigned IP addresses for the instance.
       { # Database instance IP Mapping.
         "timeToRetire": "A String", # 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.
         "ipAddress": "A String", # The IP address assigned.
-        "type": "A String", # The type of this IP address. A PRIMARY address is an address that can accept incoming connections. An OUTGOING address is the source address of connections originating from the instance, if supported.
+        "type": "A String", # 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.
       },
     ],
-    "databaseVersion": "A String", # The database engine type and version. The databaseVersion can not be changed after instance creation. Can be MYSQL_5_5, MYSQL_5_6 or MYSQL_5_7. Defaults to MYSQL_5_6. MYSQL_5_7 is applicable only to Second Generation instances.
+    "databaseVersion": "A String", # The database engine type and version. The databaseVersion field can not be changed after instance creation. MySQL Second Generation instances: MYSQL_5_7 (default) or MYSQL_5_6. PostgreSQL instances: POSTGRES_9_6 (default) or POSTGRES_11 Beta. MySQL First Generation instances: MYSQL_5_6 (default) or MYSQL_5_5
     "instanceType": "A String", # The instance type. This can be one of the following.
         # CLOUD_SQL_INSTANCE: A Cloud SQL instance that is not replicating from a master.
         # ON_PREMISES_INSTANCE: An instance running on the customer's premises.
         # READ_REPLICA_INSTANCE: A Cloud SQL instance configured as a read-replica.
     "maxDiskSize": "A String", # The maximum disk size of the instance in bytes.
+    "diskEncryptionConfiguration": { # Disk encryption configuration. # Disk encryption configuration specific to an instance. Applies only to Second Generation instances.
+      "kind": "sql#diskEncryptionConfiguration", # This is always sql#diskEncryptionConfiguration.
+      "kmsKeyName": "A String", # KMS key resource name
+    },
     "suspensionReason": [ # If the instance state is SUSPENDED, the reason for the suspension.
       "A String",
     ],
     "masterInstanceName": "A String", # The name of the instance which will act as master in the replication setup.
+    "diskEncryptionStatus": { # Disk encryption status. # Disk encryption status specific to an instance. Applies only to Second Generation instances.
+      "kmsKeyVersionName": "A String", # KMS key version used to encrypt the Cloud SQL instance disk
+      "kind": "sql#diskEncryptionStatus", # This is always sql#diskEncryptionStatus.
+    },
     "state": "A String", # The current serving state of the Cloud SQL instance. This can be one of the following.
         # RUNNABLE: The instance is running, or is ready to run when accessed.
         # SUSPENDED: The instance is not available, for example due to problems with billing.
@@ -745,7 +989,8 @@
         # MAINTENANCE: The instance is down for maintenance.
         # FAILED: The instance creation failed.
         # UNKNOWN_STATE: The state of the instance is unknown.
-    "etag": "A String", # HTTP 1.1 Entity tag for the resource.
+    "etag": "A String", # This field is deprecated and will be removed from a future version of the API. Use the settings.settingsVersion field instead.
+    "gceZone": "A String", # 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.
     "failoverReplica": { # The name and status of the failover replica. This property is applicable only to Second Generation instances.
       "available": True or False, # The availability status of the failover replica. A false status indicates that the failover replica is out of sync. The master can only failover to the falover replica when the status is true.
       "name": "A String", # The name of the failover replica. If specified at instance creation, a failover replica is created for the instance. The name doesn't include the project ID. This property is applicable only to Second Generation instances.
@@ -775,38 +1020,41 @@
     "region": "A String", # 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 (First Generation or Second Generation). The region can not be changed after instance creation.
     "settings": { # Database instance settings. # The user settings.
       "databaseFlags": [ # The database flags passed to the instance at startup.
-        { # MySQL flags for Cloud SQL instances.
-          "name": "A String", # The name of the flag. These flags are passed at instance startup, so include both MySQL server options and MySQL system variables. Flags should be specified with underscores, not hyphens. For more information, see Configuring MySQL Flags in the Google Cloud SQL documentation, as well as the official MySQL documentation for server options and system variables.
+        { # Database flags for Cloud SQL instances.
+          "name": "A String", # The name of the flag. These flags are passed at instance startup, so include both server options and system variables for MySQL. Flags should be specified with underscores, not hyphens. For more information, see Configuring Database Flags in the Cloud SQL documentation.
           "value": "A String", # The value of the flag. Booleans should be set to on for true and off for false. This field must be omitted if the flag doesn't take a value.
         },
       ],
       "kind": "sql#settings", # This is always sql#settings.
-      "dataDiskType": "A String", # The type of data disk. Only supported for Second Generation instances. The default type is PD_SSD. Applies only to Second Generation instances.
-      "maintenanceWindow": { # Maintenance window. This specifies when a v2 Cloud SQL instance should preferably be restarted for system maintenance puruposes. # The maintenance window for this instance. This specifies when the instance may be restarted for maintenance purposes. Applies only to Second Generation instances.
+      "dataDiskType": "A String", # The type of data disk: PD_SSD (default) or PD_HDD. Not used for First Generation instances.
+      "availabilityType": "A String", # Availability type (PostgreSQL instances only). 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.
+      "maintenanceWindow": { # Maintenance window. This specifies when a v2 Cloud SQL instance should preferably be restarted for system maintenance purposes. # The maintenance window for this instance. This specifies when the instance can be restarted for maintenance purposes. Not used for First Generation instances.
         "kind": "sql#maintenanceWindow", # This is always sql#maintenanceWindow.
-        "updateTrack": "A String",
+        "updateTrack": "A String", # Maintenance timing setting: canary (Earlier) or stable (Later).
+            #  Learn more.
         "day": 42, # day of week (1-7), starting on Monday.
         "hour": 42, # hour of day - 0 to 23.
       },
-      "availabilityType": "A String", # Reserved for future use.
-      "labels": { # User-provided labels, represented as a dictionary where each label is a single key value pair.
-        "a_key": "A String", # An individual label entry, composed of a key and a value.
-      },
-      "authorizedGaeApplications": [ # The App Engine app IDs that can access this instance. This property is only applicable to First Generation instances.
+      "authorizedGaeApplications": [ # The App Engine app IDs that can access this instance. First Generation instances only.
         "A String",
       ],
-      "activationPolicy": "A String", # The activation policy specifies when the instance is activated; it is applicable only when the instance state is RUNNABLE. The activation policy cannot be updated together with other settings for Second Generation instances. Valid values:
-          # ALWAYS: The instance is on; it is not deactivated by inactivity.
+      "activationPolicy": "A String", # 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.
-          # ON_DEMAND: The instance responds to incoming requests, and turns itself off when not in use. Instances with PER_USE pricing turn off after 15 minutes of inactivity. Instances with PER_PACKAGE pricing turn off after 12 hours of inactivity.
+          # ON_DEMAND: First Generation instances only. The instance responds to incoming requests, and turns itself off when not in use. Instances with PER_USE pricing turn off after 15 minutes of inactivity. Instances with PER_PACKAGE pricing turn off after 12 hours of inactivity.
       "backupConfiguration": { # Database instance backup configuration. # The daily backup configuration for the instance.
         "kind": "sql#backupConfiguration", # This is always sql#backupConfiguration.
         "enabled": True or False, # Whether this configuration is enabled.
-        "startTime": "A String", # Start time for the daily backup configuration in UTC timezone in the 24 hour format - HH:MM.
+        "replicationLogArchivingEnabled": True or False, # Reserved for future use.
         "binaryLogEnabled": True or False, # Whether binary log is enabled. If backup configuration is disabled, binary log must be disabled as well.
+        "location": "A String", # The location of the backup.
+        "startTime": "A String", # Start time for the daily backup configuration in UTC timezone in the 24 hour format - HH:MM.
       },
       "ipConfiguration": { # 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.
-        "requireSsl": True or False, # Whether the mysqld should default to 'REQUIRE X509' for users connecting over IP.
+        "requireSsl": True or False, # Whether SSL connections over IP should be enforced or not.
         "ipv4Enabled": True or False, # Whether the instance should be assigned an IP address or not.
         "authorizedNetworks": [ # The list of external networks that are allowed to connect to the instance using the IP. In CIDR notation, also known as 'slash' notation (e.g. 192.168.100.0/24).
           { # An entry for an Access Control list.
@@ -816,24 +1064,28 @@
             "name": "A String", # An optional label to identify this entry.
           },
         ],
+        "privateNetwork": "A String", # 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.
       },
-      "tier": "A String", # The tier of service for this instance, for example D1, D2. For more information, see pricing.
+      "tier": "A String", # The tier (or machine type) for this instance, for example db-n1-standard-1 (MySQL instances) or db-custom-1-3840 (PostgreSQL instances). For MySQL instances, this property determines whether the instance is First or Second Generation. For more information, see Instance Settings.
+      "userLabels": { # User-provided labels, represented as a dictionary where each label is a single key value pair.
+        "a_key": "A String", # An individual label entry, composed of a key and a value.
+      },
       "databaseReplicationEnabled": True or False, # Configuration specific to read replica instances. Indicates whether replication is enabled or not.
       "replicationType": "A String", # The type of replication this instance uses. This can be either ASYNCHRONOUS or SYNCHRONOUS. This property is only applicable to First Generation instances.
-      "storageAutoResizeLimit": "A String", # The maximum size to which storage capacity can be automatically increased. The default value is 0, which specifies that there is no limit. Applies only to Second Generation instances.
+      "storageAutoResizeLimit": "A String", # The maximum size to which storage capacity can be automatically increased. The default value is 0, which specifies that there is no limit. Not used for First Generation instances.
       "crashSafeReplicationEnabled": True or False, # Configuration specific to read replica instances. Indicates whether database flags for crash-safe replication are enabled. This property is only applicable to First Generation instances.
       "pricingPlan": "A String", # The pricing plan for this instance. This can be either PER_USE or PACKAGE. Only PER_USE is supported for Second Generation instances.
       "settingsVersion": "A String", # 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.
-      "storageAutoResize": True or False, # Configuration to increase storage size automatically. The default value is true. Applies only to Second Generation instances.
-      "locationPreference": { # Preferred location. This specifies where a Cloud SQL instance should preferably be 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 GCE zone for better performance. App Engine co-location is only applicable to First Generation instances.
+      "storageAutoResize": True or False, # Configuration to increase storage size automatically. The default value is true. Not used for First Generation instances.
+      "locationPreference": { # Preferred location. This specifies where a Cloud SQL instance should preferably be 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 is only applicable to First Generation instances.
         "kind": "sql#locationPreference", # This is always sql#locationPreference.
-        "zone": "A String", # The preferred Compute Engine zone (e.g. us-centra1-a, us-central1-b, etc.).
+        "zone": "A String", # The preferred Compute Engine zone (e.g. us-central1-a, us-central1-b, etc.).
         "followGaeApplication": "A String", # The AppEngine application to follow, it must be in the same region as the Cloud SQL instance.
       },
-      "dataDiskSizeGb": "A String", # The size of data disk, in GB. The data disk size minimum is 10GB. Applies only to Second Generation instances.
+      "dataDiskSizeGb": "A String", # The size of data disk, in GB. The data disk size minimum is 10GB. Not used for First Generation instances.
     },
     "project": "A String", # The project ID of the project containing the Cloud SQL instance. The Google apps domain is prefixed if applicable.
-    "replicaConfiguration": { # Read-replica configuration for connecting to the master. # Configuration specific to read-replicas replicating from on-premises masters.
+    "replicaConfiguration": { # Read-replica configuration for connecting to the master. # Configuration specific to failover replicas and read replicas.
       "kind": "sql#replicaConfiguration", # This is always sql#replicaConfiguration.
       "failoverTarget": 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 master instance fails, the replica instance will be promoted as the new master instance.
           # Only one replica can be specified as failover target, and the replica has to be in different zone with the master instance.
@@ -851,6 +1103,7 @@
         "connectRetryInterval": 42, # Seconds to wait between connect retries. MySQL's default is 60 seconds.
       },
     },
+    "rootPassword": "A String", # Initial root password. Use only on creation.
     "selfLink": "A String", # The URI of this resource.
   }
 
@@ -858,16 +1111,16 @@
 Returns:
   An object of the form:
 
-    { # An Operations resource contains information about database instance operations such as create, delete, and restart. Operations resources are created in response to operations that were initiated; you never create them directly.
+    { # An Operation resource. For successful operations that return an Operation resource, only the fields relevant to the operation are populated in the resource.
     "status": "A String", # The status of an operation. Valid values are PENDING, RUNNING, DONE, UNKNOWN.
     "importContext": { # Database instance import context. # The context for import operation, if applicable.
       "kind": "sql#importContext", # This is always sql#importContext.
-      "database": "A String", # The database (for example, guestbook) to which the import is made. If fileType is SQL and no database is specified, it is assumed that the database is specified in the file to be imported. If fileType is CSV, it must be specified.
+      "database": "A String", # 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.
       "fileType": "A String", # The file type for the specified uri.
           # SQL: The file contains SQL statements.
           # CSV: The file contains CSV data.
-      "uri": "A String", # A path to the file in Google Cloud Storage from which the import is made. The URI is in the form gs://bucketName/fileName. Compressed gzip files (.gz) are supported when fileType is SQL.
-      "importUser": "A String", # The PostgreSQL user to use for this import operation. Defaults to cloudsqlsuperuser. Does not apply to MySQL instances.
+      "uri": "A String", # 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.
+      "importUser": "A String", # The PostgreSQL user for this import operation. PostgreSQL instances only.
       "csvImportOptions": { # Options for importing data as CSV.
         "table": "A String", # The table to which CSV data is imported.
         "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
@@ -882,17 +1135,22 @@
       "fileType": "A String", # The file type for the specified uri.
           # SQL: The file contains SQL statements.
           # CSV: The file contains CSV data.
-      "uri": "A String", # 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 operation fails. If fileType is SQL and the filename ends with .gz, the contents are compressed.
+      "uri": "A String", # 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.
       "csvExportOptions": { # Options for exporting data as CSV.
         "selectQuery": "A String", # The select query used to extract the data.
       },
-      "databases": [ # Databases (for example, guestbook) from which the export is made. If fileType is SQL and no database is specified, all databases are exported. If fileType is CSV, you can optionally specify at most one database to export. If csvExportOptions.selectQuery also specifies the database, this field will be ignored.
+      "databases": [ # 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: Specify exactly one database to be exported. If fileType is CSV, this database must match the database used in the csvExportOptions.selectQuery property.
         "A String",
       ],
       "sqlExportOptions": { # Options for exporting data as SQL statements.
-        "tables": [ # Tables to export, or that were exported, from the specified database. If you specify tables, specify one and only one database.
+        "tables": [ # 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.
           "A String",
         ],
+        "mysqlExportOptions": { # Options for exporting from MySQL.
+          "masterData": 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.
+        },
         "schemaOnly": True or False, # Export only schemas.
       },
     },
@@ -935,28 +1193,37 @@
     "nextPageToken": "A String", # The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
     "items": [ # List of database instance resources.
       { # A Cloud SQL instance resource.
-          "backendType": "A String", # FIRST_GEN: Basic Cloud SQL instance that runs in a Google-managed container.
-              # SECOND_GEN: A newer Cloud SQL backend that runs in a Compute Engine VM.
-              # EXTERNAL: A MySQL server that is not managed by Google.
-          "currentDiskSize": "A String", # The current disk usage of the instance in bytes. This property has been deprecated. Users should use the "cloudsql.googleapis.com/database/disk/bytes_used" metric in Cloud Monitoring API instead. Please see https://groups.google.com/d/msg/google-cloud-sql-announce/I_7-F9EBhT0/BtvFtdFeAgAJ for details.
+          "backendType": "A String", # FIRST_GEN: First Generation instance. MySQL only.
+              # SECOND_GEN: Second Generation instance or PostgreSQL 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 and Second or First Generation.
+          "currentDiskSize": "A String", # The current disk usage of the instance in bytes. This property has been deprecated. Users should use the "cloudsql.googleapis.com/database/disk/bytes_used" metric in Cloud Monitoring API instead. Please see this announcement for details.
           "serviceAccountEmailAddress": "A String", # The service account email address assigned to the instance. This property is applicable only to Second Generation instances.
           "ipAddresses": [ # The assigned IP addresses for the instance.
             { # Database instance IP Mapping.
               "timeToRetire": "A String", # 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.
               "ipAddress": "A String", # The IP address assigned.
-              "type": "A String", # The type of this IP address. A PRIMARY address is an address that can accept incoming connections. An OUTGOING address is the source address of connections originating from the instance, if supported.
+              "type": "A String", # 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.
             },
           ],
-          "databaseVersion": "A String", # The database engine type and version. The databaseVersion can not be changed after instance creation. Can be MYSQL_5_5, MYSQL_5_6 or MYSQL_5_7. Defaults to MYSQL_5_6. MYSQL_5_7 is applicable only to Second Generation instances.
+          "databaseVersion": "A String", # The database engine type and version. The databaseVersion field can not be changed after instance creation. MySQL Second Generation instances: MYSQL_5_7 (default) or MYSQL_5_6. PostgreSQL instances: POSTGRES_9_6 (default) or POSTGRES_11 Beta. MySQL First Generation instances: MYSQL_5_6 (default) or MYSQL_5_5
           "instanceType": "A String", # The instance type. This can be one of the following.
               # CLOUD_SQL_INSTANCE: A Cloud SQL instance that is not replicating from a master.
               # ON_PREMISES_INSTANCE: An instance running on the customer's premises.
               # READ_REPLICA_INSTANCE: A Cloud SQL instance configured as a read-replica.
           "maxDiskSize": "A String", # The maximum disk size of the instance in bytes.
+          "diskEncryptionConfiguration": { # Disk encryption configuration. # Disk encryption configuration specific to an instance. Applies only to Second Generation instances.
+            "kind": "sql#diskEncryptionConfiguration", # This is always sql#diskEncryptionConfiguration.
+            "kmsKeyName": "A String", # KMS key resource name
+          },
           "suspensionReason": [ # If the instance state is SUSPENDED, the reason for the suspension.
             "A String",
           ],
           "masterInstanceName": "A String", # The name of the instance which will act as master in the replication setup.
+          "diskEncryptionStatus": { # Disk encryption status. # Disk encryption status specific to an instance. Applies only to Second Generation instances.
+            "kmsKeyVersionName": "A String", # KMS key version used to encrypt the Cloud SQL instance disk
+            "kind": "sql#diskEncryptionStatus", # This is always sql#diskEncryptionStatus.
+          },
           "state": "A String", # The current serving state of the Cloud SQL instance. This can be one of the following.
               # RUNNABLE: The instance is running, or is ready to run when accessed.
               # SUSPENDED: The instance is not available, for example due to problems with billing.
@@ -964,7 +1231,8 @@
               # MAINTENANCE: The instance is down for maintenance.
               # FAILED: The instance creation failed.
               # UNKNOWN_STATE: The state of the instance is unknown.
-          "etag": "A String", # HTTP 1.1 Entity tag for the resource.
+          "etag": "A String", # This field is deprecated and will be removed from a future version of the API. Use the settings.settingsVersion field instead.
+          "gceZone": "A String", # 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.
           "failoverReplica": { # The name and status of the failover replica. This property is applicable only to Second Generation instances.
             "available": True or False, # The availability status of the failover replica. A false status indicates that the failover replica is out of sync. The master can only failover to the falover replica when the status is true.
             "name": "A String", # The name of the failover replica. If specified at instance creation, a failover replica is created for the instance. The name doesn't include the project ID. This property is applicable only to Second Generation instances.
@@ -994,38 +1262,41 @@
           "region": "A String", # 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 (First Generation or Second Generation). The region can not be changed after instance creation.
           "settings": { # Database instance settings. # The user settings.
             "databaseFlags": [ # The database flags passed to the instance at startup.
-              { # MySQL flags for Cloud SQL instances.
-                "name": "A String", # The name of the flag. These flags are passed at instance startup, so include both MySQL server options and MySQL system variables. Flags should be specified with underscores, not hyphens. For more information, see Configuring MySQL Flags in the Google Cloud SQL documentation, as well as the official MySQL documentation for server options and system variables.
+              { # Database flags for Cloud SQL instances.
+                "name": "A String", # The name of the flag. These flags are passed at instance startup, so include both server options and system variables for MySQL. Flags should be specified with underscores, not hyphens. For more information, see Configuring Database Flags in the Cloud SQL documentation.
                 "value": "A String", # The value of the flag. Booleans should be set to on for true and off for false. This field must be omitted if the flag doesn't take a value.
               },
             ],
             "kind": "sql#settings", # This is always sql#settings.
-            "dataDiskType": "A String", # The type of data disk. Only supported for Second Generation instances. The default type is PD_SSD. Applies only to Second Generation instances.
-            "maintenanceWindow": { # Maintenance window. This specifies when a v2 Cloud SQL instance should preferably be restarted for system maintenance puruposes. # The maintenance window for this instance. This specifies when the instance may be restarted for maintenance purposes. Applies only to Second Generation instances.
+            "dataDiskType": "A String", # The type of data disk: PD_SSD (default) or PD_HDD. Not used for First Generation instances.
+            "availabilityType": "A String", # Availability type (PostgreSQL instances only). 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.
+            "maintenanceWindow": { # Maintenance window. This specifies when a v2 Cloud SQL instance should preferably be restarted for system maintenance purposes. # The maintenance window for this instance. This specifies when the instance can be restarted for maintenance purposes. Not used for First Generation instances.
               "kind": "sql#maintenanceWindow", # This is always sql#maintenanceWindow.
-              "updateTrack": "A String",
+              "updateTrack": "A String", # Maintenance timing setting: canary (Earlier) or stable (Later).
+                  #  Learn more.
               "day": 42, # day of week (1-7), starting on Monday.
               "hour": 42, # hour of day - 0 to 23.
             },
-            "availabilityType": "A String", # Reserved for future use.
-            "labels": { # User-provided labels, represented as a dictionary where each label is a single key value pair.
-              "a_key": "A String", # An individual label entry, composed of a key and a value.
-            },
-            "authorizedGaeApplications": [ # The App Engine app IDs that can access this instance. This property is only applicable to First Generation instances.
+            "authorizedGaeApplications": [ # The App Engine app IDs that can access this instance. First Generation instances only.
               "A String",
             ],
-            "activationPolicy": "A String", # The activation policy specifies when the instance is activated; it is applicable only when the instance state is RUNNABLE. The activation policy cannot be updated together with other settings for Second Generation instances. Valid values:
-                # ALWAYS: The instance is on; it is not deactivated by inactivity.
+            "activationPolicy": "A String", # 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.
-                # ON_DEMAND: The instance responds to incoming requests, and turns itself off when not in use. Instances with PER_USE pricing turn off after 15 minutes of inactivity. Instances with PER_PACKAGE pricing turn off after 12 hours of inactivity.
+                # ON_DEMAND: First Generation instances only. The instance responds to incoming requests, and turns itself off when not in use. Instances with PER_USE pricing turn off after 15 minutes of inactivity. Instances with PER_PACKAGE pricing turn off after 12 hours of inactivity.
             "backupConfiguration": { # Database instance backup configuration. # The daily backup configuration for the instance.
               "kind": "sql#backupConfiguration", # This is always sql#backupConfiguration.
               "enabled": True or False, # Whether this configuration is enabled.
-              "startTime": "A String", # Start time for the daily backup configuration in UTC timezone in the 24 hour format - HH:MM.
+              "replicationLogArchivingEnabled": True or False, # Reserved for future use.
               "binaryLogEnabled": True or False, # Whether binary log is enabled. If backup configuration is disabled, binary log must be disabled as well.
+              "location": "A String", # The location of the backup.
+              "startTime": "A String", # Start time for the daily backup configuration in UTC timezone in the 24 hour format - HH:MM.
             },
             "ipConfiguration": { # 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.
-              "requireSsl": True or False, # Whether the mysqld should default to 'REQUIRE X509' for users connecting over IP.
+              "requireSsl": True or False, # Whether SSL connections over IP should be enforced or not.
               "ipv4Enabled": True or False, # Whether the instance should be assigned an IP address or not.
               "authorizedNetworks": [ # The list of external networks that are allowed to connect to the instance using the IP. In CIDR notation, also known as 'slash' notation (e.g. 192.168.100.0/24).
                 { # An entry for an Access Control list.
@@ -1035,24 +1306,28 @@
                   "name": "A String", # An optional label to identify this entry.
                 },
               ],
+              "privateNetwork": "A String", # 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.
             },
-            "tier": "A String", # The tier of service for this instance, for example D1, D2. For more information, see pricing.
+            "tier": "A String", # The tier (or machine type) for this instance, for example db-n1-standard-1 (MySQL instances) or db-custom-1-3840 (PostgreSQL instances). For MySQL instances, this property determines whether the instance is First or Second Generation. For more information, see Instance Settings.
+            "userLabels": { # User-provided labels, represented as a dictionary where each label is a single key value pair.
+              "a_key": "A String", # An individual label entry, composed of a key and a value.
+            },
             "databaseReplicationEnabled": True or False, # Configuration specific to read replica instances. Indicates whether replication is enabled or not.
             "replicationType": "A String", # The type of replication this instance uses. This can be either ASYNCHRONOUS or SYNCHRONOUS. This property is only applicable to First Generation instances.
-            "storageAutoResizeLimit": "A String", # The maximum size to which storage capacity can be automatically increased. The default value is 0, which specifies that there is no limit. Applies only to Second Generation instances.
+            "storageAutoResizeLimit": "A String", # The maximum size to which storage capacity can be automatically increased. The default value is 0, which specifies that there is no limit. Not used for First Generation instances.
             "crashSafeReplicationEnabled": True or False, # Configuration specific to read replica instances. Indicates whether database flags for crash-safe replication are enabled. This property is only applicable to First Generation instances.
             "pricingPlan": "A String", # The pricing plan for this instance. This can be either PER_USE or PACKAGE. Only PER_USE is supported for Second Generation instances.
             "settingsVersion": "A String", # 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.
-            "storageAutoResize": True or False, # Configuration to increase storage size automatically. The default value is true. Applies only to Second Generation instances.
-            "locationPreference": { # Preferred location. This specifies where a Cloud SQL instance should preferably be 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 GCE zone for better performance. App Engine co-location is only applicable to First Generation instances.
+            "storageAutoResize": True or False, # Configuration to increase storage size automatically. The default value is true. Not used for First Generation instances.
+            "locationPreference": { # Preferred location. This specifies where a Cloud SQL instance should preferably be 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 is only applicable to First Generation instances.
               "kind": "sql#locationPreference", # This is always sql#locationPreference.
-              "zone": "A String", # The preferred Compute Engine zone (e.g. us-centra1-a, us-central1-b, etc.).
+              "zone": "A String", # The preferred Compute Engine zone (e.g. us-central1-a, us-central1-b, etc.).
               "followGaeApplication": "A String", # The AppEngine application to follow, it must be in the same region as the Cloud SQL instance.
             },
-            "dataDiskSizeGb": "A String", # The size of data disk, in GB. The data disk size minimum is 10GB. Applies only to Second Generation instances.
+            "dataDiskSizeGb": "A String", # The size of data disk, in GB. The data disk size minimum is 10GB. Not used for First Generation instances.
           },
           "project": "A String", # The project ID of the project containing the Cloud SQL instance. The Google apps domain is prefixed if applicable.
-          "replicaConfiguration": { # Read-replica configuration for connecting to the master. # Configuration specific to read-replicas replicating from on-premises masters.
+          "replicaConfiguration": { # Read-replica configuration for connecting to the master. # Configuration specific to failover replicas and read replicas.
             "kind": "sql#replicaConfiguration", # This is always sql#replicaConfiguration.
             "failoverTarget": 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 master instance fails, the replica instance will be promoted as the new master instance.
                 # Only one replica can be specified as failover target, and the replica has to be in different zone with the master instance.
@@ -1070,10 +1345,47 @@
               "connectRetryInterval": 42, # Seconds to wait between connect retries. MySQL's default is 60 seconds.
             },
           },
+          "rootPassword": "A String", # Initial root password. Use only on creation.
           "selfLink": "A String", # The URI of this resource.
         },
     ],
     "kind": "sql#instancesList", # This is always sql#instancesList.
+    "warnings": [ # List of warnings that ocurred while handling the request.
+      { # An Admin API warning message.
+        "message": "A String", # The warning message.
+        "code": "A String", # Code to uniquely identify the warning type.
+      },
+    ],
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="listServerCas">listServerCas(project, instance)</code>
+  <pre>Lists all of the trusted Certificate Authorities (CAs) for the specified instance. There can be up to three CAs listed: the CA that was used to sign the certificate that is currently in use, a CA that has been added but not yet used to sign a certificate, and a CA used to sign a certificate that has previously rotated out.
+
+Args:
+  project: string, Project ID of the project that contains the instance. (required)
+  instance: string, Cloud SQL instance ID. This does not include the project ID. (required)
+
+Returns:
+  An object of the form:
+
+    { # Instances ListServerCas response.
+    "kind": "sql#instancesListServerCas", # This is always sql#instancesListServerCas.
+    "certs": [ # List of server CA certificates for the instance.
+      { # SslCerts Resource
+        "certSerialNumber": "A String", # Serial number, as extracted from the certificate.
+        "kind": "sql#sslCert", # This is always sql#sslCert.
+        "sha1Fingerprint": "A String", # Sha1 Fingerprint.
+        "commonName": "A String", # User supplied name. Constrained to [a-zA-Z.-_ ]+.
+        "instance": "A String", # Name of the database instance.
+        "cert": "A String", # PEM representation.
+        "expirationTime": "A String", # The time when the certificate expires in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.
+        "createTime": "A String", # The time when the certificate was created in RFC 3339 format, for example 2012-11-15T16:19:00.094Z
+        "selfLink": "A String", # The URI of this resource.
+      },
+    ],
+    "activeVersion": "A String",
   }</pre>
 </div>
 
@@ -1102,28 +1414,37 @@
     The object takes the form of:
 
 { # A Cloud SQL instance resource.
-    "backendType": "A String", # FIRST_GEN: Basic Cloud SQL instance that runs in a Google-managed container.
-        # SECOND_GEN: A newer Cloud SQL backend that runs in a Compute Engine VM.
-        # EXTERNAL: A MySQL server that is not managed by Google.
-    "currentDiskSize": "A String", # The current disk usage of the instance in bytes. This property has been deprecated. Users should use the "cloudsql.googleapis.com/database/disk/bytes_used" metric in Cloud Monitoring API instead. Please see https://groups.google.com/d/msg/google-cloud-sql-announce/I_7-F9EBhT0/BtvFtdFeAgAJ for details.
+    "backendType": "A String", # FIRST_GEN: First Generation instance. MySQL only.
+        # SECOND_GEN: Second Generation instance or PostgreSQL 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 and Second or First Generation.
+    "currentDiskSize": "A String", # The current disk usage of the instance in bytes. This property has been deprecated. Users should use the "cloudsql.googleapis.com/database/disk/bytes_used" metric in Cloud Monitoring API instead. Please see this announcement for details.
     "serviceAccountEmailAddress": "A String", # The service account email address assigned to the instance. This property is applicable only to Second Generation instances.
     "ipAddresses": [ # The assigned IP addresses for the instance.
       { # Database instance IP Mapping.
         "timeToRetire": "A String", # 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.
         "ipAddress": "A String", # The IP address assigned.
-        "type": "A String", # The type of this IP address. A PRIMARY address is an address that can accept incoming connections. An OUTGOING address is the source address of connections originating from the instance, if supported.
+        "type": "A String", # 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.
       },
     ],
-    "databaseVersion": "A String", # The database engine type and version. The databaseVersion can not be changed after instance creation. Can be MYSQL_5_5, MYSQL_5_6 or MYSQL_5_7. Defaults to MYSQL_5_6. MYSQL_5_7 is applicable only to Second Generation instances.
+    "databaseVersion": "A String", # The database engine type and version. The databaseVersion field can not be changed after instance creation. MySQL Second Generation instances: MYSQL_5_7 (default) or MYSQL_5_6. PostgreSQL instances: POSTGRES_9_6 (default) or POSTGRES_11 Beta. MySQL First Generation instances: MYSQL_5_6 (default) or MYSQL_5_5
     "instanceType": "A String", # The instance type. This can be one of the following.
         # CLOUD_SQL_INSTANCE: A Cloud SQL instance that is not replicating from a master.
         # ON_PREMISES_INSTANCE: An instance running on the customer's premises.
         # READ_REPLICA_INSTANCE: A Cloud SQL instance configured as a read-replica.
     "maxDiskSize": "A String", # The maximum disk size of the instance in bytes.
+    "diskEncryptionConfiguration": { # Disk encryption configuration. # Disk encryption configuration specific to an instance. Applies only to Second Generation instances.
+      "kind": "sql#diskEncryptionConfiguration", # This is always sql#diskEncryptionConfiguration.
+      "kmsKeyName": "A String", # KMS key resource name
+    },
     "suspensionReason": [ # If the instance state is SUSPENDED, the reason for the suspension.
       "A String",
     ],
     "masterInstanceName": "A String", # The name of the instance which will act as master in the replication setup.
+    "diskEncryptionStatus": { # Disk encryption status. # Disk encryption status specific to an instance. Applies only to Second Generation instances.
+      "kmsKeyVersionName": "A String", # KMS key version used to encrypt the Cloud SQL instance disk
+      "kind": "sql#diskEncryptionStatus", # This is always sql#diskEncryptionStatus.
+    },
     "state": "A String", # The current serving state of the Cloud SQL instance. This can be one of the following.
         # RUNNABLE: The instance is running, or is ready to run when accessed.
         # SUSPENDED: The instance is not available, for example due to problems with billing.
@@ -1131,7 +1452,8 @@
         # MAINTENANCE: The instance is down for maintenance.
         # FAILED: The instance creation failed.
         # UNKNOWN_STATE: The state of the instance is unknown.
-    "etag": "A String", # HTTP 1.1 Entity tag for the resource.
+    "etag": "A String", # This field is deprecated and will be removed from a future version of the API. Use the settings.settingsVersion field instead.
+    "gceZone": "A String", # 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.
     "failoverReplica": { # The name and status of the failover replica. This property is applicable only to Second Generation instances.
       "available": True or False, # The availability status of the failover replica. A false status indicates that the failover replica is out of sync. The master can only failover to the falover replica when the status is true.
       "name": "A String", # The name of the failover replica. If specified at instance creation, a failover replica is created for the instance. The name doesn't include the project ID. This property is applicable only to Second Generation instances.
@@ -1161,38 +1483,41 @@
     "region": "A String", # 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 (First Generation or Second Generation). The region can not be changed after instance creation.
     "settings": { # Database instance settings. # The user settings.
       "databaseFlags": [ # The database flags passed to the instance at startup.
-        { # MySQL flags for Cloud SQL instances.
-          "name": "A String", # The name of the flag. These flags are passed at instance startup, so include both MySQL server options and MySQL system variables. Flags should be specified with underscores, not hyphens. For more information, see Configuring MySQL Flags in the Google Cloud SQL documentation, as well as the official MySQL documentation for server options and system variables.
+        { # Database flags for Cloud SQL instances.
+          "name": "A String", # The name of the flag. These flags are passed at instance startup, so include both server options and system variables for MySQL. Flags should be specified with underscores, not hyphens. For more information, see Configuring Database Flags in the Cloud SQL documentation.
           "value": "A String", # The value of the flag. Booleans should be set to on for true and off for false. This field must be omitted if the flag doesn't take a value.
         },
       ],
       "kind": "sql#settings", # This is always sql#settings.
-      "dataDiskType": "A String", # The type of data disk. Only supported for Second Generation instances. The default type is PD_SSD. Applies only to Second Generation instances.
-      "maintenanceWindow": { # Maintenance window. This specifies when a v2 Cloud SQL instance should preferably be restarted for system maintenance puruposes. # The maintenance window for this instance. This specifies when the instance may be restarted for maintenance purposes. Applies only to Second Generation instances.
+      "dataDiskType": "A String", # The type of data disk: PD_SSD (default) or PD_HDD. Not used for First Generation instances.
+      "availabilityType": "A String", # Availability type (PostgreSQL instances only). 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.
+      "maintenanceWindow": { # Maintenance window. This specifies when a v2 Cloud SQL instance should preferably be restarted for system maintenance purposes. # The maintenance window for this instance. This specifies when the instance can be restarted for maintenance purposes. Not used for First Generation instances.
         "kind": "sql#maintenanceWindow", # This is always sql#maintenanceWindow.
-        "updateTrack": "A String",
+        "updateTrack": "A String", # Maintenance timing setting: canary (Earlier) or stable (Later).
+            #  Learn more.
         "day": 42, # day of week (1-7), starting on Monday.
         "hour": 42, # hour of day - 0 to 23.
       },
-      "availabilityType": "A String", # Reserved for future use.
-      "labels": { # User-provided labels, represented as a dictionary where each label is a single key value pair.
-        "a_key": "A String", # An individual label entry, composed of a key and a value.
-      },
-      "authorizedGaeApplications": [ # The App Engine app IDs that can access this instance. This property is only applicable to First Generation instances.
+      "authorizedGaeApplications": [ # The App Engine app IDs that can access this instance. First Generation instances only.
         "A String",
       ],
-      "activationPolicy": "A String", # The activation policy specifies when the instance is activated; it is applicable only when the instance state is RUNNABLE. The activation policy cannot be updated together with other settings for Second Generation instances. Valid values:
-          # ALWAYS: The instance is on; it is not deactivated by inactivity.
+      "activationPolicy": "A String", # 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.
-          # ON_DEMAND: The instance responds to incoming requests, and turns itself off when not in use. Instances with PER_USE pricing turn off after 15 minutes of inactivity. Instances with PER_PACKAGE pricing turn off after 12 hours of inactivity.
+          # ON_DEMAND: First Generation instances only. The instance responds to incoming requests, and turns itself off when not in use. Instances with PER_USE pricing turn off after 15 minutes of inactivity. Instances with PER_PACKAGE pricing turn off after 12 hours of inactivity.
       "backupConfiguration": { # Database instance backup configuration. # The daily backup configuration for the instance.
         "kind": "sql#backupConfiguration", # This is always sql#backupConfiguration.
         "enabled": True or False, # Whether this configuration is enabled.
-        "startTime": "A String", # Start time for the daily backup configuration in UTC timezone in the 24 hour format - HH:MM.
+        "replicationLogArchivingEnabled": True or False, # Reserved for future use.
         "binaryLogEnabled": True or False, # Whether binary log is enabled. If backup configuration is disabled, binary log must be disabled as well.
+        "location": "A String", # The location of the backup.
+        "startTime": "A String", # Start time for the daily backup configuration in UTC timezone in the 24 hour format - HH:MM.
       },
       "ipConfiguration": { # 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.
-        "requireSsl": True or False, # Whether the mysqld should default to 'REQUIRE X509' for users connecting over IP.
+        "requireSsl": True or False, # Whether SSL connections over IP should be enforced or not.
         "ipv4Enabled": True or False, # Whether the instance should be assigned an IP address or not.
         "authorizedNetworks": [ # The list of external networks that are allowed to connect to the instance using the IP. In CIDR notation, also known as 'slash' notation (e.g. 192.168.100.0/24).
           { # An entry for an Access Control list.
@@ -1202,24 +1527,28 @@
             "name": "A String", # An optional label to identify this entry.
           },
         ],
+        "privateNetwork": "A String", # 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.
       },
-      "tier": "A String", # The tier of service for this instance, for example D1, D2. For more information, see pricing.
+      "tier": "A String", # The tier (or machine type) for this instance, for example db-n1-standard-1 (MySQL instances) or db-custom-1-3840 (PostgreSQL instances). For MySQL instances, this property determines whether the instance is First or Second Generation. For more information, see Instance Settings.
+      "userLabels": { # User-provided labels, represented as a dictionary where each label is a single key value pair.
+        "a_key": "A String", # An individual label entry, composed of a key and a value.
+      },
       "databaseReplicationEnabled": True or False, # Configuration specific to read replica instances. Indicates whether replication is enabled or not.
       "replicationType": "A String", # The type of replication this instance uses. This can be either ASYNCHRONOUS or SYNCHRONOUS. This property is only applicable to First Generation instances.
-      "storageAutoResizeLimit": "A String", # The maximum size to which storage capacity can be automatically increased. The default value is 0, which specifies that there is no limit. Applies only to Second Generation instances.
+      "storageAutoResizeLimit": "A String", # The maximum size to which storage capacity can be automatically increased. The default value is 0, which specifies that there is no limit. Not used for First Generation instances.
       "crashSafeReplicationEnabled": True or False, # Configuration specific to read replica instances. Indicates whether database flags for crash-safe replication are enabled. This property is only applicable to First Generation instances.
       "pricingPlan": "A String", # The pricing plan for this instance. This can be either PER_USE or PACKAGE. Only PER_USE is supported for Second Generation instances.
       "settingsVersion": "A String", # 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.
-      "storageAutoResize": True or False, # Configuration to increase storage size automatically. The default value is true. Applies only to Second Generation instances.
-      "locationPreference": { # Preferred location. This specifies where a Cloud SQL instance should preferably be 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 GCE zone for better performance. App Engine co-location is only applicable to First Generation instances.
+      "storageAutoResize": True or False, # Configuration to increase storage size automatically. The default value is true. Not used for First Generation instances.
+      "locationPreference": { # Preferred location. This specifies where a Cloud SQL instance should preferably be 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 is only applicable to First Generation instances.
         "kind": "sql#locationPreference", # This is always sql#locationPreference.
-        "zone": "A String", # The preferred Compute Engine zone (e.g. us-centra1-a, us-central1-b, etc.).
+        "zone": "A String", # The preferred Compute Engine zone (e.g. us-central1-a, us-central1-b, etc.).
         "followGaeApplication": "A String", # The AppEngine application to follow, it must be in the same region as the Cloud SQL instance.
       },
-      "dataDiskSizeGb": "A String", # The size of data disk, in GB. The data disk size minimum is 10GB. Applies only to Second Generation instances.
+      "dataDiskSizeGb": "A String", # The size of data disk, in GB. The data disk size minimum is 10GB. Not used for First Generation instances.
     },
     "project": "A String", # The project ID of the project containing the Cloud SQL instance. The Google apps domain is prefixed if applicable.
-    "replicaConfiguration": { # Read-replica configuration for connecting to the master. # Configuration specific to read-replicas replicating from on-premises masters.
+    "replicaConfiguration": { # Read-replica configuration for connecting to the master. # Configuration specific to failover replicas and read replicas.
       "kind": "sql#replicaConfiguration", # This is always sql#replicaConfiguration.
       "failoverTarget": 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 master instance fails, the replica instance will be promoted as the new master instance.
           # Only one replica can be specified as failover target, and the replica has to be in different zone with the master instance.
@@ -1237,6 +1566,7 @@
         "connectRetryInterval": 42, # Seconds to wait between connect retries. MySQL's default is 60 seconds.
       },
     },
+    "rootPassword": "A String", # Initial root password. Use only on creation.
     "selfLink": "A String", # The URI of this resource.
   }
 
@@ -1244,16 +1574,16 @@
 Returns:
   An object of the form:
 
-    { # An Operations resource contains information about database instance operations such as create, delete, and restart. Operations resources are created in response to operations that were initiated; you never create them directly.
+    { # An Operation resource. For successful operations that return an Operation resource, only the fields relevant to the operation are populated in the resource.
     "status": "A String", # The status of an operation. Valid values are PENDING, RUNNING, DONE, UNKNOWN.
     "importContext": { # Database instance import context. # The context for import operation, if applicable.
       "kind": "sql#importContext", # This is always sql#importContext.
-      "database": "A String", # The database (for example, guestbook) to which the import is made. If fileType is SQL and no database is specified, it is assumed that the database is specified in the file to be imported. If fileType is CSV, it must be specified.
+      "database": "A String", # 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.
       "fileType": "A String", # The file type for the specified uri.
           # SQL: The file contains SQL statements.
           # CSV: The file contains CSV data.
-      "uri": "A String", # A path to the file in Google Cloud Storage from which the import is made. The URI is in the form gs://bucketName/fileName. Compressed gzip files (.gz) are supported when fileType is SQL.
-      "importUser": "A String", # The PostgreSQL user to use for this import operation. Defaults to cloudsqlsuperuser. Does not apply to MySQL instances.
+      "uri": "A String", # 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.
+      "importUser": "A String", # The PostgreSQL user for this import operation. PostgreSQL instances only.
       "csvImportOptions": { # Options for importing data as CSV.
         "table": "A String", # The table to which CSV data is imported.
         "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
@@ -1268,17 +1598,22 @@
       "fileType": "A String", # The file type for the specified uri.
           # SQL: The file contains SQL statements.
           # CSV: The file contains CSV data.
-      "uri": "A String", # 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 operation fails. If fileType is SQL and the filename ends with .gz, the contents are compressed.
+      "uri": "A String", # 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.
       "csvExportOptions": { # Options for exporting data as CSV.
         "selectQuery": "A String", # The select query used to extract the data.
       },
-      "databases": [ # Databases (for example, guestbook) from which the export is made. If fileType is SQL and no database is specified, all databases are exported. If fileType is CSV, you can optionally specify at most one database to export. If csvExportOptions.selectQuery also specifies the database, this field will be ignored.
+      "databases": [ # 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: Specify exactly one database to be exported. If fileType is CSV, this database must match the database used in the csvExportOptions.selectQuery property.
         "A String",
       ],
       "sqlExportOptions": { # Options for exporting data as SQL statements.
-        "tables": [ # Tables to export, or that were exported, from the specified database. If you specify tables, specify one and only one database.
+        "tables": [ # 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.
           "A String",
         ],
+        "mysqlExportOptions": { # Options for exporting from MySQL.
+          "masterData": 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.
+        },
         "schemaOnly": True or False, # Export only schemas.
       },
     },
@@ -1315,16 +1650,16 @@
 Returns:
   An object of the form:
 
-    { # An Operations resource contains information about database instance operations such as create, delete, and restart. Operations resources are created in response to operations that were initiated; you never create them directly.
+    { # An Operation resource. For successful operations that return an Operation resource, only the fields relevant to the operation are populated in the resource.
     "status": "A String", # The status of an operation. Valid values are PENDING, RUNNING, DONE, UNKNOWN.
     "importContext": { # Database instance import context. # The context for import operation, if applicable.
       "kind": "sql#importContext", # This is always sql#importContext.
-      "database": "A String", # The database (for example, guestbook) to which the import is made. If fileType is SQL and no database is specified, it is assumed that the database is specified in the file to be imported. If fileType is CSV, it must be specified.
+      "database": "A String", # 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.
       "fileType": "A String", # The file type for the specified uri.
           # SQL: The file contains SQL statements.
           # CSV: The file contains CSV data.
-      "uri": "A String", # A path to the file in Google Cloud Storage from which the import is made. The URI is in the form gs://bucketName/fileName. Compressed gzip files (.gz) are supported when fileType is SQL.
-      "importUser": "A String", # The PostgreSQL user to use for this import operation. Defaults to cloudsqlsuperuser. Does not apply to MySQL instances.
+      "uri": "A String", # 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.
+      "importUser": "A String", # The PostgreSQL user for this import operation. PostgreSQL instances only.
       "csvImportOptions": { # Options for importing data as CSV.
         "table": "A String", # The table to which CSV data is imported.
         "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
@@ -1339,17 +1674,22 @@
       "fileType": "A String", # The file type for the specified uri.
           # SQL: The file contains SQL statements.
           # CSV: The file contains CSV data.
-      "uri": "A String", # 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 operation fails. If fileType is SQL and the filename ends with .gz, the contents are compressed.
+      "uri": "A String", # 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.
       "csvExportOptions": { # Options for exporting data as CSV.
         "selectQuery": "A String", # The select query used to extract the data.
       },
-      "databases": [ # Databases (for example, guestbook) from which the export is made. If fileType is SQL and no database is specified, all databases are exported. If fileType is CSV, you can optionally specify at most one database to export. If csvExportOptions.selectQuery also specifies the database, this field will be ignored.
+      "databases": [ # 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: Specify exactly one database to be exported. If fileType is CSV, this database must match the database used in the csvExportOptions.selectQuery property.
         "A String",
       ],
       "sqlExportOptions": { # Options for exporting data as SQL statements.
-        "tables": [ # Tables to export, or that were exported, from the specified database. If you specify tables, specify one and only one database.
+        "tables": [ # 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.
           "A String",
         ],
+        "mysqlExportOptions": { # Options for exporting from MySQL.
+          "masterData": 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.
+        },
         "schemaOnly": True or False, # Export only schemas.
       },
     },
@@ -1377,7 +1717,7 @@
 
 <div class="method">
     <code class="details" id="resetSslConfig">resetSslConfig(project, instance)</code>
-  <pre>Deletes all client certificates and generates a new server SSL certificate for the instance. The changes will not take effect until the instance is restarted. Existing instances without a server certificate will need to call this once to set a server certificate.
+  <pre>Deletes all client certificates and generates a new server SSL certificate for the instance.
 
 Args:
   project: string, Project ID of the project that contains the instance. (required)
@@ -1386,16 +1726,16 @@
 Returns:
   An object of the form:
 
-    { # An Operations resource contains information about database instance operations such as create, delete, and restart. Operations resources are created in response to operations that were initiated; you never create them directly.
+    { # An Operation resource. For successful operations that return an Operation resource, only the fields relevant to the operation are populated in the resource.
     "status": "A String", # The status of an operation. Valid values are PENDING, RUNNING, DONE, UNKNOWN.
     "importContext": { # Database instance import context. # The context for import operation, if applicable.
       "kind": "sql#importContext", # This is always sql#importContext.
-      "database": "A String", # The database (for example, guestbook) to which the import is made. If fileType is SQL and no database is specified, it is assumed that the database is specified in the file to be imported. If fileType is CSV, it must be specified.
+      "database": "A String", # 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.
       "fileType": "A String", # The file type for the specified uri.
           # SQL: The file contains SQL statements.
           # CSV: The file contains CSV data.
-      "uri": "A String", # A path to the file in Google Cloud Storage from which the import is made. The URI is in the form gs://bucketName/fileName. Compressed gzip files (.gz) are supported when fileType is SQL.
-      "importUser": "A String", # The PostgreSQL user to use for this import operation. Defaults to cloudsqlsuperuser. Does not apply to MySQL instances.
+      "uri": "A String", # 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.
+      "importUser": "A String", # The PostgreSQL user for this import operation. PostgreSQL instances only.
       "csvImportOptions": { # Options for importing data as CSV.
         "table": "A String", # The table to which CSV data is imported.
         "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
@@ -1410,17 +1750,22 @@
       "fileType": "A String", # The file type for the specified uri.
           # SQL: The file contains SQL statements.
           # CSV: The file contains CSV data.
-      "uri": "A String", # 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 operation fails. If fileType is SQL and the filename ends with .gz, the contents are compressed.
+      "uri": "A String", # 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.
       "csvExportOptions": { # Options for exporting data as CSV.
         "selectQuery": "A String", # The select query used to extract the data.
       },
-      "databases": [ # Databases (for example, guestbook) from which the export is made. If fileType is SQL and no database is specified, all databases are exported. If fileType is CSV, you can optionally specify at most one database to export. If csvExportOptions.selectQuery also specifies the database, this field will be ignored.
+      "databases": [ # 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: Specify exactly one database to be exported. If fileType is CSV, this database must match the database used in the csvExportOptions.selectQuery property.
         "A String",
       ],
       "sqlExportOptions": { # Options for exporting data as SQL statements.
-        "tables": [ # Tables to export, or that were exported, from the specified database. If you specify tables, specify one and only one database.
+        "tables": [ # 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.
           "A String",
         ],
+        "mysqlExportOptions": { # Options for exporting from MySQL.
+          "masterData": 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.
+        },
         "schemaOnly": True or False, # Export only schemas.
       },
     },
@@ -1457,16 +1802,16 @@
 Returns:
   An object of the form:
 
-    { # An Operations resource contains information about database instance operations such as create, delete, and restart. Operations resources are created in response to operations that were initiated; you never create them directly.
+    { # An Operation resource. For successful operations that return an Operation resource, only the fields relevant to the operation are populated in the resource.
     "status": "A String", # The status of an operation. Valid values are PENDING, RUNNING, DONE, UNKNOWN.
     "importContext": { # Database instance import context. # The context for import operation, if applicable.
       "kind": "sql#importContext", # This is always sql#importContext.
-      "database": "A String", # The database (for example, guestbook) to which the import is made. If fileType is SQL and no database is specified, it is assumed that the database is specified in the file to be imported. If fileType is CSV, it must be specified.
+      "database": "A String", # 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.
       "fileType": "A String", # The file type for the specified uri.
           # SQL: The file contains SQL statements.
           # CSV: The file contains CSV data.
-      "uri": "A String", # A path to the file in Google Cloud Storage from which the import is made. The URI is in the form gs://bucketName/fileName. Compressed gzip files (.gz) are supported when fileType is SQL.
-      "importUser": "A String", # The PostgreSQL user to use for this import operation. Defaults to cloudsqlsuperuser. Does not apply to MySQL instances.
+      "uri": "A String", # 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.
+      "importUser": "A String", # The PostgreSQL user for this import operation. PostgreSQL instances only.
       "csvImportOptions": { # Options for importing data as CSV.
         "table": "A String", # The table to which CSV data is imported.
         "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
@@ -1481,17 +1826,22 @@
       "fileType": "A String", # The file type for the specified uri.
           # SQL: The file contains SQL statements.
           # CSV: The file contains CSV data.
-      "uri": "A String", # 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 operation fails. If fileType is SQL and the filename ends with .gz, the contents are compressed.
+      "uri": "A String", # 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.
       "csvExportOptions": { # Options for exporting data as CSV.
         "selectQuery": "A String", # The select query used to extract the data.
       },
-      "databases": [ # Databases (for example, guestbook) from which the export is made. If fileType is SQL and no database is specified, all databases are exported. If fileType is CSV, you can optionally specify at most one database to export. If csvExportOptions.selectQuery also specifies the database, this field will be ignored.
+      "databases": [ # 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: Specify exactly one database to be exported. If fileType is CSV, this database must match the database used in the csvExportOptions.selectQuery property.
         "A String",
       ],
       "sqlExportOptions": { # Options for exporting data as SQL statements.
-        "tables": [ # Tables to export, or that were exported, from the specified database. If you specify tables, specify one and only one database.
+        "tables": [ # 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.
           "A String",
         ],
+        "mysqlExportOptions": { # Options for exporting from MySQL.
+          "masterData": 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.
+        },
         "schemaOnly": True or False, # Export only schemas.
       },
     },
@@ -1530,6 +1880,7 @@
 { # Database instance restore backup request.
     "restoreBackupContext": { # Database instance restore from backup context. # Parameters required to perform the restore backup operation.
       "instanceId": "A String", # The ID of the instance that the backup was taken from.
+      "project": "A String", # The full project ID of the source instance.
       "kind": "sql#restoreBackupContext", # This is always sql#restoreBackupContext.
       "backupRunId": "A String", # The ID of the backup run to restore from.
     },
@@ -1539,16 +1890,16 @@
 Returns:
   An object of the form:
 
-    { # An Operations resource contains information about database instance operations such as create, delete, and restart. Operations resources are created in response to operations that were initiated; you never create them directly.
+    { # An Operation resource. For successful operations that return an Operation resource, only the fields relevant to the operation are populated in the resource.
     "status": "A String", # The status of an operation. Valid values are PENDING, RUNNING, DONE, UNKNOWN.
     "importContext": { # Database instance import context. # The context for import operation, if applicable.
       "kind": "sql#importContext", # This is always sql#importContext.
-      "database": "A String", # The database (for example, guestbook) to which the import is made. If fileType is SQL and no database is specified, it is assumed that the database is specified in the file to be imported. If fileType is CSV, it must be specified.
+      "database": "A String", # 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.
       "fileType": "A String", # The file type for the specified uri.
           # SQL: The file contains SQL statements.
           # CSV: The file contains CSV data.
-      "uri": "A String", # A path to the file in Google Cloud Storage from which the import is made. The URI is in the form gs://bucketName/fileName. Compressed gzip files (.gz) are supported when fileType is SQL.
-      "importUser": "A String", # The PostgreSQL user to use for this import operation. Defaults to cloudsqlsuperuser. Does not apply to MySQL instances.
+      "uri": "A String", # 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.
+      "importUser": "A String", # The PostgreSQL user for this import operation. PostgreSQL instances only.
       "csvImportOptions": { # Options for importing data as CSV.
         "table": "A String", # The table to which CSV data is imported.
         "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
@@ -1563,17 +1914,108 @@
       "fileType": "A String", # The file type for the specified uri.
           # SQL: The file contains SQL statements.
           # CSV: The file contains CSV data.
-      "uri": "A String", # 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 operation fails. If fileType is SQL and the filename ends with .gz, the contents are compressed.
+      "uri": "A String", # 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.
       "csvExportOptions": { # Options for exporting data as CSV.
         "selectQuery": "A String", # The select query used to extract the data.
       },
-      "databases": [ # Databases (for example, guestbook) from which the export is made. If fileType is SQL and no database is specified, all databases are exported. If fileType is CSV, you can optionally specify at most one database to export. If csvExportOptions.selectQuery also specifies the database, this field will be ignored.
+      "databases": [ # 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: Specify exactly one database to be exported. If fileType is CSV, this database must match the database used in the csvExportOptions.selectQuery property.
         "A String",
       ],
       "sqlExportOptions": { # Options for exporting data as SQL statements.
-        "tables": [ # Tables to export, or that were exported, from the specified database. If you specify tables, specify one and only one database.
+        "tables": [ # 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.
           "A String",
         ],
+        "mysqlExportOptions": { # Options for exporting from MySQL.
+          "masterData": 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.
+        },
+        "schemaOnly": True or False, # Export only schemas.
+      },
+    },
+    "startTime": "A String", # The time this operation actually started in UTC timezone in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.
+    "targetProject": "A String", # The project ID of the target instance related to this operation.
+    "targetId": "A String", # Name of the database instance related to this operation.
+    "operationType": "A String", # 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 .
+    "targetLink": "A String",
+    "insertTime": "A String", # The time this operation was enqueued in UTC timezone in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.
+    "error": { # Database instance operation errors list wrapper. # If errors occurred during processing of this operation, this field will be populated.
+      "kind": "sql#operationErrors", # This is always sql#operationErrors.
+      "errors": [ # The list of errors encountered while processing this operation.
+        { # Database instance operation error.
+          "kind": "sql#operationError", # This is always sql#operationError.
+          "code": "A String", # Identifies the specific error that occurred.
+          "message": "A String", # Additional information about the error encountered.
+        },
+      ],
+    },
+    "endTime": "A String", # The time this operation finished in UTC timezone in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.
+    "selfLink": "A String", # The URI of this resource.
+    "user": "A String", # The email address of the user who initiated this operation.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="rotateServerCa">rotateServerCa(project, instance, body)</code>
+  <pre>Rotates the server certificate to one signed by the Certificate Authority (CA) version previously added with the addServerCA method.
+
+Args:
+  project: string, Project ID of the project that contains the instance. (required)
+  instance: string, Cloud SQL instance ID. This does not include the project ID. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{ # Rotate Server CA request.
+    "rotateServerCaContext": { # Instance rotate server CA context. # Contains details about the rotate server CA operation.
+      "kind": "sql#rotateServerCaContext", # This is always sql#rotateServerCaContext.
+      "nextVersion": "A String", # The fingerprint of the next version to be rotated to. If left unspecified, will be rotated to the most recently added server CA version.
+    },
+  }
+
+
+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.
+    "status": "A String", # The status of an operation. Valid values are PENDING, RUNNING, DONE, UNKNOWN.
+    "importContext": { # Database instance import context. # The context for import operation, if applicable.
+      "kind": "sql#importContext", # This is always sql#importContext.
+      "database": "A String", # 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.
+      "fileType": "A String", # The file type for the specified uri.
+          # SQL: The file contains SQL statements.
+          # CSV: The file contains CSV data.
+      "uri": "A String", # 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.
+      "importUser": "A String", # The PostgreSQL user for this import operation. PostgreSQL instances only.
+      "csvImportOptions": { # Options for importing data as CSV.
+        "table": "A String", # The table to which CSV data is imported.
+        "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
+          "A String",
+        ],
+      },
+    },
+    "kind": "sql#operation", # This is always sql#operation.
+    "name": "A String", # An identifier that uniquely identifies the operation. You can use this identifier to retrieve the Operations resource that has information about the operation.
+    "exportContext": { # Database instance export context. # The context for export operation, if applicable.
+      "kind": "sql#exportContext", # This is always sql#exportContext.
+      "fileType": "A String", # The file type for the specified uri.
+          # SQL: The file contains SQL statements.
+          # CSV: The file contains CSV data.
+      "uri": "A String", # 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.
+      "csvExportOptions": { # Options for exporting data as CSV.
+        "selectQuery": "A String", # The select query used to extract the data.
+      },
+      "databases": [ # 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: Specify exactly one database to be exported. If fileType is CSV, this database must match the database used in the csvExportOptions.selectQuery property.
+        "A String",
+      ],
+      "sqlExportOptions": { # Options for exporting data as SQL statements.
+        "tables": [ # 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.
+          "A String",
+        ],
+        "mysqlExportOptions": { # Options for exporting from MySQL.
+          "masterData": 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.
+        },
         "schemaOnly": True or False, # Export only schemas.
       },
     },
@@ -1610,16 +2052,16 @@
 Returns:
   An object of the form:
 
-    { # An Operations resource contains information about database instance operations such as create, delete, and restart. Operations resources are created in response to operations that were initiated; you never create them directly.
+    { # An Operation resource. For successful operations that return an Operation resource, only the fields relevant to the operation are populated in the resource.
     "status": "A String", # The status of an operation. Valid values are PENDING, RUNNING, DONE, UNKNOWN.
     "importContext": { # Database instance import context. # The context for import operation, if applicable.
       "kind": "sql#importContext", # This is always sql#importContext.
-      "database": "A String", # The database (for example, guestbook) to which the import is made. If fileType is SQL and no database is specified, it is assumed that the database is specified in the file to be imported. If fileType is CSV, it must be specified.
+      "database": "A String", # 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.
       "fileType": "A String", # The file type for the specified uri.
           # SQL: The file contains SQL statements.
           # CSV: The file contains CSV data.
-      "uri": "A String", # A path to the file in Google Cloud Storage from which the import is made. The URI is in the form gs://bucketName/fileName. Compressed gzip files (.gz) are supported when fileType is SQL.
-      "importUser": "A String", # The PostgreSQL user to use for this import operation. Defaults to cloudsqlsuperuser. Does not apply to MySQL instances.
+      "uri": "A String", # 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.
+      "importUser": "A String", # The PostgreSQL user for this import operation. PostgreSQL instances only.
       "csvImportOptions": { # Options for importing data as CSV.
         "table": "A String", # The table to which CSV data is imported.
         "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
@@ -1634,17 +2076,22 @@
       "fileType": "A String", # The file type for the specified uri.
           # SQL: The file contains SQL statements.
           # CSV: The file contains CSV data.
-      "uri": "A String", # 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 operation fails. If fileType is SQL and the filename ends with .gz, the contents are compressed.
+      "uri": "A String", # 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.
       "csvExportOptions": { # Options for exporting data as CSV.
         "selectQuery": "A String", # The select query used to extract the data.
       },
-      "databases": [ # Databases (for example, guestbook) from which the export is made. If fileType is SQL and no database is specified, all databases are exported. If fileType is CSV, you can optionally specify at most one database to export. If csvExportOptions.selectQuery also specifies the database, this field will be ignored.
+      "databases": [ # 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: Specify exactly one database to be exported. If fileType is CSV, this database must match the database used in the csvExportOptions.selectQuery property.
         "A String",
       ],
       "sqlExportOptions": { # Options for exporting data as SQL statements.
-        "tables": [ # Tables to export, or that were exported, from the specified database. If you specify tables, specify one and only one database.
+        "tables": [ # 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.
           "A String",
         ],
+        "mysqlExportOptions": { # Options for exporting from MySQL.
+          "masterData": 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.
+        },
         "schemaOnly": True or False, # Export only schemas.
       },
     },
@@ -1681,16 +2128,16 @@
 Returns:
   An object of the form:
 
-    { # An Operations resource contains information about database instance operations such as create, delete, and restart. Operations resources are created in response to operations that were initiated; you never create them directly.
+    { # An Operation resource. For successful operations that return an Operation resource, only the fields relevant to the operation are populated in the resource.
     "status": "A String", # The status of an operation. Valid values are PENDING, RUNNING, DONE, UNKNOWN.
     "importContext": { # Database instance import context. # The context for import operation, if applicable.
       "kind": "sql#importContext", # This is always sql#importContext.
-      "database": "A String", # The database (for example, guestbook) to which the import is made. If fileType is SQL and no database is specified, it is assumed that the database is specified in the file to be imported. If fileType is CSV, it must be specified.
+      "database": "A String", # 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.
       "fileType": "A String", # The file type for the specified uri.
           # SQL: The file contains SQL statements.
           # CSV: The file contains CSV data.
-      "uri": "A String", # A path to the file in Google Cloud Storage from which the import is made. The URI is in the form gs://bucketName/fileName. Compressed gzip files (.gz) are supported when fileType is SQL.
-      "importUser": "A String", # The PostgreSQL user to use for this import operation. Defaults to cloudsqlsuperuser. Does not apply to MySQL instances.
+      "uri": "A String", # 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.
+      "importUser": "A String", # The PostgreSQL user for this import operation. PostgreSQL instances only.
       "csvImportOptions": { # Options for importing data as CSV.
         "table": "A String", # The table to which CSV data is imported.
         "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
@@ -1705,17 +2152,22 @@
       "fileType": "A String", # The file type for the specified uri.
           # SQL: The file contains SQL statements.
           # CSV: The file contains CSV data.
-      "uri": "A String", # 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 operation fails. If fileType is SQL and the filename ends with .gz, the contents are compressed.
+      "uri": "A String", # 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.
       "csvExportOptions": { # Options for exporting data as CSV.
         "selectQuery": "A String", # The select query used to extract the data.
       },
-      "databases": [ # Databases (for example, guestbook) from which the export is made. If fileType is SQL and no database is specified, all databases are exported. If fileType is CSV, you can optionally specify at most one database to export. If csvExportOptions.selectQuery also specifies the database, this field will be ignored.
+      "databases": [ # 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: Specify exactly one database to be exported. If fileType is CSV, this database must match the database used in the csvExportOptions.selectQuery property.
         "A String",
       ],
       "sqlExportOptions": { # Options for exporting data as SQL statements.
-        "tables": [ # Tables to export, or that were exported, from the specified database. If you specify tables, specify one and only one database.
+        "tables": [ # 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.
           "A String",
         ],
+        "mysqlExportOptions": { # Options for exporting from MySQL.
+          "masterData": 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.
+        },
         "schemaOnly": True or False, # Export only schemas.
       },
     },
@@ -1762,16 +2214,16 @@
 Returns:
   An object of the form:
 
-    { # An Operations resource contains information about database instance operations such as create, delete, and restart. Operations resources are created in response to operations that were initiated; you never create them directly.
+    { # An Operation resource. For successful operations that return an Operation resource, only the fields relevant to the operation are populated in the resource.
     "status": "A String", # The status of an operation. Valid values are PENDING, RUNNING, DONE, UNKNOWN.
     "importContext": { # Database instance import context. # The context for import operation, if applicable.
       "kind": "sql#importContext", # This is always sql#importContext.
-      "database": "A String", # The database (for example, guestbook) to which the import is made. If fileType is SQL and no database is specified, it is assumed that the database is specified in the file to be imported. If fileType is CSV, it must be specified.
+      "database": "A String", # 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.
       "fileType": "A String", # The file type for the specified uri.
           # SQL: The file contains SQL statements.
           # CSV: The file contains CSV data.
-      "uri": "A String", # A path to the file in Google Cloud Storage from which the import is made. The URI is in the form gs://bucketName/fileName. Compressed gzip files (.gz) are supported when fileType is SQL.
-      "importUser": "A String", # The PostgreSQL user to use for this import operation. Defaults to cloudsqlsuperuser. Does not apply to MySQL instances.
+      "uri": "A String", # 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.
+      "importUser": "A String", # The PostgreSQL user for this import operation. PostgreSQL instances only.
       "csvImportOptions": { # Options for importing data as CSV.
         "table": "A String", # The table to which CSV data is imported.
         "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
@@ -1786,17 +2238,22 @@
       "fileType": "A String", # The file type for the specified uri.
           # SQL: The file contains SQL statements.
           # CSV: The file contains CSV data.
-      "uri": "A String", # 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 operation fails. If fileType is SQL and the filename ends with .gz, the contents are compressed.
+      "uri": "A String", # 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.
       "csvExportOptions": { # Options for exporting data as CSV.
         "selectQuery": "A String", # The select query used to extract the data.
       },
-      "databases": [ # Databases (for example, guestbook) from which the export is made. If fileType is SQL and no database is specified, all databases are exported. If fileType is CSV, you can optionally specify at most one database to export. If csvExportOptions.selectQuery also specifies the database, this field will be ignored.
+      "databases": [ # 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: Specify exactly one database to be exported. If fileType is CSV, this database must match the database used in the csvExportOptions.selectQuery property.
         "A String",
       ],
       "sqlExportOptions": { # Options for exporting data as SQL statements.
-        "tables": [ # Tables to export, or that were exported, from the specified database. If you specify tables, specify one and only one database.
+        "tables": [ # 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.
           "A String",
         ],
+        "mysqlExportOptions": { # Options for exporting from MySQL.
+          "masterData": 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.
+        },
         "schemaOnly": True or False, # Export only schemas.
       },
     },
@@ -1833,28 +2290,37 @@
     The object takes the form of:
 
 { # A Cloud SQL instance resource.
-    "backendType": "A String", # FIRST_GEN: Basic Cloud SQL instance that runs in a Google-managed container.
-        # SECOND_GEN: A newer Cloud SQL backend that runs in a Compute Engine VM.
-        # EXTERNAL: A MySQL server that is not managed by Google.
-    "currentDiskSize": "A String", # The current disk usage of the instance in bytes. This property has been deprecated. Users should use the "cloudsql.googleapis.com/database/disk/bytes_used" metric in Cloud Monitoring API instead. Please see https://groups.google.com/d/msg/google-cloud-sql-announce/I_7-F9EBhT0/BtvFtdFeAgAJ for details.
+    "backendType": "A String", # FIRST_GEN: First Generation instance. MySQL only.
+        # SECOND_GEN: Second Generation instance or PostgreSQL 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 and Second or First Generation.
+    "currentDiskSize": "A String", # The current disk usage of the instance in bytes. This property has been deprecated. Users should use the "cloudsql.googleapis.com/database/disk/bytes_used" metric in Cloud Monitoring API instead. Please see this announcement for details.
     "serviceAccountEmailAddress": "A String", # The service account email address assigned to the instance. This property is applicable only to Second Generation instances.
     "ipAddresses": [ # The assigned IP addresses for the instance.
       { # Database instance IP Mapping.
         "timeToRetire": "A String", # 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.
         "ipAddress": "A String", # The IP address assigned.
-        "type": "A String", # The type of this IP address. A PRIMARY address is an address that can accept incoming connections. An OUTGOING address is the source address of connections originating from the instance, if supported.
+        "type": "A String", # 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.
       },
     ],
-    "databaseVersion": "A String", # The database engine type and version. The databaseVersion can not be changed after instance creation. Can be MYSQL_5_5, MYSQL_5_6 or MYSQL_5_7. Defaults to MYSQL_5_6. MYSQL_5_7 is applicable only to Second Generation instances.
+    "databaseVersion": "A String", # The database engine type and version. The databaseVersion field can not be changed after instance creation. MySQL Second Generation instances: MYSQL_5_7 (default) or MYSQL_5_6. PostgreSQL instances: POSTGRES_9_6 (default) or POSTGRES_11 Beta. MySQL First Generation instances: MYSQL_5_6 (default) or MYSQL_5_5
     "instanceType": "A String", # The instance type. This can be one of the following.
         # CLOUD_SQL_INSTANCE: A Cloud SQL instance that is not replicating from a master.
         # ON_PREMISES_INSTANCE: An instance running on the customer's premises.
         # READ_REPLICA_INSTANCE: A Cloud SQL instance configured as a read-replica.
     "maxDiskSize": "A String", # The maximum disk size of the instance in bytes.
+    "diskEncryptionConfiguration": { # Disk encryption configuration. # Disk encryption configuration specific to an instance. Applies only to Second Generation instances.
+      "kind": "sql#diskEncryptionConfiguration", # This is always sql#diskEncryptionConfiguration.
+      "kmsKeyName": "A String", # KMS key resource name
+    },
     "suspensionReason": [ # If the instance state is SUSPENDED, the reason for the suspension.
       "A String",
     ],
     "masterInstanceName": "A String", # The name of the instance which will act as master in the replication setup.
+    "diskEncryptionStatus": { # Disk encryption status. # Disk encryption status specific to an instance. Applies only to Second Generation instances.
+      "kmsKeyVersionName": "A String", # KMS key version used to encrypt the Cloud SQL instance disk
+      "kind": "sql#diskEncryptionStatus", # This is always sql#diskEncryptionStatus.
+    },
     "state": "A String", # The current serving state of the Cloud SQL instance. This can be one of the following.
         # RUNNABLE: The instance is running, or is ready to run when accessed.
         # SUSPENDED: The instance is not available, for example due to problems with billing.
@@ -1862,7 +2328,8 @@
         # MAINTENANCE: The instance is down for maintenance.
         # FAILED: The instance creation failed.
         # UNKNOWN_STATE: The state of the instance is unknown.
-    "etag": "A String", # HTTP 1.1 Entity tag for the resource.
+    "etag": "A String", # This field is deprecated and will be removed from a future version of the API. Use the settings.settingsVersion field instead.
+    "gceZone": "A String", # 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.
     "failoverReplica": { # The name and status of the failover replica. This property is applicable only to Second Generation instances.
       "available": True or False, # The availability status of the failover replica. A false status indicates that the failover replica is out of sync. The master can only failover to the falover replica when the status is true.
       "name": "A String", # The name of the failover replica. If specified at instance creation, a failover replica is created for the instance. The name doesn't include the project ID. This property is applicable only to Second Generation instances.
@@ -1892,38 +2359,41 @@
     "region": "A String", # 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 (First Generation or Second Generation). The region can not be changed after instance creation.
     "settings": { # Database instance settings. # The user settings.
       "databaseFlags": [ # The database flags passed to the instance at startup.
-        { # MySQL flags for Cloud SQL instances.
-          "name": "A String", # The name of the flag. These flags are passed at instance startup, so include both MySQL server options and MySQL system variables. Flags should be specified with underscores, not hyphens. For more information, see Configuring MySQL Flags in the Google Cloud SQL documentation, as well as the official MySQL documentation for server options and system variables.
+        { # Database flags for Cloud SQL instances.
+          "name": "A String", # The name of the flag. These flags are passed at instance startup, so include both server options and system variables for MySQL. Flags should be specified with underscores, not hyphens. For more information, see Configuring Database Flags in the Cloud SQL documentation.
           "value": "A String", # The value of the flag. Booleans should be set to on for true and off for false. This field must be omitted if the flag doesn't take a value.
         },
       ],
       "kind": "sql#settings", # This is always sql#settings.
-      "dataDiskType": "A String", # The type of data disk. Only supported for Second Generation instances. The default type is PD_SSD. Applies only to Second Generation instances.
-      "maintenanceWindow": { # Maintenance window. This specifies when a v2 Cloud SQL instance should preferably be restarted for system maintenance puruposes. # The maintenance window for this instance. This specifies when the instance may be restarted for maintenance purposes. Applies only to Second Generation instances.
+      "dataDiskType": "A String", # The type of data disk: PD_SSD (default) or PD_HDD. Not used for First Generation instances.
+      "availabilityType": "A String", # Availability type (PostgreSQL instances only). 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.
+      "maintenanceWindow": { # Maintenance window. This specifies when a v2 Cloud SQL instance should preferably be restarted for system maintenance purposes. # The maintenance window for this instance. This specifies when the instance can be restarted for maintenance purposes. Not used for First Generation instances.
         "kind": "sql#maintenanceWindow", # This is always sql#maintenanceWindow.
-        "updateTrack": "A String",
+        "updateTrack": "A String", # Maintenance timing setting: canary (Earlier) or stable (Later).
+            #  Learn more.
         "day": 42, # day of week (1-7), starting on Monday.
         "hour": 42, # hour of day - 0 to 23.
       },
-      "availabilityType": "A String", # Reserved for future use.
-      "labels": { # User-provided labels, represented as a dictionary where each label is a single key value pair.
-        "a_key": "A String", # An individual label entry, composed of a key and a value.
-      },
-      "authorizedGaeApplications": [ # The App Engine app IDs that can access this instance. This property is only applicable to First Generation instances.
+      "authorizedGaeApplications": [ # The App Engine app IDs that can access this instance. First Generation instances only.
         "A String",
       ],
-      "activationPolicy": "A String", # The activation policy specifies when the instance is activated; it is applicable only when the instance state is RUNNABLE. The activation policy cannot be updated together with other settings for Second Generation instances. Valid values:
-          # ALWAYS: The instance is on; it is not deactivated by inactivity.
+      "activationPolicy": "A String", # 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.
-          # ON_DEMAND: The instance responds to incoming requests, and turns itself off when not in use. Instances with PER_USE pricing turn off after 15 minutes of inactivity. Instances with PER_PACKAGE pricing turn off after 12 hours of inactivity.
+          # ON_DEMAND: First Generation instances only. The instance responds to incoming requests, and turns itself off when not in use. Instances with PER_USE pricing turn off after 15 minutes of inactivity. Instances with PER_PACKAGE pricing turn off after 12 hours of inactivity.
       "backupConfiguration": { # Database instance backup configuration. # The daily backup configuration for the instance.
         "kind": "sql#backupConfiguration", # This is always sql#backupConfiguration.
         "enabled": True or False, # Whether this configuration is enabled.
-        "startTime": "A String", # Start time for the daily backup configuration in UTC timezone in the 24 hour format - HH:MM.
+        "replicationLogArchivingEnabled": True or False, # Reserved for future use.
         "binaryLogEnabled": True or False, # Whether binary log is enabled. If backup configuration is disabled, binary log must be disabled as well.
+        "location": "A String", # The location of the backup.
+        "startTime": "A String", # Start time for the daily backup configuration in UTC timezone in the 24 hour format - HH:MM.
       },
       "ipConfiguration": { # 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.
-        "requireSsl": True or False, # Whether the mysqld should default to 'REQUIRE X509' for users connecting over IP.
+        "requireSsl": True or False, # Whether SSL connections over IP should be enforced or not.
         "ipv4Enabled": True or False, # Whether the instance should be assigned an IP address or not.
         "authorizedNetworks": [ # The list of external networks that are allowed to connect to the instance using the IP. In CIDR notation, also known as 'slash' notation (e.g. 192.168.100.0/24).
           { # An entry for an Access Control list.
@@ -1933,24 +2403,28 @@
             "name": "A String", # An optional label to identify this entry.
           },
         ],
+        "privateNetwork": "A String", # 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.
       },
-      "tier": "A String", # The tier of service for this instance, for example D1, D2. For more information, see pricing.
+      "tier": "A String", # The tier (or machine type) for this instance, for example db-n1-standard-1 (MySQL instances) or db-custom-1-3840 (PostgreSQL instances). For MySQL instances, this property determines whether the instance is First or Second Generation. For more information, see Instance Settings.
+      "userLabels": { # User-provided labels, represented as a dictionary where each label is a single key value pair.
+        "a_key": "A String", # An individual label entry, composed of a key and a value.
+      },
       "databaseReplicationEnabled": True or False, # Configuration specific to read replica instances. Indicates whether replication is enabled or not.
       "replicationType": "A String", # The type of replication this instance uses. This can be either ASYNCHRONOUS or SYNCHRONOUS. This property is only applicable to First Generation instances.
-      "storageAutoResizeLimit": "A String", # The maximum size to which storage capacity can be automatically increased. The default value is 0, which specifies that there is no limit. Applies only to Second Generation instances.
+      "storageAutoResizeLimit": "A String", # The maximum size to which storage capacity can be automatically increased. The default value is 0, which specifies that there is no limit. Not used for First Generation instances.
       "crashSafeReplicationEnabled": True or False, # Configuration specific to read replica instances. Indicates whether database flags for crash-safe replication are enabled. This property is only applicable to First Generation instances.
       "pricingPlan": "A String", # The pricing plan for this instance. This can be either PER_USE or PACKAGE. Only PER_USE is supported for Second Generation instances.
       "settingsVersion": "A String", # 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.
-      "storageAutoResize": True or False, # Configuration to increase storage size automatically. The default value is true. Applies only to Second Generation instances.
-      "locationPreference": { # Preferred location. This specifies where a Cloud SQL instance should preferably be 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 GCE zone for better performance. App Engine co-location is only applicable to First Generation instances.
+      "storageAutoResize": True or False, # Configuration to increase storage size automatically. The default value is true. Not used for First Generation instances.
+      "locationPreference": { # Preferred location. This specifies where a Cloud SQL instance should preferably be 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 is only applicable to First Generation instances.
         "kind": "sql#locationPreference", # This is always sql#locationPreference.
-        "zone": "A String", # The preferred Compute Engine zone (e.g. us-centra1-a, us-central1-b, etc.).
+        "zone": "A String", # The preferred Compute Engine zone (e.g. us-central1-a, us-central1-b, etc.).
         "followGaeApplication": "A String", # The AppEngine application to follow, it must be in the same region as the Cloud SQL instance.
       },
-      "dataDiskSizeGb": "A String", # The size of data disk, in GB. The data disk size minimum is 10GB. Applies only to Second Generation instances.
+      "dataDiskSizeGb": "A String", # The size of data disk, in GB. The data disk size minimum is 10GB. Not used for First Generation instances.
     },
     "project": "A String", # The project ID of the project containing the Cloud SQL instance. The Google apps domain is prefixed if applicable.
-    "replicaConfiguration": { # Read-replica configuration for connecting to the master. # Configuration specific to read-replicas replicating from on-premises masters.
+    "replicaConfiguration": { # Read-replica configuration for connecting to the master. # Configuration specific to failover replicas and read replicas.
       "kind": "sql#replicaConfiguration", # This is always sql#replicaConfiguration.
       "failoverTarget": 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 master instance fails, the replica instance will be promoted as the new master instance.
           # Only one replica can be specified as failover target, and the replica has to be in different zone with the master instance.
@@ -1968,6 +2442,7 @@
         "connectRetryInterval": 42, # Seconds to wait between connect retries. MySQL's default is 60 seconds.
       },
     },
+    "rootPassword": "A String", # Initial root password. Use only on creation.
     "selfLink": "A String", # The URI of this resource.
   }
 
@@ -1975,16 +2450,16 @@
 Returns:
   An object of the form:
 
-    { # An Operations resource contains information about database instance operations such as create, delete, and restart. Operations resources are created in response to operations that were initiated; you never create them directly.
+    { # An Operation resource. For successful operations that return an Operation resource, only the fields relevant to the operation are populated in the resource.
     "status": "A String", # The status of an operation. Valid values are PENDING, RUNNING, DONE, UNKNOWN.
     "importContext": { # Database instance import context. # The context for import operation, if applicable.
       "kind": "sql#importContext", # This is always sql#importContext.
-      "database": "A String", # The database (for example, guestbook) to which the import is made. If fileType is SQL and no database is specified, it is assumed that the database is specified in the file to be imported. If fileType is CSV, it must be specified.
+      "database": "A String", # 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.
       "fileType": "A String", # The file type for the specified uri.
           # SQL: The file contains SQL statements.
           # CSV: The file contains CSV data.
-      "uri": "A String", # A path to the file in Google Cloud Storage from which the import is made. The URI is in the form gs://bucketName/fileName. Compressed gzip files (.gz) are supported when fileType is SQL.
-      "importUser": "A String", # The PostgreSQL user to use for this import operation. Defaults to cloudsqlsuperuser. Does not apply to MySQL instances.
+      "uri": "A String", # 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.
+      "importUser": "A String", # The PostgreSQL user for this import operation. PostgreSQL instances only.
       "csvImportOptions": { # Options for importing data as CSV.
         "table": "A String", # The table to which CSV data is imported.
         "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
@@ -1999,17 +2474,22 @@
       "fileType": "A String", # The file type for the specified uri.
           # SQL: The file contains SQL statements.
           # CSV: The file contains CSV data.
-      "uri": "A String", # 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 operation fails. If fileType is SQL and the filename ends with .gz, the contents are compressed.
+      "uri": "A String", # 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.
       "csvExportOptions": { # Options for exporting data as CSV.
         "selectQuery": "A String", # The select query used to extract the data.
       },
-      "databases": [ # Databases (for example, guestbook) from which the export is made. If fileType is SQL and no database is specified, all databases are exported. If fileType is CSV, you can optionally specify at most one database to export. If csvExportOptions.selectQuery also specifies the database, this field will be ignored.
+      "databases": [ # 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: Specify exactly one database to be exported. If fileType is CSV, this database must match the database used in the csvExportOptions.selectQuery property.
         "A String",
       ],
       "sqlExportOptions": { # Options for exporting data as SQL statements.
-        "tables": [ # Tables to export, or that were exported, from the specified database. If you specify tables, specify one and only one database.
+        "tables": [ # 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.
           "A String",
         ],
+        "mysqlExportOptions": { # Options for exporting from MySQL.
+          "masterData": 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.
+        },
         "schemaOnly": True or False, # Export only schemas.
       },
     },