google-cloud-cpp
google-cloud-cpp copied to clipboard
C++ Client Libraries for Google Cloud Services
Likely due to an issue in clang-format, it needs to be executed twice to result in the desired formatting of `google/cloud/compute/firewall_policies/v1/internal/firewall_policies_rest_connection_impl.cc` diff from output of the first execution to the...
Part of the work for #13998 - - - This change is [](https://reviewable.io/reviews/googleapis/google-cloud-cpp/14238)
Part of the work for #14112 - - - This change is [](https://reviewable.io/reviews/googleapis/google-cloud-cpp/14240)
Part of the work for #13998 - - - This change is [](https://reviewable.io/reviews/googleapis/google-cloud-cpp/14229)
Part of the work for #13998 - - - This change is [](https://reviewable.io/reviews/googleapis/google-cloud-cpp/14259)
gRPC's OTel plugin has a couple of bugs with respect to packaging. Once those are fixed we should clean up the workarounds in our code: - [x] https://github.com/grpc/grpc/issues/36624 - [...
We are taking a hard dependency on `opentelemetry-cpp` and a soft dependency on gRPC's OTel plugin, even though both are required for metrics. It seems like we would want either...
node_groups.proto and possibly other protos have string request_id fields that if annotated correctly we could generate UUIDs on behalf of the user.
Part of the work for #14269 I am not sure whether I should call this a `cleanup` or a `feat`. :shrug: env var changes will come later. --- ## Testing...
ListJobs or other List* endpoints (look for page size, page token etc.) ex. in the ListJobsRequest ``` google.protobuf.Int32Value max_results = 3; ``` Should be ``` int32 page_size = 2; ```...