Expand description
§Example
use google_cloud_gax::paginator::ItemPaginator as _;
let client = Operations::builder().build().await?;
let mut list = client.list_operations()
/* set fields */
.by_item();
while let Some(item) = list.next().await.transpose()? {
println!("{:?}", item);
}Concrete implementations of this client library traits.
Structs§
- Operations
- Implements a client for the Long Running Operations API.