| <html><body> |
| <style> |
| |
| body, h1, h2, h3, div, span, p, pre, a { |
| margin: 0; |
| padding: 0; |
| border: 0; |
| font-weight: inherit; |
| font-style: inherit; |
| font-size: 100%; |
| font-family: inherit; |
| vertical-align: baseline; |
| } |
| |
| body { |
| font-size: 13px; |
| padding: 1em; |
| } |
| |
| h1 { |
| font-size: 26px; |
| margin-bottom: 1em; |
| } |
| |
| h2 { |
| font-size: 24px; |
| margin-bottom: 1em; |
| } |
| |
| h3 { |
| font-size: 20px; |
| margin-bottom: 1em; |
| margin-top: 1em; |
| } |
| |
| pre, code { |
| line-height: 1.5; |
| font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace; |
| } |
| |
| pre { |
| margin-top: 0.5em; |
| } |
| |
| h1, h2, h3, p { |
| font-family: Arial, sans serif; |
| } |
| |
| h1, h2, h3 { |
| border-bottom: solid #CCC 1px; |
| } |
| |
| .toc_element { |
| margin-top: 0.5em; |
| } |
| |
| .firstline { |
| margin-left: 2 em; |
| } |
| |
| .method { |
| margin-top: 1em; |
| border: solid 1px #CCC; |
| padding: 1em; |
| background: #EEE; |
| } |
| |
| .details { |
| font-weight: bold; |
| font-size: 14px; |
| } |
| |
| </style> |
| |
| <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, x__xgafv=None)</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=None, x__xgafv=None)</a></code></p> |
| <p class="firstline">Creates a Cloud SQL instance as a clone of the source instance. Using this operation might cause your instance to restart.</p> |
| <p class="toc_element"> |
| <code><a href="#close">close()</a></code></p> |
| <p class="firstline">Close httplib2 connections.</p> |
| <p class="toc_element"> |
| <code><a href="#delete">delete(project, instance, x__xgafv=None)</a></code></p> |
| <p class="firstline">Deletes a Cloud SQL instance.</p> |
| <p class="toc_element"> |
| <code><a href="#demoteMaster">demoteMaster(project, instance, body=None, x__xgafv=None)</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=None, x__xgafv=None)</a></code></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=None, x__xgafv=None)</a></code></p> |
| <p class="firstline">Failover the instance to its failover replica instance. Using this operation might cause your instance to restart.</p> |
| <p class="toc_element"> |
| <code><a href="#get">get(project, instance, x__xgafv=None)</a></code></p> |
| <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=None, x__xgafv=None)</a></code></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=None, x__xgafv=None)</a></code></p> |
| <p class="firstline">Creates a new Cloud SQL instance.</p> |
| <p class="toc_element"> |
| <code><a href="#list">list(project, maxResults=None, filter=None, pageToken=None, x__xgafv=None)</a></code></p> |
| <p class="firstline">Lists instances under a given project.</p> |
| <p class="toc_element"> |
| <code><a href="#listServerCas">listServerCas(project, instance, x__xgafv=None)</a></code></p> |
| <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"> |
| <code><a href="#patch">patch(project, instance, body=None, x__xgafv=None)</a></code></p> |
| <p class="firstline">Updates settings of a Cloud SQL instance. This method supports patch semantics.</p> |
| <p class="toc_element"> |
| <code><a href="#promoteReplica">promoteReplica(project, instance, x__xgafv=None)</a></code></p> |
| <p class="firstline">Promotes the read replica instance to be a stand-alone Cloud SQL instance. Using this operation might cause your instance to restart.</p> |
| <p class="toc_element"> |
| <code><a href="#resetSslConfig">resetSslConfig(project, instance, x__xgafv=None)</a></code></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, x__xgafv=None)</a></code></p> |
| <p class="firstline">Restarts a Cloud SQL instance.</p> |
| <p class="toc_element"> |
| <code><a href="#restoreBackup">restoreBackup(project, instance, body=None, x__xgafv=None)</a></code></p> |
| <p class="firstline">Restores a backup of a Cloud SQL instance. Using this operation might cause your instance to restart.</p> |
| <p class="toc_element"> |
| <code><a href="#rotateServerCa">rotateServerCa(project, instance, body=None, x__xgafv=None)</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, x__xgafv=None)</a></code></p> |
| <p class="firstline">Starts the replication in the read replica instance.</p> |
| <p class="toc_element"> |
| <code><a href="#stopReplica">stopReplica(project, instance, x__xgafv=None)</a></code></p> |
| <p class="firstline">Stops the replication in the read replica instance.</p> |
| <p class="toc_element"> |
| <code><a href="#truncateLog">truncateLog(project, instance, body=None, x__xgafv=None)</a></code></p> |
| <p class="firstline">Truncate MySQL general and slow query log tables</p> |
| <p class="toc_element"> |
| <code><a href="#update">update(project, instance, body=None, x__xgafv=None)</a></code></p> |
| <p class="firstline">Updates settings of a Cloud SQL instance. Using this operation might cause your instance to restart.</p> |
| <h3>Method Details</h3> |
| <div class="method"> |
| <code class="details" id="addServerCa">addServerCa(project, instance, x__xgafv=None)</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 project that contains the instance. (required) |
| instance: string, Cloud SQL instance ID. This does not include the project ID. (required) |
| x__xgafv: string, V1 error format. |
| Allowed values |
| 1 - v1 error format |
| 2 - v2 error format |
| |
| 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. |
| "kind": "A String", # 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. |
| "endTime": "A String", # The time this operation finished 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. |
| "errors": [ # The list of errors encountered while processing this operation. |
| { # Database instance operation error. |
| "code": "A String", # Identifies the specific error that occurred. |
| "kind": "A String", # This is always *sql#operationError*. |
| "message": "A String", # Additional information about the error encountered. |
| }, |
| ], |
| "kind": "A String", # This is always *sql#operationErrors*. |
| }, |
| "status": "A String", # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED* |
| "selfLink": "A String", # The URI of this resource. |
| "startTime": "A String", # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*. |
| "exportContext": { # Database instance export context. # The context for export operation, if applicable. |
| "csvExportOptions": { # Options for exporting data as CSV. |
| "selectQuery": "A String", # The select query used to extract the data. |
| }, |
| "fileType": "A String", # The file type for the specified uri. *SQL*: The file contains SQL statements. *CSV*: The file contains CSV data. |
| "kind": "A String", # This is always *sql#exportContext*. |
| "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. |
| "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:* You must specify one database to be exported. If *fileType* is *CSV*, this database must match the one specified in the *csvExportOptions.selectQuery* property. |
| "A String", |
| ], |
| "offload": True or False, # Option for export offload. |
| "sqlExportOptions": { # Options for exporting data as SQL statements. |
| "schemaOnly": True or False, # Export only schemas. |
| "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. |
| }, |
| }, |
| }, |
| "user": "A String", # The email address of the user who initiated this operation. |
| "targetId": "A String", # Name of the database instance related to this operation. |
| "insertTime": "A String", # The time this operation was enqueued in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*. |
| "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* |
| "targetProject": "A String", # The project ID of the target instance related to this operation. |
| "targetLink": "A String", |
| "importContext": { # Database instance import context. # The context for import operation, if applicable. |
| "fileType": "A String", # The file type for the specified uri. *SQL*: The file contains SQL statements. *CSV*: The file contains CSV data. |
| "kind": "A String", # This is always *sql#importContext*. |
| "csvImportOptions": { # Options for importing data as CSV. |
| "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", |
| ], |
| "table": "A String", # The table to which CSV data is imported. |
| }, |
| "bakImportOptions": { # Import parameters specific to SQL Server .BAK files |
| "encryptionOptions": { |
| "pvkPath": "A String", # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file. |
| "certPath": "A String", # Path to the Certificate (.cer) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file. |
| "pvkPassword": "A String", # Password that encrypts the private key |
| }, |
| }, |
| "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. |
| "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. |
| }, |
| }</pre> |
| </div> |
| |
| <div class="method"> |
| <code class="details" id="clone">clone(project, instance, body=None, x__xgafv=None)</code> |
| <pre>Creates a Cloud SQL instance as a clone of the source instance. Using this operation might cause your instance to restart. |
| |
| 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. |
| The object takes the form of: |
| |
| { # Database instance clone request. |
| "cloneContext": { # Database instance clone context. # Contains details about the clone operation. |
| "destinationInstanceName": "A String", # Name of the Cloud SQL instance to be created as a clone. |
| "binLogCoordinates": { # Binary log coordinates. # Binary log coordinates, if specified, identify the position up to which the source instance is cloned. If not specified, the source instance is cloned up to the most recent binary log coordinates. |
| "kind": "A String", # This is always *sql#binLogCoordinates*. |
| "binLogFileName": "A String", # Name of the binary log file for a Cloud SQL instance. |
| "binLogPosition": "A String", # Position (offset) within the binary log file. |
| }, |
| "pitrTimestampMs": "A String", # Reserved for future use. |
| "kind": "A String", # This is always *sql#cloneContext*. |
| "pointInTime": "A String", # Reserved for future use. |
| }, |
| } |
| |
| x__xgafv: string, V1 error format. |
| Allowed values |
| 1 - v1 error format |
| 2 - v2 error format |
| |
| 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. |
| "kind": "A String", # 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. |
| "endTime": "A String", # The time this operation finished 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. |
| "errors": [ # The list of errors encountered while processing this operation. |
| { # Database instance operation error. |
| "code": "A String", # Identifies the specific error that occurred. |
| "kind": "A String", # This is always *sql#operationError*. |
| "message": "A String", # Additional information about the error encountered. |
| }, |
| ], |
| "kind": "A String", # This is always *sql#operationErrors*. |
| }, |
| "status": "A String", # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED* |
| "selfLink": "A String", # The URI of this resource. |
| "startTime": "A String", # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*. |
| "exportContext": { # Database instance export context. # The context for export operation, if applicable. |
| "csvExportOptions": { # Options for exporting data as CSV. |
| "selectQuery": "A String", # The select query used to extract the data. |
| }, |
| "fileType": "A String", # The file type for the specified uri. *SQL*: The file contains SQL statements. *CSV*: The file contains CSV data. |
| "kind": "A String", # This is always *sql#exportContext*. |
| "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. |
| "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:* You must specify one database to be exported. If *fileType* is *CSV*, this database must match the one specified in the *csvExportOptions.selectQuery* property. |
| "A String", |
| ], |
| "offload": True or False, # Option for export offload. |
| "sqlExportOptions": { # Options for exporting data as SQL statements. |
| "schemaOnly": True or False, # Export only schemas. |
| "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. |
| }, |
| }, |
| }, |
| "user": "A String", # The email address of the user who initiated this operation. |
| "targetId": "A String", # Name of the database instance related to this operation. |
| "insertTime": "A String", # The time this operation was enqueued in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*. |
| "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* |
| "targetProject": "A String", # The project ID of the target instance related to this operation. |
| "targetLink": "A String", |
| "importContext": { # Database instance import context. # The context for import operation, if applicable. |
| "fileType": "A String", # The file type for the specified uri. *SQL*: The file contains SQL statements. *CSV*: The file contains CSV data. |
| "kind": "A String", # This is always *sql#importContext*. |
| "csvImportOptions": { # Options for importing data as CSV. |
| "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", |
| ], |
| "table": "A String", # The table to which CSV data is imported. |
| }, |
| "bakImportOptions": { # Import parameters specific to SQL Server .BAK files |
| "encryptionOptions": { |
| "pvkPath": "A String", # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file. |
| "certPath": "A String", # Path to the Certificate (.cer) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file. |
| "pvkPassword": "A String", # Password that encrypts the private key |
| }, |
| }, |
| "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. |
| "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. |
| }, |
| }</pre> |
| </div> |
| |
| <div class="method"> |
| <code class="details" id="close">close()</code> |
| <pre>Close httplib2 connections.</pre> |
| </div> |
| |
| <div class="method"> |
| <code class="details" id="delete">delete(project, instance, x__xgafv=None)</code> |
| <pre>Deletes a Cloud SQL instance. |
| |
| Args: |
| project: string, Project ID of the project that contains the instance to be deleted. (required) |
| instance: string, Cloud SQL instance ID. This does not include the project ID. (required) |
| x__xgafv: string, V1 error format. |
| Allowed values |
| 1 - v1 error format |
| 2 - v2 error format |
| |
| 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. |
| "kind": "A String", # 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. |
| "endTime": "A String", # The time this operation finished 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. |
| "errors": [ # The list of errors encountered while processing this operation. |
| { # Database instance operation error. |
| "code": "A String", # Identifies the specific error that occurred. |
| "kind": "A String", # This is always *sql#operationError*. |
| "message": "A String", # Additional information about the error encountered. |
| }, |
| ], |
| "kind": "A String", # This is always *sql#operationErrors*. |
| }, |
| "status": "A String", # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED* |
| "selfLink": "A String", # The URI of this resource. |
| "startTime": "A String", # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*. |
| "exportContext": { # Database instance export context. # The context for export operation, if applicable. |
| "csvExportOptions": { # Options for exporting data as CSV. |
| "selectQuery": "A String", # The select query used to extract the data. |
| }, |
| "fileType": "A String", # The file type for the specified uri. *SQL*: The file contains SQL statements. *CSV*: The file contains CSV data. |
| "kind": "A String", # This is always *sql#exportContext*. |
| "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. |
| "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:* You must specify one database to be exported. If *fileType* is *CSV*, this database must match the one specified in the *csvExportOptions.selectQuery* property. |
| "A String", |
| ], |
| "offload": True or False, # Option for export offload. |
| "sqlExportOptions": { # Options for exporting data as SQL statements. |
| "schemaOnly": True or False, # Export only schemas. |
| "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. |
| }, |
| }, |
| }, |
| "user": "A String", # The email address of the user who initiated this operation. |
| "targetId": "A String", # Name of the database instance related to this operation. |
| "insertTime": "A String", # The time this operation was enqueued in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*. |
| "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* |
| "targetProject": "A String", # The project ID of the target instance related to this operation. |
| "targetLink": "A String", |
| "importContext": { # Database instance import context. # The context for import operation, if applicable. |
| "fileType": "A String", # The file type for the specified uri. *SQL*: The file contains SQL statements. *CSV*: The file contains CSV data. |
| "kind": "A String", # This is always *sql#importContext*. |
| "csvImportOptions": { # Options for importing data as CSV. |
| "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", |
| ], |
| "table": "A String", # The table to which CSV data is imported. |
| }, |
| "bakImportOptions": { # Import parameters specific to SQL Server .BAK files |
| "encryptionOptions": { |
| "pvkPath": "A String", # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file. |
| "certPath": "A String", # Path to the Certificate (.cer) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file. |
| "pvkPassword": "A String", # Password that encrypts the private key |
| }, |
| }, |
| "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. |
| "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. |
| }, |
| }</pre> |
| </div> |
| |
| <div class="method"> |
| <code class="details" id="demoteMaster">demoteMaster(project, instance, body=None, x__xgafv=None)</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. |
| The object takes the form of: |
| |
| { # Database demote primary instance request. |
| "demoteMasterContext": { # Database instance demote primary instance context. # Contains details about the demoteMaster operation. |
| "masterInstanceName": "A String", # The name of the instance which will act as on-premises primary instance in the replication setup. |
| "kind": "A String", # This is always *sql#demoteMasterContext*. |
| "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 primary instance and Cloud SQL instance during the demotion operation but also exposes you to the risk of future replication failures. Change the value only if you know the reason for the GTID divergence and are confident that doing so will not cause any replication issues. |
| "replicaConfiguration": { # Read-replica configuration for connecting to the on-premises primary instance. # Configuration specific to read-replicas replicating from the on-premises primary instance. |
| "kind": "A String", # This is always *sql#demoteMasterConfiguration*. |
| "mysqlReplicaConfiguration": { # Read-replica configuration specific to MySQL databases. # MySQL specific configuration when replicating from a MySQL on-premises primary instance. Replication configuration information such as the username, password, certificates, and keys are not stored in the instance metadata. The configuration information is used only to set up the replication connection and is stored by MySQL in a file named *master.info* in the data directory. |
| "clientCertificate": "A String", # PEM representation of the replica's x509 certificate. |
| "clientKey": "A String", # PEM representation of the replica's private key. The corresponsing public key is encoded in the client's certificate. The format of the replica's private key can be either PKCS #1 or PKCS #8. |
| "username": "A String", # The username for the replication connection. |
| "caCertificate": "A String", # PEM representation of the trusted CA's x509 certificate. |
| "password": "A String", # The password for the replication connection. |
| "kind": "A String", # This is always *sql#demoteMasterMysqlReplicaConfiguration*. |
| }, |
| }, |
| }, |
| } |
| |
| x__xgafv: string, V1 error format. |
| Allowed values |
| 1 - v1 error format |
| 2 - v2 error format |
| |
| 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. |
| "kind": "A String", # 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. |
| "endTime": "A String", # The time this operation finished 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. |
| "errors": [ # The list of errors encountered while processing this operation. |
| { # Database instance operation error. |
| "code": "A String", # Identifies the specific error that occurred. |
| "kind": "A String", # This is always *sql#operationError*. |
| "message": "A String", # Additional information about the error encountered. |
| }, |
| ], |
| "kind": "A String", # This is always *sql#operationErrors*. |
| }, |
| "status": "A String", # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED* |
| "selfLink": "A String", # The URI of this resource. |
| "startTime": "A String", # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*. |
| "exportContext": { # Database instance export context. # The context for export operation, if applicable. |
| "csvExportOptions": { # Options for exporting data as CSV. |
| "selectQuery": "A String", # The select query used to extract the data. |
| }, |
| "fileType": "A String", # The file type for the specified uri. *SQL*: The file contains SQL statements. *CSV*: The file contains CSV data. |
| "kind": "A String", # This is always *sql#exportContext*. |
| "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. |
| "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:* You must specify one database to be exported. If *fileType* is *CSV*, this database must match the one specified in the *csvExportOptions.selectQuery* property. |
| "A String", |
| ], |
| "offload": True or False, # Option for export offload. |
| "sqlExportOptions": { # Options for exporting data as SQL statements. |
| "schemaOnly": True or False, # Export only schemas. |
| "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. |
| }, |
| }, |
| }, |
| "user": "A String", # The email address of the user who initiated this operation. |
| "targetId": "A String", # Name of the database instance related to this operation. |
| "insertTime": "A String", # The time this operation was enqueued in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*. |
| "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* |
| "targetProject": "A String", # The project ID of the target instance related to this operation. |
| "targetLink": "A String", |
| "importContext": { # Database instance import context. # The context for import operation, if applicable. |
| "fileType": "A String", # The file type for the specified uri. *SQL*: The file contains SQL statements. *CSV*: The file contains CSV data. |
| "kind": "A String", # This is always *sql#importContext*. |
| "csvImportOptions": { # Options for importing data as CSV. |
| "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", |
| ], |
| "table": "A String", # The table to which CSV data is imported. |
| }, |
| "bakImportOptions": { # Import parameters specific to SQL Server .BAK files |
| "encryptionOptions": { |
| "pvkPath": "A String", # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file. |
| "certPath": "A String", # Path to the Certificate (.cer) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file. |
| "pvkPassword": "A String", # Password that encrypts the private key |
| }, |
| }, |
| "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. |
| "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. |
| }, |
| }</pre> |
| </div> |
| |
| <div class="method"> |
| <code class="details" id="export">export(project, instance, body=None, x__xgafv=None)</code> |
| <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) |
| instance: string, Cloud SQL instance ID. This does not include the project ID. (required) |
| body: object, The request body. |
| The object takes the form of: |
| |
| { # Database instance export request. |
| "exportContext": { # Database instance export context. # Contains details about the export operation. |
| "csvExportOptions": { # Options for exporting data as CSV. |
| "selectQuery": "A String", # The select query used to extract the data. |
| }, |
| "fileType": "A String", # The file type for the specified uri. *SQL*: The file contains SQL statements. *CSV*: The file contains CSV data. |
| "kind": "A String", # This is always *sql#exportContext*. |
| "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. |
| "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:* You must specify one database to be exported. If *fileType* is *CSV*, this database must match the one specified in the *csvExportOptions.selectQuery* property. |
| "A String", |
| ], |
| "offload": True or False, # Option for export offload. |
| "sqlExportOptions": { # Options for exporting data as SQL statements. |
| "schemaOnly": True or False, # Export only schemas. |
| "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. |
| }, |
| }, |
| }, |
| } |
| |
| x__xgafv: string, V1 error format. |
| Allowed values |
| 1 - v1 error format |
| 2 - v2 error format |
| |
| 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. |
| "kind": "A String", # 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. |
| "endTime": "A String", # The time this operation finished 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. |
| "errors": [ # The list of errors encountered while processing this operation. |
| { # Database instance operation error. |
| "code": "A String", # Identifies the specific error that occurred. |
| "kind": "A String", # This is always *sql#operationError*. |
| "message": "A String", # Additional information about the error encountered. |
| }, |
| ], |
| "kind": "A String", # This is always *sql#operationErrors*. |
| }, |
| "status": "A String", # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED* |
| "selfLink": "A String", # The URI of this resource. |
| "startTime": "A String", # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*. |
| "exportContext": { # Database instance export context. # The context for export operation, if applicable. |
| "csvExportOptions": { # Options for exporting data as CSV. |
| "selectQuery": "A String", # The select query used to extract the data. |
| }, |
| "fileType": "A String", # The file type for the specified uri. *SQL*: The file contains SQL statements. *CSV*: The file contains CSV data. |
| "kind": "A String", # This is always *sql#exportContext*. |
| "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. |
| "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:* You must specify one database to be exported. If *fileType* is *CSV*, this database must match the one specified in the *csvExportOptions.selectQuery* property. |
| "A String", |
| ], |
| "offload": True or False, # Option for export offload. |
| "sqlExportOptions": { # Options for exporting data as SQL statements. |
| "schemaOnly": True or False, # Export only schemas. |
| "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. |
| }, |
| }, |
| }, |
| "user": "A String", # The email address of the user who initiated this operation. |
| "targetId": "A String", # Name of the database instance related to this operation. |
| "insertTime": "A String", # The time this operation was enqueued in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*. |
| "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* |
| "targetProject": "A String", # The project ID of the target instance related to this operation. |
| "targetLink": "A String", |
| "importContext": { # Database instance import context. # The context for import operation, if applicable. |
| "fileType": "A String", # The file type for the specified uri. *SQL*: The file contains SQL statements. *CSV*: The file contains CSV data. |
| "kind": "A String", # This is always *sql#importContext*. |
| "csvImportOptions": { # Options for importing data as CSV. |
| "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", |
| ], |
| "table": "A String", # The table to which CSV data is imported. |
| }, |
| "bakImportOptions": { # Import parameters specific to SQL Server .BAK files |
| "encryptionOptions": { |
| "pvkPath": "A String", # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file. |
| "certPath": "A String", # Path to the Certificate (.cer) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file. |
| "pvkPassword": "A String", # Password that encrypts the private key |
| }, |
| }, |
| "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. |
| "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. |
| }, |
| }</pre> |
| </div> |
| |
| <div class="method"> |
| <code class="details" id="failover">failover(project, instance, body=None, x__xgafv=None)</code> |
| <pre>Failover the instance to its failover replica instance. Using this operation might cause your instance to restart. |
| |
| Args: |
| project: string, ID of the project that contains the read replica. (required) |
| instance: string, Cloud SQL instance ID. This does not include the project ID. (required) |
| body: object, The request body. |
| The object takes the form of: |
| |
| { # Instance failover request. |
| "failoverContext": { # Database instance failover context. # Failover Context. |
| "settingsVersion": "A String", # The current settings version of this instance. Request will be rejected if this version doesn't match the current settings version. |
| "kind": "A String", # This is always *sql#failoverContext*. |
| }, |
| } |
| |
| x__xgafv: string, V1 error format. |
| Allowed values |
| 1 - v1 error format |
| 2 - v2 error format |
| |
| 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. |
| "kind": "A String", # 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. |
| "endTime": "A String", # The time this operation finished 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. |
| "errors": [ # The list of errors encountered while processing this operation. |
| { # Database instance operation error. |
| "code": "A String", # Identifies the specific error that occurred. |
| "kind": "A String", # This is always *sql#operationError*. |
| "message": "A String", # Additional information about the error encountered. |
| }, |
| ], |
| "kind": "A String", # This is always *sql#operationErrors*. |
| }, |
| "status": "A String", # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED* |
| "selfLink": "A String", # The URI of this resource. |
| "startTime": "A String", # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*. |
| "exportContext": { # Database instance export context. # The context for export operation, if applicable. |
| "csvExportOptions": { # Options for exporting data as CSV. |
| "selectQuery": "A String", # The select query used to extract the data. |
| }, |
| "fileType": "A String", # The file type for the specified uri. *SQL*: The file contains SQL statements. *CSV*: The file contains CSV data. |
| "kind": "A String", # This is always *sql#exportContext*. |
| "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. |
| "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:* You must specify one database to be exported. If *fileType* is *CSV*, this database must match the one specified in the *csvExportOptions.selectQuery* property. |
| "A String", |
| ], |
| "offload": True or False, # Option for export offload. |
| "sqlExportOptions": { # Options for exporting data as SQL statements. |
| "schemaOnly": True or False, # Export only schemas. |
| "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. |
| }, |
| }, |
| }, |
| "user": "A String", # The email address of the user who initiated this operation. |
| "targetId": "A String", # Name of the database instance related to this operation. |
| "insertTime": "A String", # The time this operation was enqueued in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*. |
| "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* |
| "targetProject": "A String", # The project ID of the target instance related to this operation. |
| "targetLink": "A String", |
| "importContext": { # Database instance import context. # The context for import operation, if applicable. |
| "fileType": "A String", # The file type for the specified uri. *SQL*: The file contains SQL statements. *CSV*: The file contains CSV data. |
| "kind": "A String", # This is always *sql#importContext*. |
| "csvImportOptions": { # Options for importing data as CSV. |
| "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", |
| ], |
| "table": "A String", # The table to which CSV data is imported. |
| }, |
| "bakImportOptions": { # Import parameters specific to SQL Server .BAK files |
| "encryptionOptions": { |
| "pvkPath": "A String", # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file. |
| "certPath": "A String", # Path to the Certificate (.cer) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file. |
| "pvkPassword": "A String", # Password that encrypts the private key |
| }, |
| }, |
| "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. |
| "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. |
| }, |
| }</pre> |
| </div> |
| |
| <div class="method"> |
| <code class="details" id="get">get(project, instance, x__xgafv=None)</code> |
| <pre>Retrieves a resource containing information about a Cloud SQL instance. |
| |
| Args: |
| project: string, Project ID of the project that contains the instance. (required) |
| instance: string, Database instance ID. This does not include the project ID. (required) |
| x__xgafv: string, V1 error format. |
| Allowed values |
| 1 - v1 error format |
| 2 - v2 error format |
| |
| Returns: |
| An object of the form: |
| |
| { # A Cloud SQL instance resource. Next field: 36 |
| "project": "A String", # The project ID of the project containing the Cloud SQL instance. The Google apps domain is prefixed if applicable. |
| "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. The region cannot be changed after instance creation. |
| "settings": { # Database instance settings. # The user settings. |
| "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). |
| "kind": "A String", # This is always *sql#settings*. |
| "dataDiskType": "A String", # The type of data disk: PD_SSD (default) or PD_HDD. Not used for First Generation instances. |
| "authorizedGaeApplications": [ # The App Engine app IDs that can access this instance. (Deprecated) Applied to First Generation instances only. |
| "A String", |
| ], |
| "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. |
| "activeDirectoryConfig": { # Active Directory configuration, for now relevant only for SQL Server # Active Directory configuration, for now relevant only for SQL Server |
| "domain": "A String", # Domain name |
| "kind": "A String", # This will be always sql#activeDirectoryConfig. |
| }, |
| "crashSafeReplicationEnabled": True or False, # Configuration specific to read replica instances. Indicates whether database flags for crash-safe replication are enabled. This property was only applicable to First Generation instances. |
| "locationPreference": { # Preferred location. This specifies where a Cloud SQL instance is located, either in a specific Compute Engine zone, or co-located with an App Engine application. Note that if the preferred location is not available, the instance will be located as close as possible within the region. Only one location may be specified. # The location preference settings. This allows the instance to be located as near as possible to either an App Engine app or Compute Engine zone for better performance. App Engine co-location was only applicable to First Generation instances. |
| "kind": "A String", # This is always *sql#locationPreference*. |
| "zone": "A String", # The preferred Compute Engine zone (for example: us-central1-a, us-central1-b, etc.). |
| "followGaeApplication": "A String", # The App Engine application to follow, it must be in the same region as the Cloud SQL instance. |
| }, |
| "databaseReplicationEnabled": True or False, # Configuration specific to read replica instances. Indicates whether replication is enabled or not. |
| "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. |
| "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 SSL connections over IP are enforced or not. |
| "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. |
| "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 (for example: *192.168.100.0/24*). |
| { # An entry for an Access Control list. |
| "name": "A String", # Optional. A label to identify this entry. |
| "expirationTime": "A String", # The time when this access control entry expires in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*. |
| "value": "A String", # The allowlisted value for the access control list. |
| "kind": "A String", # This is always *sql#aclEntry*. |
| }, |
| ], |
| "ipv4Enabled": True or False, # Whether the instance is assigned a public IP address or not. |
| }, |
| "backupConfiguration": { # Database instance backup configuration. # The daily backup configuration for the instance. |
| "enabled": True or False, # Whether this configuration is enabled. |
| "pointInTimeRecoveryEnabled": True or False, # Reserved for future use. |
| "replicationLogArchivingEnabled": True or False, # Reserved for future use. |
| "startTime": "A String", # Start time for the daily backup configuration in UTC timezone in the 24 hour format - *HH:MM*. |
| "binaryLogEnabled": True or False, # (MySQL only) Whether binary log is enabled. If backup configuration is disabled, binarylog must be disabled as well. |
| "location": "A String", # Location of the backup |
| "kind": "A String", # This is always *sql#backupConfiguration*. |
| }, |
| "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. |
| "dataDiskSizeGb": "A String", # The size of data disk, in GB. The data disk size minimum is 10GB. |
| "databaseFlags": [ # The database flags passed to the instance at startup. |
| { # Database flags for Cloud SQL instances. |
| "value": "A String", # The value of the flag. Booleans are set to *on* for true and *off* for false. This field must be omitted if the flag doesn't take a value. |
| "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 are specified with underscores, not hyphens. For more information, see Configuring Database Flags in the Cloud SQL documentation. |
| }, |
| ], |
| "maintenanceWindow": { # Maintenance window. This specifies when a Cloud SQL instance is restarted for system maintenance purposes. # The maintenance window for this instance. This specifies when the instance can be restarted for maintenance purposes. |
| "kind": "A String", # This is always *sql#maintenanceWindow*. |
| "hour": 42, # hour of day - 0 to 23. |
| "updateTrack": "A String", # Maintenance timing setting: *canary* (Earlier) or *stable* (Later). Learn more. |
| "day": 42, # day of week (1-7), starting on Monday. |
| }, |
| "userLabels": { # User-provided labels, represented as a dictionary where each label is a single key value pair. |
| "a_key": "A String", |
| }, |
| "storageAutoResize": True or False, # Configuration to increase storage size automatically. The default value is true. |
| "availabilityType": "A String", # Availability type. Potential values: *ZONAL*: The instance serves data from only one zone. Outages in that zone affect data accessibility. *REGIONAL*: The instance can serve data from more than one zone in a region (it is highly available). For more information, see Overview of the High Availability Configuration. |
| "collation": "A String", # The name of server Instance collation. |
| "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. |
| "replicationType": "A String", # The type of replication this instance uses. This can be either *ASYNCHRONOUS* or *SYNCHRONOUS*. (Deprecated_ This property was only applicable to First Generation instances. |
| "denyMaintenancePeriods": [ # Deny maintenance periods |
| { # Deny Maintenance Periods. This specifies a date range during when all CSA rollout will be denied. |
| "startDate": "A String", # "deny maintenance period" start date. If the year of the start date is empty, the year of the end date also must be empty. In this case, it means the deny maintenance period recurs every year. The date is in format yyyy-mm-dd i.e., 2020-11-01, or mm-dd, i.e., 11-01 |
| "time": "A String", # Time in UTC when the "deny maintenance period" starts on start_date and ends on end_date. The time is in format: HH:mm:SS, i.e., 00:00:00 |
| "endDate": "A String", # "deny maintenance period" end date. If the year of the end date is empty, the year of the start date also must be empty. In this case, it means the deny maintenance period recurs every year. The date is in format yyyy-mm-dd i.e., 2020-11-01, or mm-dd, i.e., 11-01 |
| }, |
| ], |
| }, |
| "maxDiskSize": "A String", # The maximum disk size of the instance in bytes. |
| "rootPassword": "A String", # Initial root password. Use only on creation. |
| "databaseVersion": "A String", # The database engine type and version. The *databaseVersion* field cannot be changed after instance creation. MySQL instances: *MYSQL_8_0*, *MYSQL_5_7* (default), or *MYSQL_5_6*. PostgreSQL instances: *POSTGRES_9_6*, *POSTGRES_10*, *POSTGRES_11* or *POSTGRES_12* (default). SQL Server instances: *SQLSERVER_2017_STANDARD* (default), *SQLSERVER_2017_ENTERPRISE*, *SQLSERVER_2017_EXPRESS*, or *SQLSERVER_2017_WEB*. |
| "selfLink": "A String", # The URI of this resource. |
| "diskEncryptionConfiguration": { # Disk encryption configuration for an instance. # Disk encryption configuration specific to an instance. Applies only to Second Generation instances. |
| "kind": "A String", # This is always *sql#diskEncryptionConfiguration*. |
| "kmsKeyName": "A String", # Resource name of KMS key for disk encryption |
| }, |
| "currentDiskSize": "A String", # The current disk usage of the instance in bytes. This property has been deprecated. Use the "cloudsql.googleapis.com/database/disk/bytes_used" metric in Cloud Monitoring API instead. Please see this announcement for details. |
| "failoverReplica": { # The name and status of the failover replica. This property is applicable only to Second Generation instances. |
| "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. |
| "available": True or False, # The availability status of the failover replica. A false status indicates that the failover replica is out of sync. The primary instance can only failover to the failover replica when the status is true. |
| }, |
| "replicaNames": [ # The replicas of the instance. |
| "A String", |
| ], |
| "suspensionReason": [ # If the instance state is SUSPENDED, the reason for the suspension. |
| "A String", |
| ], |
| "connectionName": "A String", # Connection name of the Cloud SQL instance used in connection strings. |
| "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. *PENDING_CREATE*: The instance is being created. *MAINTENANCE*: The instance is down for maintenance. *FAILED*: The instance creation failed. *UNKNOWN_STATE*: The state of the instance is unknown. |
| "backendType": "A String", # *SECOND_GEN*: Cloud SQL database instance. *EXTERNAL*: A database server that is not managed by Google. This property is read-only; use the *tier* property in the *settings* object to determine the database type. |
| "name": "A String", # Name of the Cloud SQL instance. This does not include the project ID. |
| "diskEncryptionStatus": { # Disk encryption status for an instance. # Disk encryption status specific to an instance. Applies only to Second Generation instances. |
| "kind": "A String", # This is always *sql#diskEncryptionStatus*. |
| "kmsKeyVersionName": "A String", # KMS key version used to encrypt the Cloud SQL instance resource |
| }, |
| "onPremisesConfiguration": { # On-premises instance configuration. # Configuration specific to on-premises instances. |
| "dumpFilePath": "A String", # The dump file to create the Cloud SQL replica. |
| "password": "A String", # The password for connecting to on-premises instance. |
| "caCertificate": "A String", # PEM representation of the trusted CA's x509 certificate. |
| "kind": "A String", # This is always *sql#onPremisesConfiguration*. |
| "clientCertificate": "A String", # PEM representation of the replica's x509 certificate. |
| "clientKey": "A String", # PEM representation of the replica's private key. The corresponsing public key is encoded in the client's certificate. |
| "hostPort": "A String", # The host and port of the on-premises instance in host:port format |
| "username": "A String", # The username for connecting to on-premises instance. |
| }, |
| "replicaConfiguration": { # Read-replica configuration for connecting to the primary instance. # Configuration specific to failover replicas and read replicas. |
| "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 primary instance fails, the replica instance will be promoted as the new primary instance. Only one replica can be specified as failover target, and the replica has to be in different zone with the primary instance. |
| "mysqlReplicaConfiguration": { # Read-replica configuration specific to MySQL databases. # MySQL specific configuration when replicating from a MySQL on-premises primary instance. Replication configuration information such as the username, password, certificates, and keys are not stored in the instance metadata. The configuration information is used only to set up the replication connection and is stored by MySQL in a file named *master.info* in the data directory. |
| "verifyServerCertificate": True or False, # Whether or not to check the primary instance's Common Name value in the certificate that it sends during the SSL handshake. |
| "username": "A String", # The username for the replication connection. |
| "masterHeartbeatPeriod": "A String", # Interval in milliseconds between replication heartbeats. |
| "connectRetryInterval": 42, # Seconds to wait between connect retries. MySQL's default is 60 seconds. |
| "clientCertificate": "A String", # PEM representation of the replica's x509 certificate. |
| "clientKey": "A String", # PEM representation of the replica's private key. The corresponsing public key is encoded in the client's certificate. |
| "password": "A String", # The password for the replication connection. |
| "caCertificate": "A String", # PEM representation of the trusted CA's x509 certificate. |
| "dumpFilePath": "A String", # Path to a SQL dump file in Google Cloud Storage from which the replica instance is to be created. The URI is in the form gs://bucketName/fileName. Compressed gzip files (.gz) are also supported. Dumps have the binlog co-ordinates from which replication begins. This can be accomplished by setting --master-data to 1 when using mysqldump. |
| "kind": "A String", # This is always *sql#mysqlReplicaConfiguration*. |
| "sslCipher": "A String", # A list of permissible ciphers to use for SSL encryption. |
| }, |
| "kind": "A String", # This is always *sql#replicaConfiguration*. |
| }, |
| "serverCaCert": { # SslCerts Resource # SSL configuration. |
| "commonName": "A String", # User supplied name. Constrained to [a-zA-Z.-_ ]+. |
| "selfLink": "A String", # The URI of this resource. |
| "instance": "A String", # Name of the database instance. |
| "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* |
| "kind": "A String", # This is always *sql#sslCert*. |
| "cert": "A String", # PEM representation. |
| "certSerialNumber": "A String", # Serial number, as extracted from the certificate. |
| "sha1Fingerprint": "A String", # Sha1 Fingerprint. |
| }, |
| "etag": "A String", # This field is deprecated and will be removed from a future version of the API. Use the *settings.settingsVersion* field instead. |
| "ipAddresses": [ # The assigned IP addresses for the instance. |
| { # Database instance IP Mapping. |
| "ipAddress": "A String", # The IP address assigned. |
| "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. |
| "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. |
| }, |
| ], |
| "scheduledMaintenance": { # Any scheduled maintenancce for this instance. # The start time of any upcoming scheduled maintenance for this instance. |
| "canReschedule": True or False, # If the scheduled maintenance can be rescheduled. |
| "canDefer": True or False, |
| "startTime": "A String", # The start time of any upcoming scheduled maintenance for this instance. |
| }, |
| "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 primary instance. *ON_PREMISES_INSTANCE*: An instance running on the customer's premises. *READ_REPLICA_INSTANCE*: A Cloud SQL instance configured as a read-replica. |
| "masterInstanceName": "A String", # The name of the instance which will act as primary in the replication setup. |
| "ipv6Address": "A String", # The IPv6 address assigned to the instance. (Deprecated) This property was applicable only to First Generation instances. |
| "serviceAccountEmailAddress": "A String", # The service account email address assigned to the instance. This property is applicable only to Second Generation instances. |
| "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. |
| "kind": "A String", # This is always *sql#instance*. |
| }</pre> |
| </div> |
| |
| <div class="method"> |
| <code class="details" id="import_">import_(project, instance, body=None, x__xgafv=None)</code> |
| <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) |
| instance: string, Cloud SQL instance ID. This does not include the project ID. (required) |
| body: object, The request body. |
| The object takes the form of: |
| |
| { # Database instance import request. |
| "importContext": { # Database instance import context. # Contains details about the import operation. |
| "fileType": "A String", # The file type for the specified uri. *SQL*: The file contains SQL statements. *CSV*: The file contains CSV data. |
| "kind": "A String", # This is always *sql#importContext*. |
| "csvImportOptions": { # Options for importing data as CSV. |
| "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", |
| ], |
| "table": "A String", # The table to which CSV data is imported. |
| }, |
| "bakImportOptions": { # Import parameters specific to SQL Server .BAK files |
| "encryptionOptions": { |
| "pvkPath": "A String", # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file. |
| "certPath": "A String", # Path to the Certificate (.cer) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file. |
| "pvkPassword": "A String", # Password that encrypts the private key |
| }, |
| }, |
| "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. |
| "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. |
| }, |
| } |
| |
| x__xgafv: string, V1 error format. |
| Allowed values |
| 1 - v1 error format |
| 2 - v2 error format |
| |
| 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. |
| "kind": "A String", # 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. |
| "endTime": "A String", # The time this operation finished 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. |
| "errors": [ # The list of errors encountered while processing this operation. |
| { # Database instance operation error. |
| "code": "A String", # Identifies the specific error that occurred. |
| "kind": "A String", # This is always *sql#operationError*. |
| "message": "A String", # Additional information about the error encountered. |
| }, |
| ], |
| "kind": "A String", # This is always *sql#operationErrors*. |
| }, |
| "status": "A String", # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED* |
| "selfLink": "A String", # The URI of this resource. |
| "startTime": "A String", # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*. |
| "exportContext": { # Database instance export context. # The context for export operation, if applicable. |
| "csvExportOptions": { # Options for exporting data as CSV. |
| "selectQuery": "A String", # The select query used to extract the data. |
| }, |
| "fileType": "A String", # The file type for the specified uri. *SQL*: The file contains SQL statements. *CSV*: The file contains CSV data. |
| "kind": "A String", # This is always *sql#exportContext*. |
| "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. |
| "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:* You must specify one database to be exported. If *fileType* is *CSV*, this database must match the one specified in the *csvExportOptions.selectQuery* property. |
| "A String", |
| ], |
| "offload": True or False, # Option for export offload. |
| "sqlExportOptions": { # Options for exporting data as SQL statements. |
| "schemaOnly": True or False, # Export only schemas. |
| "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. |
| }, |
| }, |
| }, |
| "user": "A String", # The email address of the user who initiated this operation. |
| "targetId": "A String", # Name of the database instance related to this operation. |
| "insertTime": "A String", # The time this operation was enqueued in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*. |
| "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* |
| "targetProject": "A String", # The project ID of the target instance related to this operation. |
| "targetLink": "A String", |
| "importContext": { # Database instance import context. # The context for import operation, if applicable. |
| "fileType": "A String", # The file type for the specified uri. *SQL*: The file contains SQL statements. *CSV*: The file contains CSV data. |
| "kind": "A String", # This is always *sql#importContext*. |
| "csvImportOptions": { # Options for importing data as CSV. |
| "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", |
| ], |
| "table": "A String", # The table to which CSV data is imported. |
| }, |
| "bakImportOptions": { # Import parameters specific to SQL Server .BAK files |
| "encryptionOptions": { |
| "pvkPath": "A String", # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file. |
| "certPath": "A String", # Path to the Certificate (.cer) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file. |
| "pvkPassword": "A String", # Password that encrypts the private key |
| }, |
| }, |
| "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. |
| "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. |
| }, |
| }</pre> |
| </div> |
| |
| <div class="method"> |
| <code class="details" id="insert">insert(project, body=None, x__xgafv=None)</code> |
| <pre>Creates a new Cloud SQL instance. |
| |
| Args: |
| project: string, Project ID of the project to which the newly created Cloud SQL instances should belong. (required) |
| body: object, The request body. |
| The object takes the form of: |
| |
| { # A Cloud SQL instance resource. Next field: 36 |
| "project": "A String", # The project ID of the project containing the Cloud SQL instance. The Google apps domain is prefixed if applicable. |
| "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. The region cannot be changed after instance creation. |
| "settings": { # Database instance settings. # The user settings. |
| "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). |
| "kind": "A String", # This is always *sql#settings*. |
| "dataDiskType": "A String", # The type of data disk: PD_SSD (default) or PD_HDD. Not used for First Generation instances. |
| "authorizedGaeApplications": [ # The App Engine app IDs that can access this instance. (Deprecated) Applied to First Generation instances only. |
| "A String", |
| ], |
| "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. |
| "activeDirectoryConfig": { # Active Directory configuration, for now relevant only for SQL Server # Active Directory configuration, for now relevant only for SQL Server |
| "domain": "A String", # Domain name |
| "kind": "A String", # This will be always sql#activeDirectoryConfig. |
| }, |
| "crashSafeReplicationEnabled": True or False, # Configuration specific to read replica instances. Indicates whether database flags for crash-safe replication are enabled. This property was only applicable to First Generation instances. |
| "locationPreference": { # Preferred location. This specifies where a Cloud SQL instance is located, either in a specific Compute Engine zone, or co-located with an App Engine application. Note that if the preferred location is not available, the instance will be located as close as possible within the region. Only one location may be specified. # The location preference settings. This allows the instance to be located as near as possible to either an App Engine app or Compute Engine zone for better performance. App Engine co-location was only applicable to First Generation instances. |
| "kind": "A String", # This is always *sql#locationPreference*. |
| "zone": "A String", # The preferred Compute Engine zone (for example: us-central1-a, us-central1-b, etc.). |
| "followGaeApplication": "A String", # The App Engine application to follow, it must be in the same region as the Cloud SQL instance. |
| }, |
| "databaseReplicationEnabled": True or False, # Configuration specific to read replica instances. Indicates whether replication is enabled or not. |
| "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. |
| "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 SSL connections over IP are enforced or not. |
| "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. |
| "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 (for example: *192.168.100.0/24*). |
| { # An entry for an Access Control list. |
| "name": "A String", # Optional. A label to identify this entry. |
| "expirationTime": "A String", # The time when this access control entry expires in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*. |
| "value": "A String", # The allowlisted value for the access control list. |
| "kind": "A String", # This is always *sql#aclEntry*. |
| }, |
| ], |
| "ipv4Enabled": True or False, # Whether the instance is assigned a public IP address or not. |
| }, |
| "backupConfiguration": { # Database instance backup configuration. # The daily backup configuration for the instance. |
| "enabled": True or False, # Whether this configuration is enabled. |
| "pointInTimeRecoveryEnabled": True or False, # Reserved for future use. |
| "replicationLogArchivingEnabled": True or False, # Reserved for future use. |
| "startTime": "A String", # Start time for the daily backup configuration in UTC timezone in the 24 hour format - *HH:MM*. |
| "binaryLogEnabled": True or False, # (MySQL only) Whether binary log is enabled. If backup configuration is disabled, binarylog must be disabled as well. |
| "location": "A String", # Location of the backup |
| "kind": "A String", # This is always *sql#backupConfiguration*. |
| }, |
| "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. |
| "dataDiskSizeGb": "A String", # The size of data disk, in GB. The data disk size minimum is 10GB. |
| "databaseFlags": [ # The database flags passed to the instance at startup. |
| { # Database flags for Cloud SQL instances. |
| "value": "A String", # The value of the flag. Booleans are set to *on* for true and *off* for false. This field must be omitted if the flag doesn't take a value. |
| "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 are specified with underscores, not hyphens. For more information, see Configuring Database Flags in the Cloud SQL documentation. |
| }, |
| ], |
| "maintenanceWindow": { # Maintenance window. This specifies when a Cloud SQL instance is restarted for system maintenance purposes. # The maintenance window for this instance. This specifies when the instance can be restarted for maintenance purposes. |
| "kind": "A String", # This is always *sql#maintenanceWindow*. |
| "hour": 42, # hour of day - 0 to 23. |
| "updateTrack": "A String", # Maintenance timing setting: *canary* (Earlier) or *stable* (Later). Learn more. |
| "day": 42, # day of week (1-7), starting on Monday. |
| }, |
| "userLabels": { # User-provided labels, represented as a dictionary where each label is a single key value pair. |
| "a_key": "A String", |
| }, |
| "storageAutoResize": True or False, # Configuration to increase storage size automatically. The default value is true. |
| "availabilityType": "A String", # Availability type. Potential values: *ZONAL*: The instance serves data from only one zone. Outages in that zone affect data accessibility. *REGIONAL*: The instance can serve data from more than one zone in a region (it is highly available). For more information, see Overview of the High Availability Configuration. |
| "collation": "A String", # The name of server Instance collation. |
| "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. |
| "replicationType": "A String", # The type of replication this instance uses. This can be either *ASYNCHRONOUS* or *SYNCHRONOUS*. (Deprecated_ This property was only applicable to First Generation instances. |
| "denyMaintenancePeriods": [ # Deny maintenance periods |
| { # Deny Maintenance Periods. This specifies a date range during when all CSA rollout will be denied. |
| "startDate": "A String", # "deny maintenance period" start date. If the year of the start date is empty, the year of the end date also must be empty. In this case, it means the deny maintenance period recurs every year. The date is in format yyyy-mm-dd i.e., 2020-11-01, or mm-dd, i.e., 11-01 |
| "time": "A String", # Time in UTC when the "deny maintenance period" starts on start_date and ends on end_date. The time is in format: HH:mm:SS, i.e., 00:00:00 |
| "endDate": "A String", # "deny maintenance period" end date. If the year of the end date is empty, the year of the start date also must be empty. In this case, it means the deny maintenance period recurs every year. The date is in format yyyy-mm-dd i.e., 2020-11-01, or mm-dd, i.e., 11-01 |
| }, |
| ], |
| }, |
| "maxDiskSize": "A String", # The maximum disk size of the instance in bytes. |
| "rootPassword": "A String", # Initial root password. Use only on creation. |
| "databaseVersion": "A String", # The database engine type and version. The *databaseVersion* field cannot be changed after instance creation. MySQL instances: *MYSQL_8_0*, *MYSQL_5_7* (default), or *MYSQL_5_6*. PostgreSQL instances: *POSTGRES_9_6*, *POSTGRES_10*, *POSTGRES_11* or *POSTGRES_12* (default). SQL Server instances: *SQLSERVER_2017_STANDARD* (default), *SQLSERVER_2017_ENTERPRISE*, *SQLSERVER_2017_EXPRESS*, or *SQLSERVER_2017_WEB*. |
| "selfLink": "A String", # The URI of this resource. |
| "diskEncryptionConfiguration": { # Disk encryption configuration for an instance. # Disk encryption configuration specific to an instance. Applies only to Second Generation instances. |
| "kind": "A String", # This is always *sql#diskEncryptionConfiguration*. |
| "kmsKeyName": "A String", # Resource name of KMS key for disk encryption |
| }, |
| "currentDiskSize": "A String", # The current disk usage of the instance in bytes. This property has been deprecated. Use the "cloudsql.googleapis.com/database/disk/bytes_used" metric in Cloud Monitoring API instead. Please see this announcement for details. |
| "failoverReplica": { # The name and status of the failover replica. This property is applicable only to Second Generation instances. |
| "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. |
| "available": True or False, # The availability status of the failover replica. A false status indicates that the failover replica is out of sync. The primary instance can only failover to the failover replica when the status is true. |
| }, |
| "replicaNames": [ # The replicas of the instance. |
| "A String", |
| ], |
| "suspensionReason": [ # If the instance state is SUSPENDED, the reason for the suspension. |
| "A String", |
| ], |
| "connectionName": "A String", # Connection name of the Cloud SQL instance used in connection strings. |
| "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. *PENDING_CREATE*: The instance is being created. *MAINTENANCE*: The instance is down for maintenance. *FAILED*: The instance creation failed. *UNKNOWN_STATE*: The state of the instance is unknown. |
| "backendType": "A String", # *SECOND_GEN*: Cloud SQL database instance. *EXTERNAL*: A database server that is not managed by Google. This property is read-only; use the *tier* property in the *settings* object to determine the database type. |
| "name": "A String", # Name of the Cloud SQL instance. This does not include the project ID. |
| "diskEncryptionStatus": { # Disk encryption status for an instance. # Disk encryption status specific to an instance. Applies only to Second Generation instances. |
| "kind": "A String", # This is always *sql#diskEncryptionStatus*. |
| "kmsKeyVersionName": "A String", # KMS key version used to encrypt the Cloud SQL instance resource |
| }, |
| "onPremisesConfiguration": { # On-premises instance configuration. # Configuration specific to on-premises instances. |
| "dumpFilePath": "A String", # The dump file to create the Cloud SQL replica. |
| "password": "A String", # The password for connecting to on-premises instance. |
| "caCertificate": "A String", # PEM representation of the trusted CA's x509 certificate. |
| "kind": "A String", # This is always *sql#onPremisesConfiguration*. |
| "clientCertificate": "A String", # PEM representation of the replica's x509 certificate. |
| "clientKey": "A String", # PEM representation of the replica's private key. The corresponsing public key is encoded in the client's certificate. |
| "hostPort": "A String", # The host and port of the on-premises instance in host:port format |
| "username": "A String", # The username for connecting to on-premises instance. |
| }, |
| "replicaConfiguration": { # Read-replica configuration for connecting to the primary instance. # Configuration specific to failover replicas and read replicas. |
| "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 primary instance fails, the replica instance will be promoted as the new primary instance. Only one replica can be specified as failover target, and the replica has to be in different zone with the primary instance. |
| "mysqlReplicaConfiguration": { # Read-replica configuration specific to MySQL databases. # MySQL specific configuration when replicating from a MySQL on-premises primary instance. Replication configuration information such as the username, password, certificates, and keys are not stored in the instance metadata. The configuration information is used only to set up the replication connection and is stored by MySQL in a file named *master.info* in the data directory. |
| "verifyServerCertificate": True or False, # Whether or not to check the primary instance's Common Name value in the certificate that it sends during the SSL handshake. |
| "username": "A String", # The username for the replication connection. |
| "masterHeartbeatPeriod": "A String", # Interval in milliseconds between replication heartbeats. |
| "connectRetryInterval": 42, # Seconds to wait between connect retries. MySQL's default is 60 seconds. |
| "clientCertificate": "A String", # PEM representation of the replica's x509 certificate. |
| "clientKey": "A String", # PEM representation of the replica's private key. The corresponsing public key is encoded in the client's certificate. |
| "password": "A String", # The password for the replication connection. |
| "caCertificate": "A String", # PEM representation of the trusted CA's x509 certificate. |
| "dumpFilePath": "A String", # Path to a SQL dump file in Google Cloud Storage from which the replica instance is to be created. The URI is in the form gs://bucketName/fileName. Compressed gzip files (.gz) are also supported. Dumps have the binlog co-ordinates from which replication begins. This can be accomplished by setting --master-data to 1 when using mysqldump. |
| "kind": "A String", # This is always *sql#mysqlReplicaConfiguration*. |
| "sslCipher": "A String", # A list of permissible ciphers to use for SSL encryption. |
| }, |
| "kind": "A String", # This is always *sql#replicaConfiguration*. |
| }, |
| "serverCaCert": { # SslCerts Resource # SSL configuration. |
| "commonName": "A String", # User supplied name. Constrained to [a-zA-Z.-_ ]+. |
| "selfLink": "A String", # The URI of this resource. |
| "instance": "A String", # Name of the database instance. |
| "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* |
| "kind": "A String", # This is always *sql#sslCert*. |
| "cert": "A String", # PEM representation. |
| "certSerialNumber": "A String", # Serial number, as extracted from the certificate. |
| "sha1Fingerprint": "A String", # Sha1 Fingerprint. |
| }, |
| "etag": "A String", # This field is deprecated and will be removed from a future version of the API. Use the *settings.settingsVersion* field instead. |
| "ipAddresses": [ # The assigned IP addresses for the instance. |
| { # Database instance IP Mapping. |
| "ipAddress": "A String", # The IP address assigned. |
| "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. |
| "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. |
| }, |
| ], |
| "scheduledMaintenance": { # Any scheduled maintenancce for this instance. # The start time of any upcoming scheduled maintenance for this instance. |
| "canReschedule": True or False, # If the scheduled maintenance can be rescheduled. |
| "canDefer": True or False, |
| "startTime": "A String", # The start time of any upcoming scheduled maintenance for this instance. |
| }, |
| "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 primary instance. *ON_PREMISES_INSTANCE*: An instance running on the customer's premises. *READ_REPLICA_INSTANCE*: A Cloud SQL instance configured as a read-replica. |
| "masterInstanceName": "A String", # The name of the instance which will act as primary in the replication setup. |
| "ipv6Address": "A String", # The IPv6 address assigned to the instance. (Deprecated) This property was applicable only to First Generation instances. |
| "serviceAccountEmailAddress": "A String", # The service account email address assigned to the instance. This property is applicable only to Second Generation instances. |
| "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. |
| "kind": "A String", # This is always *sql#instance*. |
| } |
| |
| x__xgafv: string, V1 error format. |
| Allowed values |
| 1 - v1 error format |
| 2 - v2 error format |
| |
| 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. |
| "kind": "A String", # 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. |
| "endTime": "A String", # The time this operation finished 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. |
| "errors": [ # The list of errors encountered while processing this operation. |
| { # Database instance operation error. |
| "code": "A String", # Identifies the specific error that occurred. |
| "kind": "A String", # This is always *sql#operationError*. |
| "message": "A String", # Additional information about the error encountered. |
| }, |
| ], |
| "kind": "A String", # This is always *sql#operationErrors*. |
| }, |
| "status": "A String", # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED* |
| "selfLink": "A String", # The URI of this resource. |
| "startTime": "A String", # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*. |
| "exportContext": { # Database instance export context. # The context for export operation, if applicable. |
| "csvExportOptions": { # Options for exporting data as CSV. |
| "selectQuery": "A String", # The select query used to extract the data. |
| }, |
| "fileType": "A String", # The file type for the specified uri. *SQL*: The file contains SQL statements. *CSV*: The file contains CSV data. |
| "kind": "A String", # This is always *sql#exportContext*. |
| "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. |
| "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:* You must specify one database to be exported. If *fileType* is *CSV*, this database must match the one specified in the *csvExportOptions.selectQuery* property. |
| "A String", |
| ], |
| "offload": True or False, # Option for export offload. |
| "sqlExportOptions": { # Options for exporting data as SQL statements. |
| "schemaOnly": True or False, # Export only schemas. |
| "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. |
| }, |
| }, |
| }, |
| "user": "A String", # The email address of the user who initiated this operation. |
| "targetId": "A String", # Name of the database instance related to this operation. |
| "insertTime": "A String", # The time this operation was enqueued in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*. |
| "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* |
| "targetProject": "A String", # The project ID of the target instance related to this operation. |
| "targetLink": "A String", |
| "importContext": { # Database instance import context. # The context for import operation, if applicable. |
| "fileType": "A String", # The file type for the specified uri. *SQL*: The file contains SQL statements. *CSV*: The file contains CSV data. |
| "kind": "A String", # This is always *sql#importContext*. |
| "csvImportOptions": { # Options for importing data as CSV. |
| "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", |
| ], |
| "table": "A String", # The table to which CSV data is imported. |
| }, |
| "bakImportOptions": { # Import parameters specific to SQL Server .BAK files |
| "encryptionOptions": { |
| "pvkPath": "A String", # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file. |
| "certPath": "A String", # Path to the Certificate (.cer) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file. |
| "pvkPassword": "A String", # Password that encrypts the private key |
| }, |
| }, |
| "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. |
| "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. |
| }, |
| }</pre> |
| </div> |
| |
| <div class="method"> |
| <code class="details" id="list">list(project, maxResults=None, filter=None, pageToken=None, x__xgafv=None)</code> |
| <pre>Lists instances under a given project. |
| |
| Args: |
| project: string, Project ID of the project for which to list Cloud SQL instances. (required) |
| maxResults: integer, The maximum number of results to return per response. |
| filter: string, A filter expression that filters resources listed in the response. The expression is in the form of field:value. For example, 'instanceType:CLOUD_SQL_INSTANCE'. Fields can be nested as needed as per their JSON representation, such as 'settings.userLabels.auto_start:true'. Multiple filter queries are space-separated. For example. 'state:RUNNABLE instanceType:CLOUD_SQL_INSTANCE'. By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. |
| pageToken: string, A previously-returned page token representing part of the larger set of results to view. |
| x__xgafv: string, V1 error format. |
| Allowed values |
| 1 - v1 error format |
| 2 - v2 error format |
| |
| Returns: |
| An object of the form: |
| |
| { # Database instances list response. |
| "kind": "A String", # This is always *sql#instancesList*. |
| "items": [ # List of database instance resources. |
| { # A Cloud SQL instance resource. Next field: 36 |
| "project": "A String", # The project ID of the project containing the Cloud SQL instance. The Google apps domain is prefixed if applicable. |
| "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. The region cannot be changed after instance creation. |
| "settings": { # Database instance settings. # The user settings. |
| "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). |
| "kind": "A String", # This is always *sql#settings*. |
| "dataDiskType": "A String", # The type of data disk: PD_SSD (default) or PD_HDD. Not used for First Generation instances. |
| "authorizedGaeApplications": [ # The App Engine app IDs that can access this instance. (Deprecated) Applied to First Generation instances only. |
| "A String", |
| ], |
| "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. |
| "activeDirectoryConfig": { # Active Directory configuration, for now relevant only for SQL Server # Active Directory configuration, for now relevant only for SQL Server |
| "domain": "A String", # Domain name |
| "kind": "A String", # This will be always sql#activeDirectoryConfig. |
| }, |
| "crashSafeReplicationEnabled": True or False, # Configuration specific to read replica instances. Indicates whether database flags for crash-safe replication are enabled. This property was only applicable to First Generation instances. |
| "locationPreference": { # Preferred location. This specifies where a Cloud SQL instance is located, either in a specific Compute Engine zone, or co-located with an App Engine application. Note that if the preferred location is not available, the instance will be located as close as possible within the region. Only one location may be specified. # The location preference settings. This allows the instance to be located as near as possible to either an App Engine app or Compute Engine zone for better performance. App Engine co-location was only applicable to First Generation instances. |
| "kind": "A String", # This is always *sql#locationPreference*. |
| "zone": "A String", # The preferred Compute Engine zone (for example: us-central1-a, us-central1-b, etc.). |
| "followGaeApplication": "A String", # The App Engine application to follow, it must be in the same region as the Cloud SQL instance. |
| }, |
| "databaseReplicationEnabled": True or False, # Configuration specific to read replica instances. Indicates whether replication is enabled or not. |
| "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. |
| "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 SSL connections over IP are enforced or not. |
| "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. |
| "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 (for example: *192.168.100.0/24*). |
| { # An entry for an Access Control list. |
| "name": "A String", # Optional. A label to identify this entry. |
| "expirationTime": "A String", # The time when this access control entry expires in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*. |
| "value": "A String", # The allowlisted value for the access control list. |
| "kind": "A String", # This is always *sql#aclEntry*. |
| }, |
| ], |
| "ipv4Enabled": True or False, # Whether the instance is assigned a public IP address or not. |
| }, |
| "backupConfiguration": { # Database instance backup configuration. # The daily backup configuration for the instance. |
| "enabled": True or False, # Whether this configuration is enabled. |
| "pointInTimeRecoveryEnabled": True or False, # Reserved for future use. |
| "replicationLogArchivingEnabled": True or False, # Reserved for future use. |
| "startTime": "A String", # Start time for the daily backup configuration in UTC timezone in the 24 hour format - *HH:MM*. |
| "binaryLogEnabled": True or False, # (MySQL only) Whether binary log is enabled. If backup configuration is disabled, binarylog must be disabled as well. |
| "location": "A String", # Location of the backup |
| "kind": "A String", # This is always *sql#backupConfiguration*. |
| }, |
| "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. |
| "dataDiskSizeGb": "A String", # The size of data disk, in GB. The data disk size minimum is 10GB. |
| "databaseFlags": [ # The database flags passed to the instance at startup. |
| { # Database flags for Cloud SQL instances. |
| "value": "A String", # The value of the flag. Booleans are set to *on* for true and *off* for false. This field must be omitted if the flag doesn't take a value. |
| "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 are specified with underscores, not hyphens. For more information, see Configuring Database Flags in the Cloud SQL documentation. |
| }, |
| ], |
| "maintenanceWindow": { # Maintenance window. This specifies when a Cloud SQL instance is restarted for system maintenance purposes. # The maintenance window for this instance. This specifies when the instance can be restarted for maintenance purposes. |
| "kind": "A String", # This is always *sql#maintenanceWindow*. |
| "hour": 42, # hour of day - 0 to 23. |
| "updateTrack": "A String", # Maintenance timing setting: *canary* (Earlier) or *stable* (Later). Learn more. |
| "day": 42, # day of week (1-7), starting on Monday. |
| }, |
| "userLabels": { # User-provided labels, represented as a dictionary where each label is a single key value pair. |
| "a_key": "A String", |
| }, |
| "storageAutoResize": True or False, # Configuration to increase storage size automatically. The default value is true. |
| "availabilityType": "A String", # Availability type. Potential values: *ZONAL*: The instance serves data from only one zone. Outages in that zone affect data accessibility. *REGIONAL*: The instance can serve data from more than one zone in a region (it is highly available). For more information, see Overview of the High Availability Configuration. |
| "collation": "A String", # The name of server Instance collation. |
| "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. |
| "replicationType": "A String", # The type of replication this instance uses. This can be either *ASYNCHRONOUS* or *SYNCHRONOUS*. (Deprecated_ This property was only applicable to First Generation instances. |
| "denyMaintenancePeriods": [ # Deny maintenance periods |
| { # Deny Maintenance Periods. This specifies a date range during when all CSA rollout will be denied. |
| "startDate": "A String", # "deny maintenance period" start date. If the year of the start date is empty, the year of the end date also must be empty. In this case, it means the deny maintenance period recurs every year. The date is in format yyyy-mm-dd i.e., 2020-11-01, or mm-dd, i.e., 11-01 |
| "time": "A String", # Time in UTC when the "deny maintenance period" starts on start_date and ends on end_date. The time is in format: HH:mm:SS, i.e., 00:00:00 |
| "endDate": "A String", # "deny maintenance period" end date. If the year of the end date is empty, the year of the start date also must be empty. In this case, it means the deny maintenance period recurs every year. The date is in format yyyy-mm-dd i.e., 2020-11-01, or mm-dd, i.e., 11-01 |
| }, |
| ], |
| }, |
| "maxDiskSize": "A String", # The maximum disk size of the instance in bytes. |
| "rootPassword": "A String", # Initial root password. Use only on creation. |
| "databaseVersion": "A String", # The database engine type and version. The *databaseVersion* field cannot be changed after instance creation. MySQL instances: *MYSQL_8_0*, *MYSQL_5_7* (default), or *MYSQL_5_6*. PostgreSQL instances: *POSTGRES_9_6*, *POSTGRES_10*, *POSTGRES_11* or *POSTGRES_12* (default). SQL Server instances: *SQLSERVER_2017_STANDARD* (default), *SQLSERVER_2017_ENTERPRISE*, *SQLSERVER_2017_EXPRESS*, or *SQLSERVER_2017_WEB*. |
| "selfLink": "A String", # The URI of this resource. |
| "diskEncryptionConfiguration": { # Disk encryption configuration for an instance. # Disk encryption configuration specific to an instance. Applies only to Second Generation instances. |
| "kind": "A String", # This is always *sql#diskEncryptionConfiguration*. |
| "kmsKeyName": "A String", # Resource name of KMS key for disk encryption |
| }, |
| "currentDiskSize": "A String", # The current disk usage of the instance in bytes. This property has been deprecated. Use the "cloudsql.googleapis.com/database/disk/bytes_used" metric in Cloud Monitoring API instead. Please see this announcement for details. |
| "failoverReplica": { # The name and status of the failover replica. This property is applicable only to Second Generation instances. |
| "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. |
| "available": True or False, # The availability status of the failover replica. A false status indicates that the failover replica is out of sync. The primary instance can only failover to the failover replica when the status is true. |
| }, |
| "replicaNames": [ # The replicas of the instance. |
| "A String", |
| ], |
| "suspensionReason": [ # If the instance state is SUSPENDED, the reason for the suspension. |
| "A String", |
| ], |
| "connectionName": "A String", # Connection name of the Cloud SQL instance used in connection strings. |
| "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. *PENDING_CREATE*: The instance is being created. *MAINTENANCE*: The instance is down for maintenance. *FAILED*: The instance creation failed. *UNKNOWN_STATE*: The state of the instance is unknown. |
| "backendType": "A String", # *SECOND_GEN*: Cloud SQL database instance. *EXTERNAL*: A database server that is not managed by Google. This property is read-only; use the *tier* property in the *settings* object to determine the database type. |
| "name": "A String", # Name of the Cloud SQL instance. This does not include the project ID. |
| "diskEncryptionStatus": { # Disk encryption status for an instance. # Disk encryption status specific to an instance. Applies only to Second Generation instances. |
| "kind": "A String", # This is always *sql#diskEncryptionStatus*. |
| "kmsKeyVersionName": "A String", # KMS key version used to encrypt the Cloud SQL instance resource |
| }, |
| "onPremisesConfiguration": { # On-premises instance configuration. # Configuration specific to on-premises instances. |
| "dumpFilePath": "A String", # The dump file to create the Cloud SQL replica. |
| "password": "A String", # The password for connecting to on-premises instance. |
| "caCertificate": "A String", # PEM representation of the trusted CA's x509 certificate. |
| "kind": "A String", # This is always *sql#onPremisesConfiguration*. |
| "clientCertificate": "A String", # PEM representation of the replica's x509 certificate. |
| "clientKey": "A String", # PEM representation of the replica's private key. The corresponsing public key is encoded in the client's certificate. |
| "hostPort": "A String", # The host and port of the on-premises instance in host:port format |
| "username": "A String", # The username for connecting to on-premises instance. |
| }, |
| "replicaConfiguration": { # Read-replica configuration for connecting to the primary instance. # Configuration specific to failover replicas and read replicas. |
| "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 primary instance fails, the replica instance will be promoted as the new primary instance. Only one replica can be specified as failover target, and the replica has to be in different zone with the primary instance. |
| "mysqlReplicaConfiguration": { # Read-replica configuration specific to MySQL databases. # MySQL specific configuration when replicating from a MySQL on-premises primary instance. Replication configuration information such as the username, password, certificates, and keys are not stored in the instance metadata. The configuration information is used only to set up the replication connection and is stored by MySQL in a file named *master.info* in the data directory. |
| "verifyServerCertificate": True or False, # Whether or not to check the primary instance's Common Name value in the certificate that it sends during the SSL handshake. |
| "username": "A String", # The username for the replication connection. |
| "masterHeartbeatPeriod": "A String", # Interval in milliseconds between replication heartbeats. |
| "connectRetryInterval": 42, # Seconds to wait between connect retries. MySQL's default is 60 seconds. |
| "clientCertificate": "A String", # PEM representation of the replica's x509 certificate. |
| "clientKey": "A String", # PEM representation of the replica's private key. The corresponsing public key is encoded in the client's certificate. |
| "password": "A String", # The password for the replication connection. |
| "caCertificate": "A String", # PEM representation of the trusted CA's x509 certificate. |
| "dumpFilePath": "A String", # Path to a SQL dump file in Google Cloud Storage from which the replica instance is to be created. The URI is in the form gs://bucketName/fileName. Compressed gzip files (.gz) are also supported. Dumps have the binlog co-ordinates from which replication begins. This can be accomplished by setting --master-data to 1 when using mysqldump. |
| "kind": "A String", # This is always *sql#mysqlReplicaConfiguration*. |
| "sslCipher": "A String", # A list of permissible ciphers to use for SSL encryption. |
| }, |
| "kind": "A String", # This is always *sql#replicaConfiguration*. |
| }, |
| "serverCaCert": { # SslCerts Resource # SSL configuration. |
| "commonName": "A String", # User supplied name. Constrained to [a-zA-Z.-_ ]+. |
| "selfLink": "A String", # The URI of this resource. |
| "instance": "A String", # Name of the database instance. |
| "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* |
| "kind": "A String", # This is always *sql#sslCert*. |
| "cert": "A String", # PEM representation. |
| "certSerialNumber": "A String", # Serial number, as extracted from the certificate. |
| "sha1Fingerprint": "A String", # Sha1 Fingerprint. |
| }, |
| "etag": "A String", # This field is deprecated and will be removed from a future version of the API. Use the *settings.settingsVersion* field instead. |
| "ipAddresses": [ # The assigned IP addresses for the instance. |
| { # Database instance IP Mapping. |
| "ipAddress": "A String", # The IP address assigned. |
| "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. |
| "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. |
| }, |
| ], |
| "scheduledMaintenance": { # Any scheduled maintenancce for this instance. # The start time of any upcoming scheduled maintenance for this instance. |
| "canReschedule": True or False, # If the scheduled maintenance can be rescheduled. |
| "canDefer": True or False, |
| "startTime": "A String", # The start time of any upcoming scheduled maintenance for this instance. |
| }, |
| "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 primary instance. *ON_PREMISES_INSTANCE*: An instance running on the customer's premises. *READ_REPLICA_INSTANCE*: A Cloud SQL instance configured as a read-replica. |
| "masterInstanceName": "A String", # The name of the instance which will act as primary in the replication setup. |
| "ipv6Address": "A String", # The IPv6 address assigned to the instance. (Deprecated) This property was applicable only to First Generation instances. |
| "serviceAccountEmailAddress": "A String", # The service account email address assigned to the instance. This property is applicable only to Second Generation instances. |
| "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. |
| "kind": "A String", # This is always *sql#instance*. |
| }, |
| ], |
| "warnings": [ # List of warnings that occurred 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. |
| }, |
| ], |
| "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. |
| }</pre> |
| </div> |
| |
| <div class="method"> |
| <code class="details" id="listServerCas">listServerCas(project, instance, x__xgafv=None)</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) |
| x__xgafv: string, V1 error format. |
| Allowed values |
| 1 - v1 error format |
| 2 - v2 error format |
| |
| Returns: |
| An object of the form: |
| |
| { # Instances ListServerCas response. |
| "kind": "A String", # This is always *sql#instancesListServerCas*. |
| "activeVersion": "A String", |
| "certs": [ # List of server CA certificates for the instance. |
| { # SslCerts Resource |
| "commonName": "A String", # User supplied name. Constrained to [a-zA-Z.-_ ]+. |
| "selfLink": "A String", # The URI of this resource. |
| "instance": "A String", # Name of the database instance. |
| "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* |
| "kind": "A String", # This is always *sql#sslCert*. |
| "cert": "A String", # PEM representation. |
| "certSerialNumber": "A String", # Serial number, as extracted from the certificate. |
| "sha1Fingerprint": "A String", # Sha1 Fingerprint. |
| }, |
| ], |
| }</pre> |
| </div> |
| |
| <div class="method"> |
| <code class="details" id="list_next">list_next(previous_request, previous_response)</code> |
| <pre>Retrieves the next page of results. |
| |
| Args: |
| previous_request: The request for the previous page. (required) |
| previous_response: The response from the request for the previous page. (required) |
| |
| Returns: |
| A request object that you can call 'execute()' on to request the next |
| page. Returns None if there are no more items in the collection. |
| </pre> |
| </div> |
| |
| <div class="method"> |
| <code class="details" id="patch">patch(project, instance, body=None, x__xgafv=None)</code> |
| <pre>Updates settings of a Cloud SQL instance. This method supports patch semantics. |
| |
| 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. |
| The object takes the form of: |
| |
| { # A Cloud SQL instance resource. Next field: 36 |
| "project": "A String", # The project ID of the project containing the Cloud SQL instance. The Google apps domain is prefixed if applicable. |
| "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. The region cannot be changed after instance creation. |
| "settings": { # Database instance settings. # The user settings. |
| "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). |
| "kind": "A String", # This is always *sql#settings*. |
| "dataDiskType": "A String", # The type of data disk: PD_SSD (default) or PD_HDD. Not used for First Generation instances. |
| "authorizedGaeApplications": [ # The App Engine app IDs that can access this instance. (Deprecated) Applied to First Generation instances only. |
| "A String", |
| ], |
| "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. |
| "activeDirectoryConfig": { # Active Directory configuration, for now relevant only for SQL Server # Active Directory configuration, for now relevant only for SQL Server |
| "domain": "A String", # Domain name |
| "kind": "A String", # This will be always sql#activeDirectoryConfig. |
| }, |
| "crashSafeReplicationEnabled": True or False, # Configuration specific to read replica instances. Indicates whether database flags for crash-safe replication are enabled. This property was only applicable to First Generation instances. |
| "locationPreference": { # Preferred location. This specifies where a Cloud SQL instance is located, either in a specific Compute Engine zone, or co-located with an App Engine application. Note that if the preferred location is not available, the instance will be located as close as possible within the region. Only one location may be specified. # The location preference settings. This allows the instance to be located as near as possible to either an App Engine app or Compute Engine zone for better performance. App Engine co-location was only applicable to First Generation instances. |
| "kind": "A String", # This is always *sql#locationPreference*. |
| "zone": "A String", # The preferred Compute Engine zone (for example: us-central1-a, us-central1-b, etc.). |
| "followGaeApplication": "A String", # The App Engine application to follow, it must be in the same region as the Cloud SQL instance. |
| }, |
| "databaseReplicationEnabled": True or False, # Configuration specific to read replica instances. Indicates whether replication is enabled or not. |
| "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. |
| "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 SSL connections over IP are enforced or not. |
| "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. |
| "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 (for example: *192.168.100.0/24*). |
| { # An entry for an Access Control list. |
| "name": "A String", # Optional. A label to identify this entry. |
| "expirationTime": "A String", # The time when this access control entry expires in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*. |
| "value": "A String", # The allowlisted value for the access control list. |
| "kind": "A String", # This is always *sql#aclEntry*. |
| }, |
| ], |
| "ipv4Enabled": True or False, # Whether the instance is assigned a public IP address or not. |
| }, |
| "backupConfiguration": { # Database instance backup configuration. # The daily backup configuration for the instance. |
| "enabled": True or False, # Whether this configuration is enabled. |
| "pointInTimeRecoveryEnabled": True or False, # Reserved for future use. |
| "replicationLogArchivingEnabled": True or False, # Reserved for future use. |
| "startTime": "A String", # Start time for the daily backup configuration in UTC timezone in the 24 hour format - *HH:MM*. |
| "binaryLogEnabled": True or False, # (MySQL only) Whether binary log is enabled. If backup configuration is disabled, binarylog must be disabled as well. |
| "location": "A String", # Location of the backup |
| "kind": "A String", # This is always *sql#backupConfiguration*. |
| }, |
| "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. |
| "dataDiskSizeGb": "A String", # The size of data disk, in GB. The data disk size minimum is 10GB. |
| "databaseFlags": [ # The database flags passed to the instance at startup. |
| { # Database flags for Cloud SQL instances. |
| "value": "A String", # The value of the flag. Booleans are set to *on* for true and *off* for false. This field must be omitted if the flag doesn't take a value. |
| "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 are specified with underscores, not hyphens. For more information, see Configuring Database Flags in the Cloud SQL documentation. |
| }, |
| ], |
| "maintenanceWindow": { # Maintenance window. This specifies when a Cloud SQL instance is restarted for system maintenance purposes. # The maintenance window for this instance. This specifies when the instance can be restarted for maintenance purposes. |
| "kind": "A String", # This is always *sql#maintenanceWindow*. |
| "hour": 42, # hour of day - 0 to 23. |
| "updateTrack": "A String", # Maintenance timing setting: *canary* (Earlier) or *stable* (Later). Learn more. |
| "day": 42, # day of week (1-7), starting on Monday. |
| }, |
| "userLabels": { # User-provided labels, represented as a dictionary where each label is a single key value pair. |
| "a_key": "A String", |
| }, |
| "storageAutoResize": True or False, # Configuration to increase storage size automatically. The default value is true. |
| "availabilityType": "A String", # Availability type. Potential values: *ZONAL*: The instance serves data from only one zone. Outages in that zone affect data accessibility. *REGIONAL*: The instance can serve data from more than one zone in a region (it is highly available). For more information, see Overview of the High Availability Configuration. |
| "collation": "A String", # The name of server Instance collation. |
| "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. |
| "replicationType": "A String", # The type of replication this instance uses. This can be either *ASYNCHRONOUS* or *SYNCHRONOUS*. (Deprecated_ This property was only applicable to First Generation instances. |
| "denyMaintenancePeriods": [ # Deny maintenance periods |
| { # Deny Maintenance Periods. This specifies a date range during when all CSA rollout will be denied. |
| "startDate": "A String", # "deny maintenance period" start date. If the year of the start date is empty, the year of the end date also must be empty. In this case, it means the deny maintenance period recurs every year. The date is in format yyyy-mm-dd i.e., 2020-11-01, or mm-dd, i.e., 11-01 |
| "time": "A String", # Time in UTC when the "deny maintenance period" starts on start_date and ends on end_date. The time is in format: HH:mm:SS, i.e., 00:00:00 |
| "endDate": "A String", # "deny maintenance period" end date. If the year of the end date is empty, the year of the start date also must be empty. In this case, it means the deny maintenance period recurs every year. The date is in format yyyy-mm-dd i.e., 2020-11-01, or mm-dd, i.e., 11-01 |
| }, |
| ], |
| }, |
| "maxDiskSize": "A String", # The maximum disk size of the instance in bytes. |
| "rootPassword": "A String", # Initial root password. Use only on creation. |
| "databaseVersion": "A String", # The database engine type and version. The *databaseVersion* field cannot be changed after instance creation. MySQL instances: *MYSQL_8_0*, *MYSQL_5_7* (default), or *MYSQL_5_6*. PostgreSQL instances: *POSTGRES_9_6*, *POSTGRES_10*, *POSTGRES_11* or *POSTGRES_12* (default). SQL Server instances: *SQLSERVER_2017_STANDARD* (default), *SQLSERVER_2017_ENTERPRISE*, *SQLSERVER_2017_EXPRESS*, or *SQLSERVER_2017_WEB*. |
| "selfLink": "A String", # The URI of this resource. |
| "diskEncryptionConfiguration": { # Disk encryption configuration for an instance. # Disk encryption configuration specific to an instance. Applies only to Second Generation instances. |
| "kind": "A String", # This is always *sql#diskEncryptionConfiguration*. |
| "kmsKeyName": "A String", # Resource name of KMS key for disk encryption |
| }, |
| "currentDiskSize": "A String", # The current disk usage of the instance in bytes. This property has been deprecated. Use the "cloudsql.googleapis.com/database/disk/bytes_used" metric in Cloud Monitoring API instead. Please see this announcement for details. |
| "failoverReplica": { # The name and status of the failover replica. This property is applicable only to Second Generation instances. |
| "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. |
| "available": True or False, # The availability status of the failover replica. A false status indicates that the failover replica is out of sync. The primary instance can only failover to the failover replica when the status is true. |
| }, |
| "replicaNames": [ # The replicas of the instance. |
| "A String", |
| ], |
| "suspensionReason": [ # If the instance state is SUSPENDED, the reason for the suspension. |
| "A String", |
| ], |
| "connectionName": "A String", # Connection name of the Cloud SQL instance used in connection strings. |
| "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. *PENDING_CREATE*: The instance is being created. *MAINTENANCE*: The instance is down for maintenance. *FAILED*: The instance creation failed. *UNKNOWN_STATE*: The state of the instance is unknown. |
| "backendType": "A String", # *SECOND_GEN*: Cloud SQL database instance. *EXTERNAL*: A database server that is not managed by Google. This property is read-only; use the *tier* property in the *settings* object to determine the database type. |
| "name": "A String", # Name of the Cloud SQL instance. This does not include the project ID. |
| "diskEncryptionStatus": { # Disk encryption status for an instance. # Disk encryption status specific to an instance. Applies only to Second Generation instances. |
| "kind": "A String", # This is always *sql#diskEncryptionStatus*. |
| "kmsKeyVersionName": "A String", # KMS key version used to encrypt the Cloud SQL instance resource |
| }, |
| "onPremisesConfiguration": { # On-premises instance configuration. # Configuration specific to on-premises instances. |
| "dumpFilePath": "A String", # The dump file to create the Cloud SQL replica. |
| "password": "A String", # The password for connecting to on-premises instance. |
| "caCertificate": "A String", # PEM representation of the trusted CA's x509 certificate. |
| "kind": "A String", # This is always *sql#onPremisesConfiguration*. |
| "clientCertificate": "A String", # PEM representation of the replica's x509 certificate. |
| "clientKey": "A String", # PEM representation of the replica's private key. The corresponsing public key is encoded in the client's certificate. |
| "hostPort": "A String", # The host and port of the on-premises instance in host:port format |
| "username": "A String", # The username for connecting to on-premises instance. |
| }, |
| "replicaConfiguration": { # Read-replica configuration for connecting to the primary instance. # Configuration specific to failover replicas and read replicas. |
| "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 primary instance fails, the replica instance will be promoted as the new primary instance. Only one replica can be specified as failover target, and the replica has to be in different zone with the primary instance. |
| "mysqlReplicaConfiguration": { # Read-replica configuration specific to MySQL databases. # MySQL specific configuration when replicating from a MySQL on-premises primary instance. Replication configuration information such as the username, password, certificates, and keys are not stored in the instance metadata. The configuration information is used only to set up the replication connection and is stored by MySQL in a file named *master.info* in the data directory. |
| "verifyServerCertificate": True or False, # Whether or not to check the primary instance's Common Name value in the certificate that it sends during the SSL handshake. |
| "username": "A String", # The username for the replication connection. |
| "masterHeartbeatPeriod": "A String", # Interval in milliseconds between replication heartbeats. |
| "connectRetryInterval": 42, # Seconds to wait between connect retries. MySQL's default is 60 seconds. |
| "clientCertificate": "A String", # PEM representation of the replica's x509 certificate. |
| "clientKey": "A String", # PEM representation of the replica's private key. The corresponsing public key is encoded in the client's certificate. |
| "password": "A String", # The password for the replication connection. |
| "caCertificate": "A String", # PEM representation of the trusted CA's x509 certificate. |
| "dumpFilePath": "A String", # Path to a SQL dump file in Google Cloud Storage from which the replica instance is to be created. The URI is in the form gs://bucketName/fileName. Compressed gzip files (.gz) are also supported. Dumps have the binlog co-ordinates from which replication begins. This can be accomplished by setting --master-data to 1 when using mysqldump. |
| "kind": "A String", # This is always *sql#mysqlReplicaConfiguration*. |
| "sslCipher": "A String", # A list of permissible ciphers to use for SSL encryption. |
| }, |
| "kind": "A String", # This is always *sql#replicaConfiguration*. |
| }, |
| "serverCaCert": { # SslCerts Resource # SSL configuration. |
| "commonName": "A String", # User supplied name. Constrained to [a-zA-Z.-_ ]+. |
| "selfLink": "A String", # The URI of this resource. |
| "instance": "A String", # Name of the database instance. |
| "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* |
| "kind": "A String", # This is always *sql#sslCert*. |
| "cert": "A String", # PEM representation. |
| "certSerialNumber": "A String", # Serial number, as extracted from the certificate. |
| "sha1Fingerprint": "A String", # Sha1 Fingerprint. |
| }, |
| "etag": "A String", # This field is deprecated and will be removed from a future version of the API. Use the *settings.settingsVersion* field instead. |
| "ipAddresses": [ # The assigned IP addresses for the instance. |
| { # Database instance IP Mapping. |
| "ipAddress": "A String", # The IP address assigned. |
| "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. |
| "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. |
| }, |
| ], |
| "scheduledMaintenance": { # Any scheduled maintenancce for this instance. # The start time of any upcoming scheduled maintenance for this instance. |
| "canReschedule": True or False, # If the scheduled maintenance can be rescheduled. |
| "canDefer": True or False, |
| "startTime": "A String", # The start time of any upcoming scheduled maintenance for this instance. |
| }, |
| "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 primary instance. *ON_PREMISES_INSTANCE*: An instance running on the customer's premises. *READ_REPLICA_INSTANCE*: A Cloud SQL instance configured as a read-replica. |
| "masterInstanceName": "A String", # The name of the instance which will act as primary in the replication setup. |
| "ipv6Address": "A String", # The IPv6 address assigned to the instance. (Deprecated) This property was applicable only to First Generation instances. |
| "serviceAccountEmailAddress": "A String", # The service account email address assigned to the instance. This property is applicable only to Second Generation instances. |
| "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. |
| "kind": "A String", # This is always *sql#instance*. |
| } |
| |
| x__xgafv: string, V1 error format. |
| Allowed values |
| 1 - v1 error format |
| 2 - v2 error format |
| |
| 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. |
| "kind": "A String", # 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. |
| "endTime": "A String", # The time this operation finished 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. |
| "errors": [ # The list of errors encountered while processing this operation. |
| { # Database instance operation error. |
| "code": "A String", # Identifies the specific error that occurred. |
| "kind": "A String", # This is always *sql#operationError*. |
| "message": "A String", # Additional information about the error encountered. |
| }, |
| ], |
| "kind": "A String", # This is always *sql#operationErrors*. |
| }, |
| "status": "A String", # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED* |
| "selfLink": "A String", # The URI of this resource. |
| "startTime": "A String", # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*. |
| "exportContext": { # Database instance export context. # The context for export operation, if applicable. |
| "csvExportOptions": { # Options for exporting data as CSV. |
| "selectQuery": "A String", # The select query used to extract the data. |
| }, |
| "fileType": "A String", # The file type for the specified uri. *SQL*: The file contains SQL statements. *CSV*: The file contains CSV data. |
| "kind": "A String", # This is always *sql#exportContext*. |
| "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. |
| "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:* You must specify one database to be exported. If *fileType* is *CSV*, this database must match the one specified in the *csvExportOptions.selectQuery* property. |
| "A String", |
| ], |
| "offload": True or False, # Option for export offload. |
| "sqlExportOptions": { # Options for exporting data as SQL statements. |
| "schemaOnly": True or False, # Export only schemas. |
| "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. |
| }, |
| }, |
| }, |
| "user": "A String", # The email address of the user who initiated this operation. |
| "targetId": "A String", # Name of the database instance related to this operation. |
| "insertTime": "A String", # The time this operation was enqueued in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*. |
| "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* |
| "targetProject": "A String", # The project ID of the target instance related to this operation. |
| "targetLink": "A String", |
| "importContext": { # Database instance import context. # The context for import operation, if applicable. |
| "fileType": "A String", # The file type for the specified uri. *SQL*: The file contains SQL statements. *CSV*: The file contains CSV data. |
| "kind": "A String", # This is always *sql#importContext*. |
| "csvImportOptions": { # Options for importing data as CSV. |
| "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", |
| ], |
| "table": "A String", # The table to which CSV data is imported. |
| }, |
| "bakImportOptions": { # Import parameters specific to SQL Server .BAK files |
| "encryptionOptions": { |
| "pvkPath": "A String", # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file. |
| "certPath": "A String", # Path to the Certificate (.cer) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file. |
| "pvkPassword": "A String", # Password that encrypts the private key |
| }, |
| }, |
| "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. |
| "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. |
| }, |
| }</pre> |
| </div> |
| |
| <div class="method"> |
| <code class="details" id="promoteReplica">promoteReplica(project, instance, x__xgafv=None)</code> |
| <pre>Promotes the read replica instance to be a stand-alone Cloud SQL instance. Using this operation might cause your instance to restart. |
| |
| Args: |
| project: string, ID of the project that contains the read replica. (required) |
| instance: string, Cloud SQL read replica instance name. (required) |
| x__xgafv: string, V1 error format. |
| Allowed values |
| 1 - v1 error format |
| 2 - v2 error format |
| |
| 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. |
| "kind": "A String", # 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. |
| "endTime": "A String", # The time this operation finished 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. |
| "errors": [ # The list of errors encountered while processing this operation. |
| { # Database instance operation error. |
| "code": "A String", # Identifies the specific error that occurred. |
| "kind": "A String", # This is always *sql#operationError*. |
| "message": "A String", # Additional information about the error encountered. |
| }, |
| ], |
| "kind": "A String", # This is always *sql#operationErrors*. |
| }, |
| "status": "A String", # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED* |
| "selfLink": "A String", # The URI of this resource. |
| "startTime": "A String", # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*. |
| "exportContext": { # Database instance export context. # The context for export operation, if applicable. |
| "csvExportOptions": { # Options for exporting data as CSV. |
| "selectQuery": "A String", # The select query used to extract the data. |
| }, |
| "fileType": "A String", # The file type for the specified uri. *SQL*: The file contains SQL statements. *CSV*: The file contains CSV data. |
| "kind": "A String", # This is always *sql#exportContext*. |
| "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. |
| "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:* You must specify one database to be exported. If *fileType* is *CSV*, this database must match the one specified in the *csvExportOptions.selectQuery* property. |
| "A String", |
| ], |
| "offload": True or False, # Option for export offload. |
| "sqlExportOptions": { # Options for exporting data as SQL statements. |
| "schemaOnly": True or False, # Export only schemas. |
| "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. |
| }, |
| }, |
| }, |
| "user": "A String", # The email address of the user who initiated this operation. |
| "targetId": "A String", # Name of the database instance related to this operation. |
| "insertTime": "A String", # The time this operation was enqueued in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*. |
| "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* |
| "targetProject": "A String", # The project ID of the target instance related to this operation. |
| "targetLink": "A String", |
| "importContext": { # Database instance import context. # The context for import operation, if applicable. |
| "fileType": "A String", # The file type for the specified uri. *SQL*: The file contains SQL statements. *CSV*: The file contains CSV data. |
| "kind": "A String", # This is always *sql#importContext*. |
| "csvImportOptions": { # Options for importing data as CSV. |
| "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", |
| ], |
| "table": "A String", # The table to which CSV data is imported. |
| }, |
| "bakImportOptions": { # Import parameters specific to SQL Server .BAK files |
| "encryptionOptions": { |
| "pvkPath": "A String", # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file. |
| "certPath": "A String", # Path to the Certificate (.cer) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file. |
| "pvkPassword": "A String", # Password that encrypts the private key |
| }, |
| }, |
| "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. |
| "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. |
| }, |
| }</pre> |
| </div> |
| |
| <div class="method"> |
| <code class="details" id="resetSslConfig">resetSslConfig(project, instance, x__xgafv=None)</code> |
| <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) |
| instance: string, Cloud SQL instance ID. This does not include the project ID. (required) |
| x__xgafv: string, V1 error format. |
| Allowed values |
| 1 - v1 error format |
| 2 - v2 error format |
| |
| 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. |
| "kind": "A String", # 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. |
| "endTime": "A String", # The time this operation finished 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. |
| "errors": [ # The list of errors encountered while processing this operation. |
| { # Database instance operation error. |
| "code": "A String", # Identifies the specific error that occurred. |
| "kind": "A String", # This is always *sql#operationError*. |
| "message": "A String", # Additional information about the error encountered. |
| }, |
| ], |
| "kind": "A String", # This is always *sql#operationErrors*. |
| }, |
| "status": "A String", # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED* |
| "selfLink": "A String", # The URI of this resource. |
| "startTime": "A String", # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*. |
| "exportContext": { # Database instance export context. # The context for export operation, if applicable. |
| "csvExportOptions": { # Options for exporting data as CSV. |
| "selectQuery": "A String", # The select query used to extract the data. |
| }, |
| "fileType": "A String", # The file type for the specified uri. *SQL*: The file contains SQL statements. *CSV*: The file contains CSV data. |
| "kind": "A String", # This is always *sql#exportContext*. |
| "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. |
| "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:* You must specify one database to be exported. If *fileType* is *CSV*, this database must match the one specified in the *csvExportOptions.selectQuery* property. |
| "A String", |
| ], |
| "offload": True or False, # Option for export offload. |
| "sqlExportOptions": { # Options for exporting data as SQL statements. |
| "schemaOnly": True or False, # Export only schemas. |
| "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. |
| }, |
| }, |
| }, |
| "user": "A String", # The email address of the user who initiated this operation. |
| "targetId": "A String", # Name of the database instance related to this operation. |
| "insertTime": "A String", # The time this operation was enqueued in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*. |
| "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* |
| "targetProject": "A String", # The project ID of the target instance related to this operation. |
| "targetLink": "A String", |
| "importContext": { # Database instance import context. # The context for import operation, if applicable. |
| "fileType": "A String", # The file type for the specified uri. *SQL*: The file contains SQL statements. *CSV*: The file contains CSV data. |
| "kind": "A String", # This is always *sql#importContext*. |
| "csvImportOptions": { # Options for importing data as CSV. |
| "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", |
| ], |
| "table": "A String", # The table to which CSV data is imported. |
| }, |
| "bakImportOptions": { # Import parameters specific to SQL Server .BAK files |
| "encryptionOptions": { |
| "pvkPath": "A String", # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file. |
| "certPath": "A String", # Path to the Certificate (.cer) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file. |
| "pvkPassword": "A String", # Password that encrypts the private key |
| }, |
| }, |
| "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. |
| "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. |
| }, |
| }</pre> |
| </div> |
| |
| <div class="method"> |
| <code class="details" id="restart">restart(project, instance, x__xgafv=None)</code> |
| <pre>Restarts a Cloud SQL instance. |
| |
| Args: |
| project: string, Project ID of the project that contains the instance to be restarted. (required) |
| instance: string, Cloud SQL instance ID. This does not include the project ID. (required) |
| x__xgafv: string, V1 error format. |
| Allowed values |
| 1 - v1 error format |
| 2 - v2 error format |
| |
| 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. |
| "kind": "A String", # 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. |
| "endTime": "A String", # The time this operation finished 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. |
| "errors": [ # The list of errors encountered while processing this operation. |
| { # Database instance operation error. |
| "code": "A String", # Identifies the specific error that occurred. |
| "kind": "A String", # This is always *sql#operationError*. |
| "message": "A String", # Additional information about the error encountered. |
| }, |
| ], |
| "kind": "A String", # This is always *sql#operationErrors*. |
| }, |
| "status": "A String", # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED* |
| "selfLink": "A String", # The URI of this resource. |
| "startTime": "A String", # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*. |
| "exportContext": { # Database instance export context. # The context for export operation, if applicable. |
| "csvExportOptions": { # Options for exporting data as CSV. |
| "selectQuery": "A String", # The select query used to extract the data. |
| }, |
| "fileType": "A String", # The file type for the specified uri. *SQL*: The file contains SQL statements. *CSV*: The file contains CSV data. |
| "kind": "A String", # This is always *sql#exportContext*. |
| "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. |
| "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:* You must specify one database to be exported. If *fileType* is *CSV*, this database must match the one specified in the *csvExportOptions.selectQuery* property. |
| "A String", |
| ], |
| "offload": True or False, # Option for export offload. |
| "sqlExportOptions": { # Options for exporting data as SQL statements. |
| "schemaOnly": True or False, # Export only schemas. |
| "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. |
| }, |
| }, |
| }, |
| "user": "A String", # The email address of the user who initiated this operation. |
| "targetId": "A String", # Name of the database instance related to this operation. |
| "insertTime": "A String", # The time this operation was enqueued in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*. |
| "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* |
| "targetProject": "A String", # The project ID of the target instance related to this operation. |
| "targetLink": "A String", |
| "importContext": { # Database instance import context. # The context for import operation, if applicable. |
| "fileType": "A String", # The file type for the specified uri. *SQL*: The file contains SQL statements. *CSV*: The file contains CSV data. |
| "kind": "A String", # This is always *sql#importContext*. |
| "csvImportOptions": { # Options for importing data as CSV. |
| "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", |
| ], |
| "table": "A String", # The table to which CSV data is imported. |
| }, |
| "bakImportOptions": { # Import parameters specific to SQL Server .BAK files |
| "encryptionOptions": { |
| "pvkPath": "A String", # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file. |
| "certPath": "A String", # Path to the Certificate (.cer) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file. |
| "pvkPassword": "A String", # Password that encrypts the private key |
| }, |
| }, |
| "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. |
| "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. |
| }, |
| }</pre> |
| </div> |
| |
| <div class="method"> |
| <code class="details" id="restoreBackup">restoreBackup(project, instance, body=None, x__xgafv=None)</code> |
| <pre>Restores a backup of a Cloud SQL instance. Using this operation might cause your instance to restart. |
| |
| 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. |
| The object takes the form of: |
| |
| { # Database instance restore backup request. |
| "restoreBackupContext": { # Database instance restore from backup context. Backup context contains source instance id and project id. # Parameters required to perform the restore backup operation. |
| "project": "A String", # The full project ID of the source instance. |
| "kind": "A String", # This is always *sql#restoreBackupContext*. |
| "backupRunId": "A String", # The ID of the backup run to restore from. |
| "instanceId": "A String", # The ID of the instance that the backup was taken from. |
| }, |
| } |
| |
| x__xgafv: string, V1 error format. |
| Allowed values |
| 1 - v1 error format |
| 2 - v2 error format |
| |
| 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. |
| "kind": "A String", # 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. |
| "endTime": "A String", # The time this operation finished 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. |
| "errors": [ # The list of errors encountered while processing this operation. |
| { # Database instance operation error. |
| "code": "A String", # Identifies the specific error that occurred. |
| "kind": "A String", # This is always *sql#operationError*. |
| "message": "A String", # Additional information about the error encountered. |
| }, |
| ], |
| "kind": "A String", # This is always *sql#operationErrors*. |
| }, |
| "status": "A String", # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED* |
| "selfLink": "A String", # The URI of this resource. |
| "startTime": "A String", # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*. |
| "exportContext": { # Database instance export context. # The context for export operation, if applicable. |
| "csvExportOptions": { # Options for exporting data as CSV. |
| "selectQuery": "A String", # The select query used to extract the data. |
| }, |
| "fileType": "A String", # The file type for the specified uri. *SQL*: The file contains SQL statements. *CSV*: The file contains CSV data. |
| "kind": "A String", # This is always *sql#exportContext*. |
| "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. |
| "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:* You must specify one database to be exported. If *fileType* is *CSV*, this database must match the one specified in the *csvExportOptions.selectQuery* property. |
| "A String", |
| ], |
| "offload": True or False, # Option for export offload. |
| "sqlExportOptions": { # Options for exporting data as SQL statements. |
| "schemaOnly": True or False, # Export only schemas. |
| "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. |
| }, |
| }, |
| }, |
| "user": "A String", # The email address of the user who initiated this operation. |
| "targetId": "A String", # Name of the database instance related to this operation. |
| "insertTime": "A String", # The time this operation was enqueued in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*. |
| "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* |
| "targetProject": "A String", # The project ID of the target instance related to this operation. |
| "targetLink": "A String", |
| "importContext": { # Database instance import context. # The context for import operation, if applicable. |
| "fileType": "A String", # The file type for the specified uri. *SQL*: The file contains SQL statements. *CSV*: The file contains CSV data. |
| "kind": "A String", # This is always *sql#importContext*. |
| "csvImportOptions": { # Options for importing data as CSV. |
| "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", |
| ], |
| "table": "A String", # The table to which CSV data is imported. |
| }, |
| "bakImportOptions": { # Import parameters specific to SQL Server .BAK files |
| "encryptionOptions": { |
| "pvkPath": "A String", # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file. |
| "certPath": "A String", # Path to the Certificate (.cer) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file. |
| "pvkPassword": "A String", # Password that encrypts the private key |
| }, |
| }, |
| "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. |
| "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. |
| }, |
| }</pre> |
| </div> |
| |
| <div class="method"> |
| <code class="details" id="rotateServerCa">rotateServerCa(project, instance, body=None, x__xgafv=None)</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. |
| The object takes the form of: |
| |
| { # Rotate Server CA request. |
| "rotateServerCaContext": { # Instance rotate server CA context. # Contains details about the rotate server CA operation. |
| "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. |
| "kind": "A String", # This is always *sql#rotateServerCaContext*. |
| }, |
| } |
| |
| x__xgafv: string, V1 error format. |
| Allowed values |
| 1 - v1 error format |
| 2 - v2 error format |
| |
| 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. |
| "kind": "A String", # 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. |
| "endTime": "A String", # The time this operation finished 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. |
| "errors": [ # The list of errors encountered while processing this operation. |
| { # Database instance operation error. |
| "code": "A String", # Identifies the specific error that occurred. |
| "kind": "A String", # This is always *sql#operationError*. |
| "message": "A String", # Additional information about the error encountered. |
| }, |
| ], |
| "kind": "A String", # This is always *sql#operationErrors*. |
| }, |
| "status": "A String", # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED* |
| "selfLink": "A String", # The URI of this resource. |
| "startTime": "A String", # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*. |
| "exportContext": { # Database instance export context. # The context for export operation, if applicable. |
| "csvExportOptions": { # Options for exporting data as CSV. |
| "selectQuery": "A String", # The select query used to extract the data. |
| }, |
| "fileType": "A String", # The file type for the specified uri. *SQL*: The file contains SQL statements. *CSV*: The file contains CSV data. |
| "kind": "A String", # This is always *sql#exportContext*. |
| "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. |
| "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:* You must specify one database to be exported. If *fileType* is *CSV*, this database must match the one specified in the *csvExportOptions.selectQuery* property. |
| "A String", |
| ], |
| "offload": True or False, # Option for export offload. |
| "sqlExportOptions": { # Options for exporting data as SQL statements. |
| "schemaOnly": True or False, # Export only schemas. |
| "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. |
| }, |
| }, |
| }, |
| "user": "A String", # The email address of the user who initiated this operation. |
| "targetId": "A String", # Name of the database instance related to this operation. |
| "insertTime": "A String", # The time this operation was enqueued in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*. |
| "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* |
| "targetProject": "A String", # The project ID of the target instance related to this operation. |
| "targetLink": "A String", |
| "importContext": { # Database instance import context. # The context for import operation, if applicable. |
| "fileType": "A String", # The file type for the specified uri. *SQL*: The file contains SQL statements. *CSV*: The file contains CSV data. |
| "kind": "A String", # This is always *sql#importContext*. |
| "csvImportOptions": { # Options for importing data as CSV. |
| "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", |
| ], |
| "table": "A String", # The table to which CSV data is imported. |
| }, |
| "bakImportOptions": { # Import parameters specific to SQL Server .BAK files |
| "encryptionOptions": { |
| "pvkPath": "A String", # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file. |
| "certPath": "A String", # Path to the Certificate (.cer) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file. |
| "pvkPassword": "A String", # Password that encrypts the private key |
| }, |
| }, |
| "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. |
| "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. |
| }, |
| }</pre> |
| </div> |
| |
| <div class="method"> |
| <code class="details" id="startReplica">startReplica(project, instance, x__xgafv=None)</code> |
| <pre>Starts the replication in the read replica instance. |
| |
| Args: |
| project: string, ID of the project that contains the read replica. (required) |
| instance: string, Cloud SQL read replica instance name. (required) |
| x__xgafv: string, V1 error format. |
| Allowed values |
| 1 - v1 error format |
| 2 - v2 error format |
| |
| 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. |
| "kind": "A String", # 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. |
| "endTime": "A String", # The time this operation finished 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. |
| "errors": [ # The list of errors encountered while processing this operation. |
| { # Database instance operation error. |
| "code": "A String", # Identifies the specific error that occurred. |
| "kind": "A String", # This is always *sql#operationError*. |
| "message": "A String", # Additional information about the error encountered. |
| }, |
| ], |
| "kind": "A String", # This is always *sql#operationErrors*. |
| }, |
| "status": "A String", # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED* |
| "selfLink": "A String", # The URI of this resource. |
| "startTime": "A String", # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*. |
| "exportContext": { # Database instance export context. # The context for export operation, if applicable. |
| "csvExportOptions": { # Options for exporting data as CSV. |
| "selectQuery": "A String", # The select query used to extract the data. |
| }, |
| "fileType": "A String", # The file type for the specified uri. *SQL*: The file contains SQL statements. *CSV*: The file contains CSV data. |
| "kind": "A String", # This is always *sql#exportContext*. |
| "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. |
| "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:* You must specify one database to be exported. If *fileType* is *CSV*, this database must match the one specified in the *csvExportOptions.selectQuery* property. |
| "A String", |
| ], |
| "offload": True or False, # Option for export offload. |
| "sqlExportOptions": { # Options for exporting data as SQL statements. |
| "schemaOnly": True or False, # Export only schemas. |
| "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. |
| }, |
| }, |
| }, |
| "user": "A String", # The email address of the user who initiated this operation. |
| "targetId": "A String", # Name of the database instance related to this operation. |
| "insertTime": "A String", # The time this operation was enqueued in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*. |
| "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* |
| "targetProject": "A String", # The project ID of the target instance related to this operation. |
| "targetLink": "A String", |
| "importContext": { # Database instance import context. # The context for import operation, if applicable. |
| "fileType": "A String", # The file type for the specified uri. *SQL*: The file contains SQL statements. *CSV*: The file contains CSV data. |
| "kind": "A String", # This is always *sql#importContext*. |
| "csvImportOptions": { # Options for importing data as CSV. |
| "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", |
| ], |
| "table": "A String", # The table to which CSV data is imported. |
| }, |
| "bakImportOptions": { # Import parameters specific to SQL Server .BAK files |
| "encryptionOptions": { |
| "pvkPath": "A String", # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file. |
| "certPath": "A String", # Path to the Certificate (.cer) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file. |
| "pvkPassword": "A String", # Password that encrypts the private key |
| }, |
| }, |
| "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. |
| "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. |
| }, |
| }</pre> |
| </div> |
| |
| <div class="method"> |
| <code class="details" id="stopReplica">stopReplica(project, instance, x__xgafv=None)</code> |
| <pre>Stops the replication in the read replica instance. |
| |
| Args: |
| project: string, ID of the project that contains the read replica. (required) |
| instance: string, Cloud SQL read replica instance name. (required) |
| x__xgafv: string, V1 error format. |
| Allowed values |
| 1 - v1 error format |
| 2 - v2 error format |
| |
| 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. |
| "kind": "A String", # 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. |
| "endTime": "A String", # The time this operation finished 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. |
| "errors": [ # The list of errors encountered while processing this operation. |
| { # Database instance operation error. |
| "code": "A String", # Identifies the specific error that occurred. |
| "kind": "A String", # This is always *sql#operationError*. |
| "message": "A String", # Additional information about the error encountered. |
| }, |
| ], |
| "kind": "A String", # This is always *sql#operationErrors*. |
| }, |
| "status": "A String", # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED* |
| "selfLink": "A String", # The URI of this resource. |
| "startTime": "A String", # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*. |
| "exportContext": { # Database instance export context. # The context for export operation, if applicable. |
| "csvExportOptions": { # Options for exporting data as CSV. |
| "selectQuery": "A String", # The select query used to extract the data. |
| }, |
| "fileType": "A String", # The file type for the specified uri. *SQL*: The file contains SQL statements. *CSV*: The file contains CSV data. |
| "kind": "A String", # This is always *sql#exportContext*. |
| "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. |
| "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:* You must specify one database to be exported. If *fileType* is *CSV*, this database must match the one specified in the *csvExportOptions.selectQuery* property. |
| "A String", |
| ], |
| "offload": True or False, # Option for export offload. |
| "sqlExportOptions": { # Options for exporting data as SQL statements. |
| "schemaOnly": True or False, # Export only schemas. |
| "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. |
| }, |
| }, |
| }, |
| "user": "A String", # The email address of the user who initiated this operation. |
| "targetId": "A String", # Name of the database instance related to this operation. |
| "insertTime": "A String", # The time this operation was enqueued in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*. |
| "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* |
| "targetProject": "A String", # The project ID of the target instance related to this operation. |
| "targetLink": "A String", |
| "importContext": { # Database instance import context. # The context for import operation, if applicable. |
| "fileType": "A String", # The file type for the specified uri. *SQL*: The file contains SQL statements. *CSV*: The file contains CSV data. |
| "kind": "A String", # This is always *sql#importContext*. |
| "csvImportOptions": { # Options for importing data as CSV. |
| "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", |
| ], |
| "table": "A String", # The table to which CSV data is imported. |
| }, |
| "bakImportOptions": { # Import parameters specific to SQL Server .BAK files |
| "encryptionOptions": { |
| "pvkPath": "A String", # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file. |
| "certPath": "A String", # Path to the Certificate (.cer) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file. |
| "pvkPassword": "A String", # Password that encrypts the private key |
| }, |
| }, |
| "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. |
| "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. |
| }, |
| }</pre> |
| </div> |
| |
| <div class="method"> |
| <code class="details" id="truncateLog">truncateLog(project, instance, body=None, x__xgafv=None)</code> |
| <pre>Truncate MySQL general and slow query log tables |
| |
| Args: |
| project: string, Project ID of the Cloud SQL project. (required) |
| instance: string, Cloud SQL instance ID. This does not include the project ID. (required) |
| body: object, The request body. |
| The object takes the form of: |
| |
| { # Instance truncate log request. |
| "truncateLogContext": { # Database Instance truncate log context. # Contains details about the truncate log operation. |
| "kind": "A String", # This is always *sql#truncateLogContext*. |
| "logType": "A String", # The type of log to truncate. Valid values are *MYSQL_GENERAL_TABLE* and *MYSQL_SLOW_TABLE*. |
| }, |
| } |
| |
| x__xgafv: string, V1 error format. |
| Allowed values |
| 1 - v1 error format |
| 2 - v2 error format |
| |
| 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. |
| "kind": "A String", # 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. |
| "endTime": "A String", # The time this operation finished 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. |
| "errors": [ # The list of errors encountered while processing this operation. |
| { # Database instance operation error. |
| "code": "A String", # Identifies the specific error that occurred. |
| "kind": "A String", # This is always *sql#operationError*. |
| "message": "A String", # Additional information about the error encountered. |
| }, |
| ], |
| "kind": "A String", # This is always *sql#operationErrors*. |
| }, |
| "status": "A String", # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED* |
| "selfLink": "A String", # The URI of this resource. |
| "startTime": "A String", # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*. |
| "exportContext": { # Database instance export context. # The context for export operation, if applicable. |
| "csvExportOptions": { # Options for exporting data as CSV. |
| "selectQuery": "A String", # The select query used to extract the data. |
| }, |
| "fileType": "A String", # The file type for the specified uri. *SQL*: The file contains SQL statements. *CSV*: The file contains CSV data. |
| "kind": "A String", # This is always *sql#exportContext*. |
| "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. |
| "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:* You must specify one database to be exported. If *fileType* is *CSV*, this database must match the one specified in the *csvExportOptions.selectQuery* property. |
| "A String", |
| ], |
| "offload": True or False, # Option for export offload. |
| "sqlExportOptions": { # Options for exporting data as SQL statements. |
| "schemaOnly": True or False, # Export only schemas. |
| "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. |
| }, |
| }, |
| }, |
| "user": "A String", # The email address of the user who initiated this operation. |
| "targetId": "A String", # Name of the database instance related to this operation. |
| "insertTime": "A String", # The time this operation was enqueued in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*. |
| "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* |
| "targetProject": "A String", # The project ID of the target instance related to this operation. |
| "targetLink": "A String", |
| "importContext": { # Database instance import context. # The context for import operation, if applicable. |
| "fileType": "A String", # The file type for the specified uri. *SQL*: The file contains SQL statements. *CSV*: The file contains CSV data. |
| "kind": "A String", # This is always *sql#importContext*. |
| "csvImportOptions": { # Options for importing data as CSV. |
| "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", |
| ], |
| "table": "A String", # The table to which CSV data is imported. |
| }, |
| "bakImportOptions": { # Import parameters specific to SQL Server .BAK files |
| "encryptionOptions": { |
| "pvkPath": "A String", # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file. |
| "certPath": "A String", # Path to the Certificate (.cer) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file. |
| "pvkPassword": "A String", # Password that encrypts the private key |
| }, |
| }, |
| "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. |
| "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. |
| }, |
| }</pre> |
| </div> |
| |
| <div class="method"> |
| <code class="details" id="update">update(project, instance, body=None, x__xgafv=None)</code> |
| <pre>Updates settings of a Cloud SQL instance. Using this operation might cause your instance to restart. |
| |
| 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. |
| The object takes the form of: |
| |
| { # A Cloud SQL instance resource. Next field: 36 |
| "project": "A String", # The project ID of the project containing the Cloud SQL instance. The Google apps domain is prefixed if applicable. |
| "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. The region cannot be changed after instance creation. |
| "settings": { # Database instance settings. # The user settings. |
| "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). |
| "kind": "A String", # This is always *sql#settings*. |
| "dataDiskType": "A String", # The type of data disk: PD_SSD (default) or PD_HDD. Not used for First Generation instances. |
| "authorizedGaeApplications": [ # The App Engine app IDs that can access this instance. (Deprecated) Applied to First Generation instances only. |
| "A String", |
| ], |
| "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. |
| "activeDirectoryConfig": { # Active Directory configuration, for now relevant only for SQL Server # Active Directory configuration, for now relevant only for SQL Server |
| "domain": "A String", # Domain name |
| "kind": "A String", # This will be always sql#activeDirectoryConfig. |
| }, |
| "crashSafeReplicationEnabled": True or False, # Configuration specific to read replica instances. Indicates whether database flags for crash-safe replication are enabled. This property was only applicable to First Generation instances. |
| "locationPreference": { # Preferred location. This specifies where a Cloud SQL instance is located, either in a specific Compute Engine zone, or co-located with an App Engine application. Note that if the preferred location is not available, the instance will be located as close as possible within the region. Only one location may be specified. # The location preference settings. This allows the instance to be located as near as possible to either an App Engine app or Compute Engine zone for better performance. App Engine co-location was only applicable to First Generation instances. |
| "kind": "A String", # This is always *sql#locationPreference*. |
| "zone": "A String", # The preferred Compute Engine zone (for example: us-central1-a, us-central1-b, etc.). |
| "followGaeApplication": "A String", # The App Engine application to follow, it must be in the same region as the Cloud SQL instance. |
| }, |
| "databaseReplicationEnabled": True or False, # Configuration specific to read replica instances. Indicates whether replication is enabled or not. |
| "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. |
| "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 SSL connections over IP are enforced or not. |
| "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. |
| "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 (for example: *192.168.100.0/24*). |
| { # An entry for an Access Control list. |
| "name": "A String", # Optional. A label to identify this entry. |
| "expirationTime": "A String", # The time when this access control entry expires in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*. |
| "value": "A String", # The allowlisted value for the access control list. |
| "kind": "A String", # This is always *sql#aclEntry*. |
| }, |
| ], |
| "ipv4Enabled": True or False, # Whether the instance is assigned a public IP address or not. |
| }, |
| "backupConfiguration": { # Database instance backup configuration. # The daily backup configuration for the instance. |
| "enabled": True or False, # Whether this configuration is enabled. |
| "pointInTimeRecoveryEnabled": True or False, # Reserved for future use. |
| "replicationLogArchivingEnabled": True or False, # Reserved for future use. |
| "startTime": "A String", # Start time for the daily backup configuration in UTC timezone in the 24 hour format - *HH:MM*. |
| "binaryLogEnabled": True or False, # (MySQL only) Whether binary log is enabled. If backup configuration is disabled, binarylog must be disabled as well. |
| "location": "A String", # Location of the backup |
| "kind": "A String", # This is always *sql#backupConfiguration*. |
| }, |
| "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. |
| "dataDiskSizeGb": "A String", # The size of data disk, in GB. The data disk size minimum is 10GB. |
| "databaseFlags": [ # The database flags passed to the instance at startup. |
| { # Database flags for Cloud SQL instances. |
| "value": "A String", # The value of the flag. Booleans are set to *on* for true and *off* for false. This field must be omitted if the flag doesn't take a value. |
| "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 are specified with underscores, not hyphens. For more information, see Configuring Database Flags in the Cloud SQL documentation. |
| }, |
| ], |
| "maintenanceWindow": { # Maintenance window. This specifies when a Cloud SQL instance is restarted for system maintenance purposes. # The maintenance window for this instance. This specifies when the instance can be restarted for maintenance purposes. |
| "kind": "A String", # This is always *sql#maintenanceWindow*. |
| "hour": 42, # hour of day - 0 to 23. |
| "updateTrack": "A String", # Maintenance timing setting: *canary* (Earlier) or *stable* (Later). Learn more. |
| "day": 42, # day of week (1-7), starting on Monday. |
| }, |
| "userLabels": { # User-provided labels, represented as a dictionary where each label is a single key value pair. |
| "a_key": "A String", |
| }, |
| "storageAutoResize": True or False, # Configuration to increase storage size automatically. The default value is true. |
| "availabilityType": "A String", # Availability type. Potential values: *ZONAL*: The instance serves data from only one zone. Outages in that zone affect data accessibility. *REGIONAL*: The instance can serve data from more than one zone in a region (it is highly available). For more information, see Overview of the High Availability Configuration. |
| "collation": "A String", # The name of server Instance collation. |
| "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. |
| "replicationType": "A String", # The type of replication this instance uses. This can be either *ASYNCHRONOUS* or *SYNCHRONOUS*. (Deprecated_ This property was only applicable to First Generation instances. |
| "denyMaintenancePeriods": [ # Deny maintenance periods |
| { # Deny Maintenance Periods. This specifies a date range during when all CSA rollout will be denied. |
| "startDate": "A String", # "deny maintenance period" start date. If the year of the start date is empty, the year of the end date also must be empty. In this case, it means the deny maintenance period recurs every year. The date is in format yyyy-mm-dd i.e., 2020-11-01, or mm-dd, i.e., 11-01 |
| "time": "A String", # Time in UTC when the "deny maintenance period" starts on start_date and ends on end_date. The time is in format: HH:mm:SS, i.e., 00:00:00 |
| "endDate": "A String", # "deny maintenance period" end date. If the year of the end date is empty, the year of the start date also must be empty. In this case, it means the deny maintenance period recurs every year. The date is in format yyyy-mm-dd i.e., 2020-11-01, or mm-dd, i.e., 11-01 |
| }, |
| ], |
| }, |
| "maxDiskSize": "A String", # The maximum disk size of the instance in bytes. |
| "rootPassword": "A String", # Initial root password. Use only on creation. |
| "databaseVersion": "A String", # The database engine type and version. The *databaseVersion* field cannot be changed after instance creation. MySQL instances: *MYSQL_8_0*, *MYSQL_5_7* (default), or *MYSQL_5_6*. PostgreSQL instances: *POSTGRES_9_6*, *POSTGRES_10*, *POSTGRES_11* or *POSTGRES_12* (default). SQL Server instances: *SQLSERVER_2017_STANDARD* (default), *SQLSERVER_2017_ENTERPRISE*, *SQLSERVER_2017_EXPRESS*, or *SQLSERVER_2017_WEB*. |
| "selfLink": "A String", # The URI of this resource. |
| "diskEncryptionConfiguration": { # Disk encryption configuration for an instance. # Disk encryption configuration specific to an instance. Applies only to Second Generation instances. |
| "kind": "A String", # This is always *sql#diskEncryptionConfiguration*. |
| "kmsKeyName": "A String", # Resource name of KMS key for disk encryption |
| }, |
| "currentDiskSize": "A String", # The current disk usage of the instance in bytes. This property has been deprecated. Use the "cloudsql.googleapis.com/database/disk/bytes_used" metric in Cloud Monitoring API instead. Please see this announcement for details. |
| "failoverReplica": { # The name and status of the failover replica. This property is applicable only to Second Generation instances. |
| "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. |
| "available": True or False, # The availability status of the failover replica. A false status indicates that the failover replica is out of sync. The primary instance can only failover to the failover replica when the status is true. |
| }, |
| "replicaNames": [ # The replicas of the instance. |
| "A String", |
| ], |
| "suspensionReason": [ # If the instance state is SUSPENDED, the reason for the suspension. |
| "A String", |
| ], |
| "connectionName": "A String", # Connection name of the Cloud SQL instance used in connection strings. |
| "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. *PENDING_CREATE*: The instance is being created. *MAINTENANCE*: The instance is down for maintenance. *FAILED*: The instance creation failed. *UNKNOWN_STATE*: The state of the instance is unknown. |
| "backendType": "A String", # *SECOND_GEN*: Cloud SQL database instance. *EXTERNAL*: A database server that is not managed by Google. This property is read-only; use the *tier* property in the *settings* object to determine the database type. |
| "name": "A String", # Name of the Cloud SQL instance. This does not include the project ID. |
| "diskEncryptionStatus": { # Disk encryption status for an instance. # Disk encryption status specific to an instance. Applies only to Second Generation instances. |
| "kind": "A String", # This is always *sql#diskEncryptionStatus*. |
| "kmsKeyVersionName": "A String", # KMS key version used to encrypt the Cloud SQL instance resource |
| }, |
| "onPremisesConfiguration": { # On-premises instance configuration. # Configuration specific to on-premises instances. |
| "dumpFilePath": "A String", # The dump file to create the Cloud SQL replica. |
| "password": "A String", # The password for connecting to on-premises instance. |
| "caCertificate": "A String", # PEM representation of the trusted CA's x509 certificate. |
| "kind": "A String", # This is always *sql#onPremisesConfiguration*. |
| "clientCertificate": "A String", # PEM representation of the replica's x509 certificate. |
| "clientKey": "A String", # PEM representation of the replica's private key. The corresponsing public key is encoded in the client's certificate. |
| "hostPort": "A String", # The host and port of the on-premises instance in host:port format |
| "username": "A String", # The username for connecting to on-premises instance. |
| }, |
| "replicaConfiguration": { # Read-replica configuration for connecting to the primary instance. # Configuration specific to failover replicas and read replicas. |
| "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 primary instance fails, the replica instance will be promoted as the new primary instance. Only one replica can be specified as failover target, and the replica has to be in different zone with the primary instance. |
| "mysqlReplicaConfiguration": { # Read-replica configuration specific to MySQL databases. # MySQL specific configuration when replicating from a MySQL on-premises primary instance. Replication configuration information such as the username, password, certificates, and keys are not stored in the instance metadata. The configuration information is used only to set up the replication connection and is stored by MySQL in a file named *master.info* in the data directory. |
| "verifyServerCertificate": True or False, # Whether or not to check the primary instance's Common Name value in the certificate that it sends during the SSL handshake. |
| "username": "A String", # The username for the replication connection. |
| "masterHeartbeatPeriod": "A String", # Interval in milliseconds between replication heartbeats. |
| "connectRetryInterval": 42, # Seconds to wait between connect retries. MySQL's default is 60 seconds. |
| "clientCertificate": "A String", # PEM representation of the replica's x509 certificate. |
| "clientKey": "A String", # PEM representation of the replica's private key. The corresponsing public key is encoded in the client's certificate. |
| "password": "A String", # The password for the replication connection. |
| "caCertificate": "A String", # PEM representation of the trusted CA's x509 certificate. |
| "dumpFilePath": "A String", # Path to a SQL dump file in Google Cloud Storage from which the replica instance is to be created. The URI is in the form gs://bucketName/fileName. Compressed gzip files (.gz) are also supported. Dumps have the binlog co-ordinates from which replication begins. This can be accomplished by setting --master-data to 1 when using mysqldump. |
| "kind": "A String", # This is always *sql#mysqlReplicaConfiguration*. |
| "sslCipher": "A String", # A list of permissible ciphers to use for SSL encryption. |
| }, |
| "kind": "A String", # This is always *sql#replicaConfiguration*. |
| }, |
| "serverCaCert": { # SslCerts Resource # SSL configuration. |
| "commonName": "A String", # User supplied name. Constrained to [a-zA-Z.-_ ]+. |
| "selfLink": "A String", # The URI of this resource. |
| "instance": "A String", # Name of the database instance. |
| "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* |
| "kind": "A String", # This is always *sql#sslCert*. |
| "cert": "A String", # PEM representation. |
| "certSerialNumber": "A String", # Serial number, as extracted from the certificate. |
| "sha1Fingerprint": "A String", # Sha1 Fingerprint. |
| }, |
| "etag": "A String", # This field is deprecated and will be removed from a future version of the API. Use the *settings.settingsVersion* field instead. |
| "ipAddresses": [ # The assigned IP addresses for the instance. |
| { # Database instance IP Mapping. |
| "ipAddress": "A String", # The IP address assigned. |
| "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. |
| "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. |
| }, |
| ], |
| "scheduledMaintenance": { # Any scheduled maintenancce for this instance. # The start time of any upcoming scheduled maintenance for this instance. |
| "canReschedule": True or False, # If the scheduled maintenance can be rescheduled. |
| "canDefer": True or False, |
| "startTime": "A String", # The start time of any upcoming scheduled maintenance for this instance. |
| }, |
| "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 primary instance. *ON_PREMISES_INSTANCE*: An instance running on the customer's premises. *READ_REPLICA_INSTANCE*: A Cloud SQL instance configured as a read-replica. |
| "masterInstanceName": "A String", # The name of the instance which will act as primary in the replication setup. |
| "ipv6Address": "A String", # The IPv6 address assigned to the instance. (Deprecated) This property was applicable only to First Generation instances. |
| "serviceAccountEmailAddress": "A String", # The service account email address assigned to the instance. This property is applicable only to Second Generation instances. |
| "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. |
| "kind": "A String", # This is always *sql#instance*. |
| } |
| |
| x__xgafv: string, V1 error format. |
| Allowed values |
| 1 - v1 error format |
| 2 - v2 error format |
| |
| 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. |
| "kind": "A String", # 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. |
| "endTime": "A String", # The time this operation finished 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. |
| "errors": [ # The list of errors encountered while processing this operation. |
| { # Database instance operation error. |
| "code": "A String", # Identifies the specific error that occurred. |
| "kind": "A String", # This is always *sql#operationError*. |
| "message": "A String", # Additional information about the error encountered. |
| }, |
| ], |
| "kind": "A String", # This is always *sql#operationErrors*. |
| }, |
| "status": "A String", # The status of an operation. Valid values are: *PENDING* *RUNNING* *DONE* *SQL_OPERATION_STATUS_UNSPECIFIED* |
| "selfLink": "A String", # The URI of this resource. |
| "startTime": "A String", # The time this operation actually started in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*. |
| "exportContext": { # Database instance export context. # The context for export operation, if applicable. |
| "csvExportOptions": { # Options for exporting data as CSV. |
| "selectQuery": "A String", # The select query used to extract the data. |
| }, |
| "fileType": "A String", # The file type for the specified uri. *SQL*: The file contains SQL statements. *CSV*: The file contains CSV data. |
| "kind": "A String", # This is always *sql#exportContext*. |
| "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. |
| "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:* You must specify one database to be exported. If *fileType* is *CSV*, this database must match the one specified in the *csvExportOptions.selectQuery* property. |
| "A String", |
| ], |
| "offload": True or False, # Option for export offload. |
| "sqlExportOptions": { # Options for exporting data as SQL statements. |
| "schemaOnly": True or False, # Export only schemas. |
| "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. |
| }, |
| }, |
| }, |
| "user": "A String", # The email address of the user who initiated this operation. |
| "targetId": "A String", # Name of the database instance related to this operation. |
| "insertTime": "A String", # The time this operation was enqueued in UTC timezone in RFC 3339 format, for example *2012-11-15T16:19:00.094Z*. |
| "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* |
| "targetProject": "A String", # The project ID of the target instance related to this operation. |
| "targetLink": "A String", |
| "importContext": { # Database instance import context. # The context for import operation, if applicable. |
| "fileType": "A String", # The file type for the specified uri. *SQL*: The file contains SQL statements. *CSV*: The file contains CSV data. |
| "kind": "A String", # This is always *sql#importContext*. |
| "csvImportOptions": { # Options for importing data as CSV. |
| "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", |
| ], |
| "table": "A String", # The table to which CSV data is imported. |
| }, |
| "bakImportOptions": { # Import parameters specific to SQL Server .BAK files |
| "encryptionOptions": { |
| "pvkPath": "A String", # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file. |
| "certPath": "A String", # Path to the Certificate (.cer) in Cloud Storage, in the form *gs://bucketName/fileName*. The instance must have write permissions to the bucket and read access to the file. |
| "pvkPassword": "A String", # Password that encrypts the private key |
| }, |
| }, |
| "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. |
| "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. |
| }, |
| }</pre> |
| </div> |
| |
| </body></html> |