Skip to content

Commit

Permalink
Merge branch 'main' into mux-rw-it
Browse files Browse the repository at this point in the history
  • Loading branch information
harshachinta authored Jan 29, 2025
2 parents 15b6864 + 1f143a4 commit ded800f
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hermetic_library_generation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
fetch-depth: 0
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
- uses: googleapis/sdk-platform-java/.github/scripts@v2.51.1
- uses: googleapis/sdk-platform-java/.github/scripts@v2.52.0
if: env.SHOULD_RUN == 'true'
with:
base_ref: ${{ github.base_ref }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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
6 changes: 3 additions & 3 deletions generation_config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
gapic_generator_version: 2.51.1
googleapis_commitish: d581bbe1a66ad2e47eda2beebf6200f23b766ca9
libraries_bom_version: 26.52.0
gapic_generator_version: 2.52.0
googleapis_commitish: 280725e991516d4a0f136268faf5aa6d32d21b54
libraries_bom_version: 26.53.0
libraries:
- api_shortname: spanner
name_pretty: Cloud Spanner
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ abstract class AbstractResultSet<R> extends AbstractStructReader implements Resu
interface Listener {
/**
* Called when transaction metadata is seen. This method may be invoked at most once. If the
* method is invoked, it will precede {@link #onError(SpannerException)} or {@link #onDone()}.
* method is invoked, it will precede {@link #onError(SpannerException,boolean)} or {@link
* #onDone(boolean)}.
*/
void onTransactionMetadata(Transaction transaction, boolean shouldIncludeId)
throws SpannerException;
Expand Down Expand Up @@ -160,7 +161,7 @@ default boolean initiateStreaming(AsyncResultSet.StreamMessageListener streamMes
}

/** it requests the initial prefetch chunks from gRPC stream */
default void requestPrefetchChunks() {};
default void requestPrefetchChunks() {}
}

static double valueProtoToFloat64(com.google.protobuf.Value proto) {
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 ded800f

Please sign in to comment.