google-cloud-cpp
google-cloud-cpp copied to clipboard
C++ Client Libraries for Google Cloud Services
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)
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...
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...
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...
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...
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...