pub type ClientBuilder = ClientBuilder<Factory, Credentials>;Expand description
A builder for Operations.
let builder : ClientBuilder = Operations::builder();
let client = builder
.with_endpoint("https://longrunning.googleapis.com")
.build().await?;Aliased Typeยง
pub struct ClientBuilder { /* private fields */ }