google-cloud-cpp
google-cloud-cpp copied to clipboard
C++ Client Libraries for Google Cloud Services
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
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...
This test is reasonable complicated and could benefit from being split into multiple tests that exercise each option being set.
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: [35mdocuploader > [32mCool, I have those tarred up.[0m Step #3: [35mdocuploader > [34mOkay, I'm sending them to the cloudâ„¢ now.[0m Step #3: Traceback (most recent call...
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...
Right now, we only test for spans in unit tests.
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(....);...
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...
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...
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...