google-cloud-cpp
google-cloud-cpp copied to clipboard
C++ Client Libraries for Google Cloud Services
This change is [](https://reviewable.io/reviews/googleapis/google-cloud-cpp/15076)
**What component of `google-cloud-cpp` is this feature request for?** For GCS **Is your feature request related to a problem? Please describe.** A clear and The original request may have omitted...
**What component of `google-cloud-cpp` is this feature request for?** For GCS **Is your feature request related to a problem? Please describe.** A clear and We need to bring the Async...
**What component of `google-cloud-cpp` is this feature request for?** For GCS **Is your feature request related to a problem? Please describe.** A clear and This decorator should create logical logs...
**What component of `google-cloud-cpp` is this feature request for?** For GCS **Is your feature request related to a problem? Please describe.** A clear and We need a function to convert...
Just before the next major release (v3.0.0 expected for 2023-07) we should add a `[[deprecated]]` attribute to all symbols in `google::cloud::storage::oauth2`. The symbols can be removed after (or just before?)...
The Spanner service currently accepts ISO8601 formatted literals as well as a subset of other formats that are supported in Postgres. The `google::cloud::spanner::MakeInterval` function accepts both ISO8601 formats as well...
The initial implementation reacquires a mutex between starting a new Read() and a new Write() message. We should probably do these atomically, or at least guarantee we use the same...
When a range is completed, we should consider returning early or other optimizations in the code path.
These functions are used in separate places and appear to have similar intent, but while PopulateAuthOptions preserves the existing options its given, MakeAuthOptions discards them. This seems incorrect on the...