google-cloud-cpp
google-cloud-cpp copied to clipboard
C++ Client Libraries for Google Cloud Services
Currently, the integration test only runs on `integration-production-pr`. Let's run it on some other linux bazel builds. - - - This change is [](https://reviewable.io/reviews/googleapis/google-cloud-cpp/9686)
In #9678, I forgot to set `topic_name_` upon initialization, so we were not deleting the topic in the test's destructor. Oops, my bad. https://github.com/googleapis/google-cloud-cpp/blob/ad5acebb8a413baeafbb2fb9857fc2086215795e/google/cloud/pubsublite/integration_tests/publisher_integration_test.cc#L85 I noticed that most leaked topics...
Part of the work for #9659 - - - This change is [](https://reviewable.io/reviews/googleapis/google-cloud-cpp/9680)
This seems to be in a crash in Bazel: ``` exec bazel-out/k8-fastbuild/bin/external/remote_coverage_tools/Main --coverage_dir=/h/.cache/bazel/_bazel_root/eab0d61a99b6696edb3d2aff87b585e8/sandbox/linux-sandbox/3211/execroot/com_github_googleapis_google_cloud_cpp/_coverage/google/cloud/storage/internal_grpc_resumable_upload_session_url_test/test --output_file=/h/.cache/bazel/_bazel_root/eab0d61a99b6696edb3d2aff87b585e8/sandbox/linux-sandbox/3211/execroot/com_github_googleapis_google_cloud_cpp/bazel-out/k8-fastbuild/testlogs/google/cloud/storage/internal_grpc_resumable_upload_session_url_test/coverage.dat --filter_sources=/usr/bin/.+ --filter_sources=/usr/lib/.+ --filter_sources=/usr/include.+ '--filter_sources=.*external/.+' --source_file_manifest=/h/.cache/bazel/_bazel_root/eab0d61a99b6696edb3d2aff87b585e8/sandbox/linux-sandbox/3211/execroot/com_github_googleapis_google_cloud_cpp/bazel-out/k8-fastbuild/bin/google/cloud/storage/internal_grpc_resumable_upload_session_url_test.instrumented_files # # A fatal error has been detected by the Java...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/googleapis/google-cloud-cpp). ## Config Migration Needed - [ ]...
FR to provide an API to create and verify google OIDC tokens. These `id_tokens` are based on service account type flows (service_ccount.json, compute engine, impersonatec credentials) and can be used...
Just like we format shell scripts, and C++ code, and CMake, and so on, maybe we should use something like: https://github.com/shurcooL/markdownfmt to format the markdown sources.
Some applications need to set the x-api-key metadata header in Cloud Bigtable. Without decorators or interceptors probably the best way is to add an `api_key()` attribute to `ClientOptions` which gets...
We need to support third-party identities, like gRPC does in: https://github.com/grpc/proposal/blob/master/L77-core-cpp-third-party-identity-support-for-call-credentials.md More details available internally at go/guac-3pi
This is in response to: https://stackoverflow.com/q/53885615/624900 We do not support the flow described by: https://developers.google.com/identity/protocols/OAuth2#webserver or: https://developers.google.com/identity/protocols/OAuth2#installed which evidently some users need. I think this is "just" a factory function...