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

The APIs are not marked as preview: https://github.com/googleapis/googleapis/tree/master/google/cloud/apigeeregistry/v1 https://cloud.google.com/apigee/docs/reference/apis/apigeeregistry/rest But the service documentation says it is not GA: https://cloud.google.com/apigee/docs/api-hub/what-is-api-hub

type: feature request
external
cpp: generate-library

Our build scripts have a way to support transition[^1] libraries, but as @coryan points out in https://github.com/googleapis/google-cloud-cpp/pull/13210#discussion_r1410817884 our generated code does not have a way to support transition services. We...

type: cleanup

This test is reasonable complicated and could benefit from being split into multiple tests that exercise each option being set.

type: cleanup

https://console.cloud.google.com/cloud-build/builds;region=us-east1/1e56ab7f-7b3d-4acc-a210-dac7f235f2f9?project=cloud-cpp-testing-resources&e=-13802955&mods=logs_tg_prod ``` Step #3: docuploader > Cool, I have those tarred up. Step #3: docuploader > Okay, I'm sending them to the cloudâ„¢ now. Step #3: Traceback (most recent call...

type: cleanup
priority: p2
cpp: flake

https://console.cloud.google.com/cloud-build/builds;region=us-east1/d724a51a-7b64-4a5a-891f-c9351bdc0cc1?project=936212892354 We have a backup ... ``` Step #3: 2023-04-01T08:10:12.431769466Z [DEBUG] GetBackup() > response=google.spanner.admin.database.v1.Backup { Step #3: database: "projects/cloud-cpp-testing-resources/instances/test-instance-13/databases/db-2023-04-01-7kj1wf1x32mzvy9v" Step #3: version_time { Step #3: "2023-04-01T07:49:00.196611Z" Step #3: } Step...

type: cleanup
api: spanner
external
priority: p3
cpp: flake

Right now, we only test for spans in unit tests.

testing
type: cleanup
cpp: opentelemetry

Our integration tests often perform "non-idempotent" operations, but these can fail even if our code is working fine. A typical test may have this structure: ```cc auto create = client.CreateFoo(....);...

type: cleanup
cpp: flake

This looks similar to #6438, in that Kaniko is trying to make a network operation that gets interrupted or fails. However, the specific operation seems different, so it probably has...

type: cleanup
cpp: flake

Some services were added with unversioned clients. We generated versioned clients. To maintain backwards compatibility, we pointed the unversioned headers to versioned headers, and unversioned clients to versioned clients. See...

type: cleanup
next major: breaking change

Googlers can see: go/cloud-cxx:reducing-build-times ## Milestone 1 - GAPICs - [x] Move speech/v2/streaming.cc to internal - [x] Fix gRPC/REST name clash in metadata decorator - [x] #14171 - [x] Add...

type: cleanup