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

* GCB: https://console.cloud.google.com/cloud-build/builds;region=us-east1/7ecda689-b751-42d0-938b-ddae4e908a77;tab=detail?project=cloud-cpp-testing-resources * Raw: https://storage.googleapis.com/cloud-cpp-community-publiclogs/logs/google-cloud-cpp/main/0c3c395273c100ab7910063402c68b610d01a137/fedora-latest-publish-docs-publish-docs/log-7ecda689-b751-42d0-938b-ddae4e908a77.txt ``` Step #5: T+743.963s [444/511] Generate compute HTML documentation Step #5: FAILED: google/cloud/compute/CMakeFiles/compute-docs /workspace/cmake-out/google/cloud/compute/CMakeFiles/compute-docs Step #5: cd /workspace/google/cloud/compute && /usr/bin/cmake -E make_directory /workspace/cmake-out/google/cloud/compute &&...

type: cleanup
cpp: flake

[go/cloud-cxx:grpc-workaround](http://goto.google.com/cloud-cxx:grpc-workaround) - [ ] Refactor GetRequestMetadataFromContext - [ ] Add bool for to determine if GetRequestMetadataFromContext gets made - [x] Handle async rpc case - [x] Handle streaming rpc case

type: cleanup

**What component of `google-cloud-cpp` is this feature request for?** For Google cloud datastore(native mode) **Is your feature request related to a problem? Please describe.** I can't seem to be able...

type: question

Starting with gRPC-v1.62.x there are cool metrics published via OTel: https://github.com/grpc/grpc/blob/6d7a55890e076a3a8abc8185b6bf0153fcf9d179/include/grpcpp/ext/otel_plugin.h#L45-L58 We would like a simple function to initialize a metrics provider such that metrics related to the Storage library...

api: storage
type: feature request

* GCB: https://console.cloud.google.com/cloud-build/builds;region=us-east1/ec5a5ec3-436f-4d12-834a-cdeca593ed51;tab=detail?project=cloud-cpp-testing-resources * Raw: https://storage.googleapis.com/cloud-cpp-community-publiclogs/logs/google-cloud-cpp/main/690a4f2fdcfe354145566a274cec5a686bc52470/demo-opensuse-leap-demo-install/log-ec5a5ec3-436f-4d12-834a-cdeca593ed51.txt Carlos writes: > `abseil-cpp-devel` is pulling 2401 > `grpc-devel` pulls two versions of Abseil: libabsl2308_0_0 libabsl2401_0_0

type: cleanup
cpp: operator

Hi, I'm not a user of google-cloud-cpp, but I'm tracking the progress of c++20 modules support on https://arewemodulesyet.org/ and this is the issue we are linking to in our table...

type: feature request

We use `renovate.sh` to update the googleapis SHA. It automatically updates the generated code too: https://github.com/googleapis/google-cloud-cpp/blob/682e0657e270533675163dca54a722526aaae145/external/googleapis/renovate.sh#L72-L75 The `|| true` is needed because `generate-libraries.sh` is intended as a CI script. It...

type: cleanup
cpp: operator

We need to produce an idiomatic C++ API surface for https://cloud.google.com/bigquery/docs/reference/rest This is a big undertaking. It will have several subtasks, such as #13892. We will fill in the details...

type: feature request
api: bigquery

The build cache for GitHub Actions uses a service account key. These expire after 90d and need to be manually rotated. We could use (WIF) Workload Identity Federation to configure...

type: cleanup
cpp: operator

Please implement the object retention feature. The following operations must be supported: - [x] Create a bucket with object retention enabled by using the `enableObjectRetention` bucket create boolean option at...

api: storage
type: feature request
external