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. Alongside a set of management tools, it provides a series of modular cloud services including computing, data storage, data analytics and machine learning.

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

rowy
n-sviridenko
n-sviridenko commented Nov 15, 2021

Is your feature request related to a problem? Please describe.

We don't want giving our staff ADMIN permissions, but they need to be able to add new option values without distracting us every time.

Describe the solution you'd like

Everyone authenticated should be able to manage option values. This can be also configured on a field level (e.g. "Who can manage option values: Everyon

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.