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

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

type: cleanup

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

type: cleanup

Add any context about the cleanup here.

type: cleanup

We need to create a span that covers the full upload.

api: storage
type: feature request
cpp: opentelemetry

We need to create a span that covers the full download.

api: storage
type: feature request
cpp: opentelemetry

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

type: cleanup

Update the version to a commit sha that has the demo code merged.

type: cleanup

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

type: feature request

api: bigtable
type: feature request
type: docs

For long-lived spans (the ones for streaming RPCs and `HttpPayload`) we should capture the thread used for each event / child span.

type: feature request
cpp: operator
cpp: opentelemetry