|
| class | AddServerCaRequest |
| | 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. More...
|
| |
| class | CloneRequest |
| | Creates a Cloud SQL instance as a clone of the source instance. More...
|
| |
| class | DeleteRequest |
| | Deletes a Cloud SQL instance. More...
|
| |
| class | DemoteMasterRequest |
| | Demotes the stand-alone instance to be a Cloud SQL read replica for an external database server. More...
|
| |
| class | ExportRequest |
| | Exports data from a Cloud SQL instance to a Cloud Storage bucket as a SQL dump or CSV file. More...
|
| |
| class | FailoverRequest |
| | Failover the instance to its failover replica instance. More...
|
| |
| class | GetRequest |
| | Retrieves a resource containing information about a Cloud SQL instance. More...
|
| |
| class | ImportRequest |
| | Imports data into a Cloud SQL instance from a SQL dump or CSV file in Cloud Storage. More...
|
| |
| class | InsertRequest |
| | Creates a new Cloud SQL instance. More...
|
| |
| class | ListRequest |
| | Lists instances under a given project in the alphabetical order of the instance name. More...
|
| |
| class | ListServerCasRequest |
| | 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. More...
|
| |
| class | PatchRequest |
| | Updates settings of a Cloud SQL instance. Caution: This is not a partial update, so you must include values for all the settings that you want to retain. For partial updates, use patch.. This method supports patch semantics. More...
|
| |
| class | PromoteReplicaRequest |
| | Promotes the read replica instance to be a stand-alone Cloud SQL instance. More...
|
| |
| class | ResetSslConfigRequest |
| | Deletes all client certificates and generates a new server SSL certificate for the instance. More...
|
| |
| class | RestartRequest |
| | Restarts a Cloud SQL instance. More...
|
| |
| class | RestoreBackupRequest |
| | Restores a backup of a Cloud SQL instance. More...
|
| |
| class | RotateServerCaRequest |
| | Rotates the server certificate to one signed by the Certificate Authority (CA) version previously added with the addServerCA method. More...
|
| |
| class | StartReplicaRequest |
| | Starts the replication in the read replica instance. More...
|
| |
| class | StopReplicaRequest |
| | Stops the replication in the read replica instance. More...
|
| |
| class | TruncateLogRequest |
| | Truncate MySQL general and slow query log tables More...
|
| |
| class | UpdateRequest |
| | Updates settings of a Cloud SQL instance. Caution: This is not a partial update, so you must include values for all the settings that you want to retain. For partial updates, use patch. More...
|
| |
|
| | InstancesResource (Google.Apis.Services.IClientService service) |
| | Constructs a new resource. More...
|
| |
| virtual AddServerCaRequest | AddServerCa (string project, string instance) |
| | 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. More...
|
| |
| virtual CloneRequest | Clone (Google.Apis.SQLAdmin.v1beta4.Data.InstancesCloneRequest body, string project, string instance) |
| | Creates a Cloud SQL instance as a clone of the source instance. More...
|
| |
| virtual DeleteRequest | Delete (string project, string instance) |
| | Deletes a Cloud SQL instance. More...
|
| |
| virtual DemoteMasterRequest | DemoteMaster (Google.Apis.SQLAdmin.v1beta4.Data.InstancesDemoteMasterRequest body, string project, string instance) |
| | Demotes the stand-alone instance to be a Cloud SQL read replica for an external database server. More...
|
| |
| virtual ExportRequest | Export (Google.Apis.SQLAdmin.v1beta4.Data.InstancesExportRequest body, string project, string instance) |
| | Exports data from a Cloud SQL instance to a Cloud Storage bucket as a SQL dump or CSV file. More...
|
| |
| virtual FailoverRequest | Failover (Google.Apis.SQLAdmin.v1beta4.Data.InstancesFailoverRequest body, string project, string instance) |
| | Failover the instance to its failover replica instance. More...
|
| |
| virtual GetRequest | Get (string project, string instance) |
| | Retrieves a resource containing information about a Cloud SQL instance. More...
|
| |
| virtual ImportRequest | Import (Google.Apis.SQLAdmin.v1beta4.Data.InstancesImportRequest body, string project, string instance) |
| | Imports data into a Cloud SQL instance from a SQL dump or CSV file in Cloud Storage. More...
|
| |
| virtual InsertRequest | Insert (Google.Apis.SQLAdmin.v1beta4.Data.DatabaseInstance body, string project) |
| | Creates a new Cloud SQL instance. More...
|
| |
| virtual ListRequest | List (string project) |
| | Lists instances under a given project in the alphabetical order of the instance name. More...
|
| |
| virtual ListServerCasRequest | ListServerCas (string project, string instance) |
| | 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. More...
|
| |
| virtual PatchRequest | Patch (Google.Apis.SQLAdmin.v1beta4.Data.DatabaseInstance body, string project, string instance) |
| | Updates settings of a Cloud SQL instance. Caution: This is not a partial update, so you must include values for all the settings that you want to retain. For partial updates, use patch.. This method supports patch semantics. More...
|
| |
| virtual PromoteReplicaRequest | PromoteReplica (string project, string instance) |
| | Promotes the read replica instance to be a stand-alone Cloud SQL instance. More...
|
| |
| virtual ResetSslConfigRequest | ResetSslConfig (string project, string instance) |
| | Deletes all client certificates and generates a new server SSL certificate for the instance. More...
|
| |
| virtual RestartRequest | Restart (string project, string instance) |
| | Restarts a Cloud SQL instance. More...
|
| |
| virtual RestoreBackupRequest | RestoreBackup (Google.Apis.SQLAdmin.v1beta4.Data.InstancesRestoreBackupRequest body, string project, string instance) |
| | Restores a backup of a Cloud SQL instance. More...
|
| |
| virtual RotateServerCaRequest | RotateServerCa (Google.Apis.SQLAdmin.v1beta4.Data.InstancesRotateServerCaRequest body, string project, string instance) |
| | Rotates the server certificate to one signed by the Certificate Authority (CA) version previously added with the addServerCA method. More...
|
| |
| virtual StartReplicaRequest | StartReplica (string project, string instance) |
| | Starts the replication in the read replica instance. More...
|
| |
| virtual StopReplicaRequest | StopReplica (string project, string instance) |
| | Stops the replication in the read replica instance. More...
|
| |
| virtual TruncateLogRequest | TruncateLog (Google.Apis.SQLAdmin.v1beta4.Data.InstancesTruncateLogRequest body, string project, string instance) |
| | Truncate MySQL general and slow query log tables More...
|
| |
| virtual UpdateRequest | Update (Google.Apis.SQLAdmin.v1beta4.Data.DatabaseInstance body, string project, string instance) |
| | Updates settings of a Cloud SQL instance. Caution: This is not a partial update, so you must include values for all the settings that you want to retain. For partial updates, use patch. More...
|
| |
The "instances" collection of methods.