Expand description
§Example
let client = SqlInstancesService::builder().build().await?;
let response = client.add_server_ca()
/* set fields */
.send().await?;
println!("response {:?}", response);Concrete implementations of this client library traits.
Structs§
- SqlBackup
Runs Service - Implements a client for the Cloud SQL Admin API.
- SqlBackups
Service - Implements a client for the Cloud SQL Admin API.
- SqlConnect
Service - Implements a client for the Cloud SQL Admin API.
- SqlDatabases
Service - Implements a client for the Cloud SQL Admin API.
- SqlFlags
Service - Implements a client for the Cloud SQL Admin API.
- SqlInstances
Service - Implements a client for the Cloud SQL Admin API.
- SqlOperations
Service - Implements a client for the Cloud SQL Admin API.
- SqlSsl
Certs Service - Implements a client for the Cloud SQL Admin API.
- SqlTiers
Service - Implements a client for the Cloud SQL Admin API.
- SqlUsers
Service - Implements a client for the Cloud SQL Admin API.