Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Commit b264100

Browse files
chore: re-generated to pick up changes from googleapis (#364)
* changes without context autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters. * fix(spanner): update UpdateBackup to be retryable PiperOrigin-RevId: 322293383 Source-Author: Google APIs <noreply@google.com> Source-Date: Mon Jul 20 22:14:54 2020 -0700 Source-Repo: googleapis/googleapis Source-Sha: 8f2eda119e11c8bd0c189b545da18bba9019c83e Source-Link: googleapis/googleapis@8f2eda1
1 parent e89c601 commit b264100

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ If you are using Maven without BOM, add this to your dependencies:
3838
<dependency>
3939
<groupId>com.google.cloud</groupId>
4040
<artifactId>google-cloud-spanner</artifactId>
41-
<version>1.58.0</version>
41+
<version>1.59.0</version>
4242
</dependency>
4343

4444
```

google-cloud-spanner/src/main/java/com/google/cloud/spanner/admin/database/v1/stub/DatabaseAdminStubSettings.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -888,8 +888,8 @@ private static Builder initDefaults(Builder builder) {
888888

889889
builder
890890
.updateBackupSettings()
891-
.setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("no_retry_1_codes"))
892-
.setRetrySettings(RETRY_PARAM_DEFINITIONS.get("no_retry_1_params"));
891+
.setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("retry_policy_1_codes"))
892+
.setRetrySettings(RETRY_PARAM_DEFINITIONS.get("retry_policy_1_params"));
893893

894894
builder
895895
.deleteBackupSettings()

synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-spanner.git",
7-
"sha": "6ee83b5ce2e1c2a26ca83450f3a6b77f7c327b52"
7+
"sha": "e89c601493c527ca9b9dcdac7ae5e26440f3a4fb"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "59f97e6044a1275f83427ab7962a154c00d915b5",
15-
"internalRef": "321058159"
14+
"sha": "8f2eda119e11c8bd0c189b545da18bba9019c83e",
15+
"internalRef": "322293383"
1616
}
1717
},
1818
{

0 commit comments

Comments
 (0)