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

Add samples for MR CMEK database creation, backup creation, copy backup, and backup restore. - - - This change is [](https://reviewable.io/reviews/googleapis/google-cloud-cpp/14674)

api: spanner
samples

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gcr.io/kaniko-project/executor](https://togithub.com/GoogleContainerTools/kaniko) | patch | `v1.23.1-debug` -> `v1.23.2-debug` | --- ### Release Notes GoogleContainerTools/kaniko (gcr.io/kaniko-project/executor) ###...

## Problem We use the current retry policy (which can be customized by the application) to determine whether stream failures are transient. However, we use the *default* retry policy to...

type: bug
api: bigtable
priority: p3

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [com_google_protobuf](https://togithub.com/protocolbuffers/protobuf) | http_archive | major | `v27.4` -> `v28.0` | | protobuf |...

**What component of `google-cloud-cpp` is this feature request for?** `google/cloud/compute` **Describe the solution you'd like** A clear and concise description of what you want to happen. Is there an API...

type: feature request

Add a few code snippets to illustrate how to use Spanner Graph functionality in Java. These examples resemble other snippets for how various other Spanner features can be used. Fixes...

google/cloud/spanner There are currently several examples for how to use Cloud Spanner with CPP. With the recent announcement of the introduction of Spanner Graph, some examples of how to use...

type: feature request
samples

This change is [](https://reviewable.io/reviews/googleapis/google-cloud-cpp/14620)

**What component of `google-cloud-cpp` is this feature request for?** GCS (i.e., something in `google/cloud/storage`) **Is your feature request related to a problem? Please describe.** GCS CLI supports local signing where...

type: feature request

For Requests that have query parameters nested in messages, we need to synthesize qualified names for those parameters and include them in the URL. for this example, the URL should...

type: cleanup
cpp: generator