Skip to content

Commit bf69673

Browse files
chore: Update generation configuration at Wed Jan 29 02:21:00 UTC 2025 (#3609)
* chore: Update generation configuration at Fri Jan 24 02:21:50 UTC 2025 * chore: generate libraries at Fri Jan 24 02:22:39 UTC 2025 * chore: Update generation configuration at Sat Jan 25 02:17:52 UTC 2025 * chore: Update generation configuration at Tue Jan 28 02:21:20 UTC 2025 * chore: Update generation configuration at Wed Jan 29 02:21:00 UTC 2025 --------- Co-authored-by: Sakthivel Subramanian <179120858+sakthivelmanii@users.noreply.github.com>
1 parent 705b627 commit bf69673

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

.github/workflows/hermetic_library_generation.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
fetch-depth: 0
3939
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
40-
- uses: googleapis/sdk-platform-java/.github/scripts@v2.51.1
40+
- uses: googleapis/sdk-platform-java/.github/scripts@v2.52.0
4141
if: env.SHOULD_RUN == 'true'
4242
with:
4343
base_ref: ${{ github.base_ref }}

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ If you are using Maven without the BOM, add this to your dependencies:
4949
If you are using Gradle 5.x or later, add this to your dependencies:
5050

5151
```Groovy
52-
implementation platform('com.google.cloud:libraries-bom:26.52.0')
52+
implementation platform('com.google.cloud:libraries-bom:26.53.0')
5353
5454
implementation 'com.google.cloud:google-cloud-spanner'
5555
```

generation_config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
gapic_generator_version: 2.51.1
2-
googleapis_commitish: d581bbe1a66ad2e47eda2beebf6200f23b766ca9
3-
libraries_bom_version: 26.52.0
1+
gapic_generator_version: 2.52.0
2+
googleapis_commitish: 280725e991516d4a0f136268faf5aa6d32d21b54
3+
libraries_bom_version: 26.53.0
44
libraries:
55
- api_shortname: spanner
66
name_pretty: Cloud Spanner

proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CrontabSpec.java

+7-7
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
7676
* <pre>
7777
* Required. Textual representation of the crontab. User can customize the
7878
* backup frequency and the backup version time using the cron
79-
* expression. The version time must be in UTC timzeone.
79+
* expression. The version time must be in UTC timezone.
8080
*
8181
* The backup will contain an externally consistent copy of the
8282
* database at the version time. Allowed frequencies are 12 hour, 1 day,
@@ -110,7 +110,7 @@ public java.lang.String getText() {
110110
* <pre>
111111
* Required. Textual representation of the crontab. User can customize the
112112
* backup frequency and the backup version time using the cron
113-
* expression. The version time must be in UTC timzeone.
113+
* expression. The version time must be in UTC timezone.
114114
*
115115
* The backup will contain an externally consistent copy of the
116116
* database at the version time. Allowed frequencies are 12 hour, 1 day,
@@ -684,7 +684,7 @@ public Builder mergeFrom(
684684
* <pre>
685685
* Required. Textual representation of the crontab. User can customize the
686686
* backup frequency and the backup version time using the cron
687-
* expression. The version time must be in UTC timzeone.
687+
* expression. The version time must be in UTC timezone.
688688
*
689689
* The backup will contain an externally consistent copy of the
690690
* database at the version time. Allowed frequencies are 12 hour, 1 day,
@@ -717,7 +717,7 @@ public java.lang.String getText() {
717717
* <pre>
718718
* Required. Textual representation of the crontab. User can customize the
719719
* backup frequency and the backup version time using the cron
720-
* expression. The version time must be in UTC timzeone.
720+
* expression. The version time must be in UTC timezone.
721721
*
722722
* The backup will contain an externally consistent copy of the
723723
* database at the version time. Allowed frequencies are 12 hour, 1 day,
@@ -750,7 +750,7 @@ public com.google.protobuf.ByteString getTextBytes() {
750750
* <pre>
751751
* Required. Textual representation of the crontab. User can customize the
752752
* backup frequency and the backup version time using the cron
753-
* expression. The version time must be in UTC timzeone.
753+
* expression. The version time must be in UTC timezone.
754754
*
755755
* The backup will contain an externally consistent copy of the
756756
* database at the version time. Allowed frequencies are 12 hour, 1 day,
@@ -782,7 +782,7 @@ public Builder setText(java.lang.String value) {
782782
* <pre>
783783
* Required. Textual representation of the crontab. User can customize the
784784
* backup frequency and the backup version time using the cron
785-
* expression. The version time must be in UTC timzeone.
785+
* expression. The version time must be in UTC timezone.
786786
*
787787
* The backup will contain an externally consistent copy of the
788788
* database at the version time. Allowed frequencies are 12 hour, 1 day,
@@ -810,7 +810,7 @@ public Builder clearText() {
810810
* <pre>
811811
* Required. Textual representation of the crontab. User can customize the
812812
* backup frequency and the backup version time using the cron
813-
* expression. The version time must be in UTC timzeone.
813+
* expression. The version time must be in UTC timezone.
814814
*
815815
* The backup will contain an externally consistent copy of the
816816
* database at the version time. Allowed frequencies are 12 hour, 1 day,

proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CrontabSpecOrBuilder.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public interface CrontabSpecOrBuilder
3030
* <pre>
3131
* Required. Textual representation of the crontab. User can customize the
3232
* backup frequency and the backup version time using the cron
33-
* expression. The version time must be in UTC timzeone.
33+
* expression. The version time must be in UTC timezone.
3434
*
3535
* The backup will contain an externally consistent copy of the
3636
* database at the version time. Allowed frequencies are 12 hour, 1 day,
@@ -53,7 +53,7 @@ public interface CrontabSpecOrBuilder
5353
* <pre>
5454
* Required. Textual representation of the crontab. User can customize the
5555
* backup frequency and the backup version time using the cron
56-
* expression. The version time must be in UTC timzeone.
56+
* expression. The version time must be in UTC timezone.
5757
*
5858
* The backup will contain an externally consistent copy of the
5959
* database at the version time. Allowed frequencies are 12 hour, 1 day,

proto-google-cloud-spanner-admin-database-v1/src/main/proto/google/spanner/admin/database/v1/backup_schedule.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ message BackupSchedule {
100100
message CrontabSpec {
101101
// Required. Textual representation of the crontab. User can customize the
102102
// backup frequency and the backup version time using the cron
103-
// expression. The version time must be in UTC timzeone.
103+
// expression. The version time must be in UTC timezone.
104104
//
105105
// The backup will contain an externally consistent copy of the
106106
// database at the version time. Allowed frequencies are 12 hour, 1 day,

0 commit comments

Comments
 (0)