Skip to content

Commit

Permalink
chore: generate libraries at Fri Jan 24 02:22:39 UTC 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-java-bot committed Jan 24, 2025
1 parent 629b120 commit 153f4c2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.50.0</version>
<version>26.53.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -49,7 +49,7 @@ If you are using Maven without the BOM, add this to your dependencies:
If you are using Gradle 5.x or later, add this to your dependencies:

```Groovy
implementation platform('com.google.cloud:libraries-bom:26.52.0')
implementation platform('com.google.cloud:libraries-bom:26.53.0')
implementation 'com.google.cloud:google-cloud-spanner'
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
* <pre>
* Required. Textual representation of the crontab. User can customize the
* backup frequency and the backup version time using the cron
* expression. The version time must be in UTC timzeone.
* expression. The version time must be in UTC timezone.
*
* The backup will contain an externally consistent copy of the
* database at the version time. Allowed frequencies are 12 hour, 1 day,
Expand Down Expand Up @@ -110,7 +110,7 @@ public java.lang.String getText() {
* <pre>
* Required. Textual representation of the crontab. User can customize the
* backup frequency and the backup version time using the cron
* expression. The version time must be in UTC timzeone.
* expression. The version time must be in UTC timezone.
*
* The backup will contain an externally consistent copy of the
* database at the version time. Allowed frequencies are 12 hour, 1 day,
Expand Down Expand Up @@ -684,7 +684,7 @@ public Builder mergeFrom(
* <pre>
* Required. Textual representation of the crontab. User can customize the
* backup frequency and the backup version time using the cron
* expression. The version time must be in UTC timzeone.
* expression. The version time must be in UTC timezone.
*
* The backup will contain an externally consistent copy of the
* database at the version time. Allowed frequencies are 12 hour, 1 day,
Expand Down Expand Up @@ -717,7 +717,7 @@ public java.lang.String getText() {
* <pre>
* Required. Textual representation of the crontab. User can customize the
* backup frequency and the backup version time using the cron
* expression. The version time must be in UTC timzeone.
* expression. The version time must be in UTC timezone.
*
* The backup will contain an externally consistent copy of the
* database at the version time. Allowed frequencies are 12 hour, 1 day,
Expand Down Expand Up @@ -750,7 +750,7 @@ public com.google.protobuf.ByteString getTextBytes() {
* <pre>
* Required. Textual representation of the crontab. User can customize the
* backup frequency and the backup version time using the cron
* expression. The version time must be in UTC timzeone.
* expression. The version time must be in UTC timezone.
*
* The backup will contain an externally consistent copy of the
* database at the version time. Allowed frequencies are 12 hour, 1 day,
Expand Down Expand Up @@ -782,7 +782,7 @@ public Builder setText(java.lang.String value) {
* <pre>
* Required. Textual representation of the crontab. User can customize the
* backup frequency and the backup version time using the cron
* expression. The version time must be in UTC timzeone.
* expression. The version time must be in UTC timezone.
*
* The backup will contain an externally consistent copy of the
* database at the version time. Allowed frequencies are 12 hour, 1 day,
Expand Down Expand Up @@ -810,7 +810,7 @@ public Builder clearText() {
* <pre>
* Required. Textual representation of the crontab. User can customize the
* backup frequency and the backup version time using the cron
* expression. The version time must be in UTC timzeone.
* expression. The version time must be in UTC timezone.
*
* The backup will contain an externally consistent copy of the
* database at the version time. Allowed frequencies are 12 hour, 1 day,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public interface CrontabSpecOrBuilder
* <pre>
* Required. Textual representation of the crontab. User can customize the
* backup frequency and the backup version time using the cron
* expression. The version time must be in UTC timzeone.
* expression. The version time must be in UTC timezone.
*
* The backup will contain an externally consistent copy of the
* database at the version time. Allowed frequencies are 12 hour, 1 day,
Expand All @@ -53,7 +53,7 @@ public interface CrontabSpecOrBuilder
* <pre>
* Required. Textual representation of the crontab. User can customize the
* backup frequency and the backup version time using the cron
* expression. The version time must be in UTC timzeone.
* expression. The version time must be in UTC timezone.
*
* The backup will contain an externally consistent copy of the
* database at the version time. Allowed frequencies are 12 hour, 1 day,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ message BackupSchedule {
message CrontabSpec {
// Required. Textual representation of the crontab. User can customize the
// backup frequency and the backup version time using the cron
// expression. The version time must be in UTC timzeone.
// expression. The version time must be in UTC timezone.
//
// The backup will contain an externally consistent copy of the
// database at the version time. Allowed frequencies are 12 hour, 1 day,
Expand Down

0 comments on commit 153f4c2

Please sign in to comment.