google-cloud-cpp icon indicating copy to clipboard operation
google-cloud-cpp copied to clipboard

C++ Client Libraries for Google Cloud Services

Results 531 google-cloud-cpp issues
Sort by recently updated
recently updated
newest added

## 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...

type: feature request

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...

type: cleanup

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.

type: cleanup

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...

type: cleanup

Once google-cloud-cpp RC with bzlmod support is in BCR, update docs. b/433286403

type: feature request

Context: https://github.com/googleapis/google-cloud-cpp/pull/15245#pullrequestreview-3020800822

type: cleanup

This needs to be investigated to determine why some commits are incorrectly excluded when generating release notes.

type: cleanup

`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&)`...

api: bigtable
type: cleanup