Expand description
Concrete implementations of client library traits.
§Example
async fn sample(
) -> anyhow::Result<()> {
let client = TraceService::builder().build().await?;
client.batch_write_spans()
/* set fields */
.send().await?;
Ok(())
}Structs§
- Trace
Service - Implements a client for the Cloud Trace API.