google-cloud-cpp
google-cloud-cpp copied to clipboard
C++ Client Libraries for Google Cloud Services
## TL;DR; If the customer requests a "large" range, or if there are "too many" requests in the current `ObjectDescriptor` then the library should use a separate streaming RPC to...
Currently we see the error, we need to disable it now. I believe it is a temp error, we can try to re-enable it later. ``` Step #2: [ RUN...
Passing along all the `options` results in a misconfigured MetricServiceConnection. However, there may be some `Option` types that should be copied or extracted into an `Options` specific to MetricServiceConnection.
It would be nice to remove the recently added `bool called_post_call_;` member variable and instead refactor how the internal state machine works to ensure OperationContext::PostCall is only called once regardless...
Once google-cloud-cpp RC with bzlmod support is in BCR, update docs. b/433286403
Context: https://github.com/googleapis/google-cloud-cpp/pull/15245#pullrequestreview-3020800822
This needs to be investigated to determine why some commits are incorrectly excluded when generating release notes.
`bigtable::RowKeyType` is a `std::string` in OSS-land, and an `absl::Cord` in Google-land. `absl::Cord::clear()` is deprecated, in favor of `absl::Cord::Clear()`. `std::string::Clear()` is not a thing. We need to add a new `Clear(RowKeyType&)`...