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

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...

type: cleanup

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 - [...

type: cleanup

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...

api: storage
type: cleanup

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.

type: cleanup
api: compute
cpp: generator

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...

do not merge

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; ```...

type: cleanup
api: bigquery
cpp: generator