google-cloud-cpp
google-cloud-cpp copied to clipboard
C++ Client Libraries for Google Cloud Services
In #13546 we made `bigtable_mocks` header only. We did this to work around a problem. CMake complained when we tried to export `google_cloud_cpp_bigtable_mocks` because it cannot find the linked library:...
Unlike other queries we make to the MDS which response in JSON, the universe_domain response is plain text. This seems brittle as it does not allow for backward compatibility if...
Add any context about the cleanup here.
We need to create a span that covers the full upload.
We need to create a span that covers the full download.
Currently select builds are manually enabling universe_domain a la: ``` ENABLED_FEATURES="${ENABLED_FEATURES},universe_domain" ``` Typically, these are builds that already build the libs the demos depend on. Figure if there's a better...
Update the version to a commit sha that has the demo code merged.
Tracking Bug for all Universe Domain Service Library tasks ### Phase 1 Unblocking Service/Generator Work - [x] #13116 - [x] #13117 - [x] #13118 - [x] #13119 ### Phase 2...
For long-lived spans (the ones for streaming RPCs and `HttpPayload`) we should capture the thread used for each event / child span.