Expand description
§Example
async fn sample(
) -> anyhow::Result<()> {
let client = DatasetService::builder().build().await?;
let response = client.get_dataset()
/* set fields */
.send().await?;
println!("response {:?}", response);
Ok(())
}Concrete implementations of this client library traits.
Structs§
- Dataset
Service - Implements a client for the BigQuery API.
- JobService
- Implements a client for the BigQuery API.
- Model
Service - Implements a client for the BigQuery API.
- Project
Service - Implements a client for the BigQuery API.
- Routine
Service - Implements a client for the BigQuery API.
- RowAccess
Policy Service - Implements a client for the BigQuery API.
- Table
Service - Implements a client for the BigQuery API.