Skip to main content

Module client

Module client 

Source
Expand description

§Example

async fn sample(
) -> anyhow::Result<()> {
    let client = LoggingServiceV2::builder().build().await?;
    // use `client` to make requests to the Cloud Logging API.
    Ok(())
}

Concrete implementations of this client library traits.

Structs§

ConfigServiceV2
Implements a client for the Cloud Logging API.
LoggingServiceV2
Implements a client for the Cloud Logging API.
MetricsServiceV2
Implements a client for the Cloud Logging API.