Skip to main content

Module client

Module client 

Source
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§

SqlBackupRunsService
Implements a client for the Cloud SQL Admin API.
SqlBackupsService
Implements a client for the Cloud SQL Admin API.
SqlConnectService
Implements a client for the Cloud SQL Admin API.
SqlDatabasesService
Implements a client for the Cloud SQL Admin API.
SqlFlagsService
Implements a client for the Cloud SQL Admin API.
SqlInstancesService
Implements a client for the Cloud SQL Admin API.
SqlOperationsService
Implements a client for the Cloud SQL Admin API.
SqlSslCertsService
Implements a client for the Cloud SQL Admin API.
SqlTiersService
Implements a client for the Cloud SQL Admin API.
SqlUsersService
Implements a client for the Cloud SQL Admin API.