google-cloud-cpp
google-cloud-cpp copied to clipboard
C++ Client Libraries for Google Cloud Services
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...
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...
Now that OTel is a requirement, we need to update the instructions.
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...
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...
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.
crc32c is available in abseil since 20230125: https://github.com/abseil/abseil-cpp/commit/1687dbf814eceb93de2d93f91b31acaab404091c. Use this in order to reduce dependencies.
Once we get a 404 when requesting the ud, we should cache that result and not issue additional requests that will also 404.
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 -...
This change is [](https://reviewable.io/reviews/googleapis/google-cloud-cpp/14676)