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

https://github.com/googleapis/google-cloud-cpp/actions/runs/9559232391 ``` [ RUN ] GoogleCredentialsTest.LoadP12Credentials D:\a\google-cloud-cpp\google-cloud-cpp\google\cloud\storage\oauth2\google_credentials_test.cc(549): error: Value of: creds Expected: code is equal to OK and message is anything Actual: 40-byte object , whose status is INVALID_ARGUMENT: No...

api: storage
type: cleanup
cpp: flake

In the Client and Connection classes these methods require the `ExperimentalTag`. Once we're satisfied with that these methods are working as we they should, remove the `ExperimentalTag` and its associated...

type: cleanup

Now that OTel is a requirement, we need to update the instructions.

api: storage
type: feature request
type: docs

The call sites for `ParseComputeOperationInfo` do not provide the ability to propagate an error if `ParseComputeOperationInfo` detected one, such as a malformed URL. Consider enhancing the async get and async...

type: cleanup

Currently in `AsyncAwaitLongRunningOperation` we can construct a `future` from an `Operation` just so we can pass it to `AsyncPollingLoop`. It would be preferable to refactor `AsyncPollingLoop` such that it could...

type: cleanup

Other issues: https://github.com/protocolbuffers/protobuf/issues/17032 https://github.com/grpc/grpc/issues/36815 https://github.com/microsoft/vcpkg/issues/39177 We have to work around the 14.40.* VC toolsets in order to run our Windows CI builds. This issue tracks removing the workaround.

type: cleanup

crc32c is available in abseil since 20230125: https://github.com/abseil/abseil-cpp/commit/1687dbf814eceb93de2d93f91b31acaab404091c. Use this in order to reduce dependencies.

type: cleanup
next major: breaking change

Once we get a 404 when requesting the ud, we should cache that result and not issue additional requests that will also 404.

type: cleanup

We propose adding more product neutral guides. The product neutral guides will include the following: - [ ] Mocks (https://github.com/googleapis/google-cloud-cpp/issues/12692) - [ ] Environment variables - [ ] Authentication -...

type: cleanup

This change is [](https://reviewable.io/reviews/googleapis/google-cloud-cpp/14676)

api: storage