google-cloud-cpp
google-cloud-cpp copied to clipboard
C++ Client Libraries for Google Cloud Services
Bazel is adding a new (better) way to handle dependencies: https://bazel.build/external/overview#bzlmod This automatically handles recursive dependencies, resolves diamond dependencies, etc. And supports multiple registries of packages: https://bazel.build/external/registry With a default...
We currently assume that the service only adds a `resume_token` when the `PartialResultSet` ends with a completed row (except when the `PartialResultSet` also completes the stream, in which case the...
In https://github.com/googleapis/google-cloud-cpp/pull/13248#discussion_r1418940372 @coryan wrote ... I think @googleapis_reference_link{} does not work for well-known protos. It will expand to: https://github.com/googleapis/google-cloud-cpp/blob/6203e23223c5093aee647284fbbc08744a27b02d/cmake/GoogleapisConfig.cmake#L36 And the file does not exist in the googleapis/googleapis repository: https://github.com/googleapis/googleapis/tree/master/google/protobuf...
We need to upgrade the following files to use Fedora:39 - [x] `ci/cloudbuild/dockerfiles/fedora-latest-bazel.Dockerfile` - [x] `ci/cloudbuild/dockerfiles/fedora-latest-cmake.Dockerfile` - [x] `ci/cloudbuild/dockerfiles/fedora-latest-cxx14.Dockerfile` - [x] `ci/cloudbuild/dockerfiles/fedora-latest-cxx20.Dockerfile` - [x] `ci/cloudbuild/dockerfiles/fedora-latest-m32.Dockerfile` - [ ] `ci/cloudbuild/dockerfiles/fedora-latest-publish-docs.Dockerfile` -...
Bigtable returns a trailer: `x-goog-ext-425905942-bin`, which is the following proto encoded: ```proto message RequestParams { optional string cluster_zone = 1; optional string cluster_id = 2; } ``` This is the...
- for the blocking publisher - unary pull - subscriber streaming pull
Add any context about the cleanup here.
We have separate libraries for Dialogflow v2 and v3. - `google/cloud/dialogflow_cx` - `google/cloud/dialogflow_es` These were generated before we established the convention that one library should hold all versions of a...
Both the GoldenThingAdmin and GoldenKitchenSink services use the same env var GOLDEN_KITCHEN_SINK_ENDPOINT. The env var should match the service name. My first thought was this was an issue because both...