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

Supporting Bazel v7 (even without bzlmod) will require multiple steps. We will use this issue to discuss the ideas and then use it as a tracking bug. ## Background At...

type: feature request
cpp: operator

Add any context about the cleanup here.

type: cleanup
samples

If an error has occurred, we need to correctly interrogate the operation type in the response and construct an appropriate `Status` object.

type: cleanup
cpp: generator
cpp: rest

Determine if combining these fields in `DiscoveryTypeVertex::TypeInfo` makes sense and if it increases readability or not.

type: cleanup
cpp: generator

Now that `google.api.http` handling has improved and generated protos are correctly populating the `body` field, determine if we still need to continue annotating the same field listed as the value...

type: cleanup
api: compute
cpp: generator

We have a system for tracking whether substitutions that we make on parameter comments from protos are used. https://github.com/googleapis/google-cloud-cpp/blob/7c4bd275d07df0a8a3652c1bd40038ea5d434818/generator/internal/descriptor_utils.cc#L463-L465 https://github.com/googleapis/google-cloud-cpp/blob/7c4bd275d07df0a8a3652c1bd40038ea5d434818/generator/internal/descriptor_utils.cc#L600 We should consider doing the same thing for substitutions that...

type: cleanup
cpp: generator
cpp: operator

When Spanner started using generated stubs (see #11854 and #11888) it picked up generic support for streaming-RPC logging via `spanner_internal::SpannerLogging` (when the "rpc" tracing component is enabled), which adds `internal::StreamingReadRpcLogging`...

type: cleanup
api: spanner