Skip to content

Commit e9773a7

Browse files
chore: Update generation configuration at Tue Sep 9 02:28:58 UTC 2025 (#4027)
* chore: Update generation configuration at Wed Aug 27 02:29:02 UTC 2025 * chore: Update generation configuration at Thu Aug 28 02:30:37 UTC 2025 * chore: Update generation configuration at Fri Aug 29 02:30:01 UTC 2025 * chore: generate libraries at Fri Aug 29 02:30:32 UTC 2025 * chore: Update generation configuration at Sat Aug 30 02:26:03 UTC 2025 * chore: generate libraries at Sat Aug 30 02:26:35 UTC 2025 * chore: Update generation configuration at Wed Sep 3 02:26:18 UTC 2025 * chore: Update generation configuration at Thu Sep 4 02:27:15 UTC 2025 * chore: Update generation configuration at Fri Sep 5 02:29:03 UTC 2025 * chore: Update generation configuration at Sat Sep 6 02:25:24 UTC 2025 * chore: generate libraries at Sat Sep 6 02:25:53 UTC 2025 * chore: Update generation configuration at Tue Sep 9 02:28:58 UTC 2025
1 parent 261abb4 commit e9773a7

File tree

53 files changed

+2729
-2677
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+2729
-2677
lines changed

.github/workflows/hermetic_library_generation.yaml

Lines changed: 1 addition & 1 deletion
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.62.0
40+
- uses: googleapis/sdk-platform-java/.github/scripts@v2.62.1
4141
if: env.SHOULD_RUN == 'true'
4242
with:
4343
base_ref: ${{ github.base_ref }}

.kokoro/presubmit/graalvm-native-a.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.52.0" # {x-version-update:google-cloud-shared-dependencies:current}
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.52.1" # {x-version-update:google-cloud-shared-dependencies:current}
77
}
88

99
env_vars: {

.kokoro/presubmit/graalvm-native-b.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.52.0" # {x-version-update:google-cloud-shared-dependencies:current}
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.52.1" # {x-version-update:google-cloud-shared-dependencies:current}
77
}
88

99
env_vars: {

.kokoro/presubmit/graalvm-native-c.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_c:3.52.0" # {x-version-update:google-cloud-shared-dependencies:current}
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_c:3.52.1" # {x-version-update:google-cloud-shared-dependencies:current}
77
}
88

99
env_vars: {

README.md

Lines changed: 1 addition & 1 deletion
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.66.0')
52+
implementation platform('com.google.cloud:libraries-bom:26.67.0')
5353
5454
implementation 'com.google.cloud:google-cloud-spanner'
5555
```

generation_config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
gapic_generator_version: 2.62.0
2-
googleapis_commitish: b738e78ed63effb7d199ed2d61c9e03291b6077f
3-
libraries_bom_version: 26.66.0
1+
gapic_generator_version: 2.62.1
2+
googleapis_commitish: 2585041b27d424ed4496d163671a95a7e1af4c31
3+
libraries_bom_version: 26.67.0
44
libraries:
55
- api_shortname: spanner
66
name_pretty: Cloud Spanner

google-cloud-spanner/src/main/java/com/google/cloud/spanner/v1/SpannerClient.java

Lines changed: 106 additions & 95 deletions
Large diffs are not rendered by default.

grpc-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/SpannerGrpc.java

Lines changed: 180 additions & 162 deletions
Large diffs are not rendered by default.

proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/BatchCreateSessionsRequest.java

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public com.google.protobuf.ByteString getDatabaseBytes() {
130130
*
131131
*
132132
* <pre>
133-
* Parameters to be applied to each created session.
133+
* Parameters to apply to each created session.
134134
* </pre>
135135
*
136136
* <code>.google.spanner.v1.Session session_template = 2;</code>
@@ -146,7 +146,7 @@ public boolean hasSessionTemplate() {
146146
*
147147
*
148148
* <pre>
149-
* Parameters to be applied to each created session.
149+
* Parameters to apply to each created session.
150150
* </pre>
151151
*
152152
* <code>.google.spanner.v1.Session session_template = 2;</code>
@@ -164,7 +164,7 @@ public com.google.spanner.v1.Session getSessionTemplate() {
164164
*
165165
*
166166
* <pre>
167-
* Parameters to be applied to each created session.
167+
* Parameters to apply to each created session.
168168
* </pre>
169169
*
170170
* <code>.google.spanner.v1.Session session_template = 2;</code>
@@ -184,9 +184,9 @@ public com.google.spanner.v1.SessionOrBuilder getSessionTemplateOrBuilder() {
184184
*
185185
* <pre>
186186
* Required. The number of sessions to be created in this batch call.
187-
* The API may return fewer than the requested number of sessions. If a
187+
* The API can return fewer than the requested number of sessions. If a
188188
* specific number of sessions are desired, the client can make additional
189-
* calls to BatchCreateSessions (adjusting
189+
* calls to `BatchCreateSessions` (adjusting
190190
* [session_count][google.spanner.v1.BatchCreateSessionsRequest.session_count]
191191
* as necessary).
192192
* </pre>
@@ -742,7 +742,7 @@ public Builder setDatabaseBytes(com.google.protobuf.ByteString value) {
742742
*
743743
*
744744
* <pre>
745-
* Parameters to be applied to each created session.
745+
* Parameters to apply to each created session.
746746
* </pre>
747747
*
748748
* <code>.google.spanner.v1.Session session_template = 2;</code>
@@ -757,7 +757,7 @@ public boolean hasSessionTemplate() {
757757
*
758758
*
759759
* <pre>
760-
* Parameters to be applied to each created session.
760+
* Parameters to apply to each created session.
761761
* </pre>
762762
*
763763
* <code>.google.spanner.v1.Session session_template = 2;</code>
@@ -778,7 +778,7 @@ public com.google.spanner.v1.Session getSessionTemplate() {
778778
*
779779
*
780780
* <pre>
781-
* Parameters to be applied to each created session.
781+
* Parameters to apply to each created session.
782782
* </pre>
783783
*
784784
* <code>.google.spanner.v1.Session session_template = 2;</code>
@@ -801,7 +801,7 @@ public Builder setSessionTemplate(com.google.spanner.v1.Session value) {
801801
*
802802
*
803803
* <pre>
804-
* Parameters to be applied to each created session.
804+
* Parameters to apply to each created session.
805805
* </pre>
806806
*
807807
* <code>.google.spanner.v1.Session session_template = 2;</code>
@@ -821,7 +821,7 @@ public Builder setSessionTemplate(com.google.spanner.v1.Session.Builder builderF
821821
*
822822
*
823823
* <pre>
824-
* Parameters to be applied to each created session.
824+
* Parameters to apply to each created session.
825825
* </pre>
826826
*
827827
* <code>.google.spanner.v1.Session session_template = 2;</code>
@@ -849,7 +849,7 @@ public Builder mergeSessionTemplate(com.google.spanner.v1.Session value) {
849849
*
850850
*
851851
* <pre>
852-
* Parameters to be applied to each created session.
852+
* Parameters to apply to each created session.
853853
* </pre>
854854
*
855855
* <code>.google.spanner.v1.Session session_template = 2;</code>
@@ -869,7 +869,7 @@ public Builder clearSessionTemplate() {
869869
*
870870
*
871871
* <pre>
872-
* Parameters to be applied to each created session.
872+
* Parameters to apply to each created session.
873873
* </pre>
874874
*
875875
* <code>.google.spanner.v1.Session session_template = 2;</code>
@@ -884,7 +884,7 @@ public com.google.spanner.v1.Session.Builder getSessionTemplateBuilder() {
884884
*
885885
*
886886
* <pre>
887-
* Parameters to be applied to each created session.
887+
* Parameters to apply to each created session.
888888
* </pre>
889889
*
890890
* <code>.google.spanner.v1.Session session_template = 2;</code>
@@ -903,7 +903,7 @@ public com.google.spanner.v1.SessionOrBuilder getSessionTemplateOrBuilder() {
903903
*
904904
*
905905
* <pre>
906-
* Parameters to be applied to each created session.
906+
* Parameters to apply to each created session.
907907
* </pre>
908908
*
909909
* <code>.google.spanner.v1.Session session_template = 2;</code>
@@ -932,9 +932,9 @@ public com.google.spanner.v1.SessionOrBuilder getSessionTemplateOrBuilder() {
932932
*
933933
* <pre>
934934
* Required. The number of sessions to be created in this batch call.
935-
* The API may return fewer than the requested number of sessions. If a
935+
* The API can return fewer than the requested number of sessions. If a
936936
* specific number of sessions are desired, the client can make additional
937-
* calls to BatchCreateSessions (adjusting
937+
* calls to `BatchCreateSessions` (adjusting
938938
* [session_count][google.spanner.v1.BatchCreateSessionsRequest.session_count]
939939
* as necessary).
940940
* </pre>
@@ -953,9 +953,9 @@ public int getSessionCount() {
953953
*
954954
* <pre>
955955
* Required. The number of sessions to be created in this batch call.
956-
* The API may return fewer than the requested number of sessions. If a
956+
* The API can return fewer than the requested number of sessions. If a
957957
* specific number of sessions are desired, the client can make additional
958-
* calls to BatchCreateSessions (adjusting
958+
* calls to `BatchCreateSessions` (adjusting
959959
* [session_count][google.spanner.v1.BatchCreateSessionsRequest.session_count]
960960
* as necessary).
961961
* </pre>
@@ -978,9 +978,9 @@ public Builder setSessionCount(int value) {
978978
*
979979
* <pre>
980980
* Required. The number of sessions to be created in this batch call.
981-
* The API may return fewer than the requested number of sessions. If a
981+
* The API can return fewer than the requested number of sessions. If a
982982
* specific number of sessions are desired, the client can make additional
983-
* calls to BatchCreateSessions (adjusting
983+
* calls to `BatchCreateSessions` (adjusting
984984
* [session_count][google.spanner.v1.BatchCreateSessionsRequest.session_count]
985985
* as necessary).
986986
* </pre>

proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/BatchCreateSessionsRequestOrBuilder.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public interface BatchCreateSessionsRequestOrBuilder
5858
*
5959
*
6060
* <pre>
61-
* Parameters to be applied to each created session.
61+
* Parameters to apply to each created session.
6262
* </pre>
6363
*
6464
* <code>.google.spanner.v1.Session session_template = 2;</code>
@@ -71,7 +71,7 @@ public interface BatchCreateSessionsRequestOrBuilder
7171
*
7272
*
7373
* <pre>
74-
* Parameters to be applied to each created session.
74+
* Parameters to apply to each created session.
7575
* </pre>
7676
*
7777
* <code>.google.spanner.v1.Session session_template = 2;</code>
@@ -84,7 +84,7 @@ public interface BatchCreateSessionsRequestOrBuilder
8484
*
8585
*
8686
* <pre>
87-
* Parameters to be applied to each created session.
87+
* Parameters to apply to each created session.
8888
* </pre>
8989
*
9090
* <code>.google.spanner.v1.Session session_template = 2;</code>
@@ -96,9 +96,9 @@ public interface BatchCreateSessionsRequestOrBuilder
9696
*
9797
* <pre>
9898
* Required. The number of sessions to be created in this batch call.
99-
* The API may return fewer than the requested number of sessions. If a
99+
* The API can return fewer than the requested number of sessions. If a
100100
* specific number of sessions are desired, the client can make additional
101-
* calls to BatchCreateSessions (adjusting
101+
* calls to `BatchCreateSessions` (adjusting
102102
* [session_count][google.spanner.v1.BatchCreateSessionsRequest.session_count]
103103
* as necessary).
104104
* </pre>

0 commit comments

Comments
 (0)