The Wayback Machine - https://web.archive.org/web/20210710194813/https://github.com/topics/google-cloud-platform
Skip to content
#

google-cloud-platform

google-cloud logo

Google Cloud Platform, offered by Google, is a suite of cloud computing services. Google Cloud Platform provides Infrastructure as a Service, Platform as a Service, and Serverless Computing environments.

Here are 1,479 public repositories matching this topic...

coryan
coryan commented Jan 25, 2021

This is motivated by #5703. Applications may need to persist the state of pagination iterators, for example, because they are implementing a web service that returns pages of results.

I suggested this API:

struct Page {
  std::vector<std::string> bucket_names;
  std::string reader_state;
};

Page BucketsPage(gcs::Client client, std::string reader_state) {
  auto reader = client.

Released April 7, 2008

Organization
GoogleCloudPlatform
Website
cloud.google.com
Wikipedia
Wikipedia

Related Topics

firebase google