Skip to content

Commit 8ab37bb

Browse files
chore: generate libraries at Sat Aug 30 02:26:35 UTC 2025
1 parent 51a0f71 commit 8ab37bb

Some content is hidden

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

47 files changed

+2721
-2669
lines changed

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>

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

Lines changed: 12 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1337,18 +1337,9 @@ public com.google.spanner.v1.BatchWriteRequest.MutationGroupOrBuilder getMutatio
13371337
*
13381338
*
13391339
* <pre>
1340-
* Optional. When `exclude_txn_from_change_streams` is set to `true`:
1341-
* * Mutations from all transactions in this batch write operation will not
1342-
* be recorded in change streams with DDL option `allow_txn_exclusion=true`
1343-
* that are tracking columns modified by these transactions.
1344-
* * Mutations from all transactions in this batch write operation will be
1345-
* recorded in change streams with DDL option `allow_txn_exclusion=false or
1346-
* not set` that are tracking columns modified by these transactions.
1347-
*
1348-
* When `exclude_txn_from_change_streams` is set to `false` or not set,
1349-
* mutations from all transactions in this batch write operation will be
1350-
* recorded in all change streams that are tracking columns modified by these
1351-
* transactions.
1340+
* Optional. If you don't set the `exclude_txn_from_change_streams` option or
1341+
* if it's set to `false`, then any change streams monitoring columns modified
1342+
* by transactions will capture the updates made within that transaction.
13521343
* </pre>
13531344
*
13541345
* <code>bool exclude_txn_from_change_streams = 5 [(.google.api.field_behavior) = OPTIONAL];
@@ -2580,18 +2571,9 @@ public com.google.spanner.v1.BatchWriteRequest.MutationGroup.Builder addMutation
25802571
*
25812572
*
25822573
* <pre>
2583-
* Optional. When `exclude_txn_from_change_streams` is set to `true`:
2584-
* * Mutations from all transactions in this batch write operation will not
2585-
* be recorded in change streams with DDL option `allow_txn_exclusion=true`
2586-
* that are tracking columns modified by these transactions.
2587-
* * Mutations from all transactions in this batch write operation will be
2588-
* recorded in change streams with DDL option `allow_txn_exclusion=false or
2589-
* not set` that are tracking columns modified by these transactions.
2590-
*
2591-
* When `exclude_txn_from_change_streams` is set to `false` or not set,
2592-
* mutations from all transactions in this batch write operation will be
2593-
* recorded in all change streams that are tracking columns modified by these
2594-
* transactions.
2574+
* Optional. If you don't set the `exclude_txn_from_change_streams` option or
2575+
* if it's set to `false`, then any change streams monitoring columns modified
2576+
* by transactions will capture the updates made within that transaction.
25952577
* </pre>
25962578
*
25972579
* <code>bool exclude_txn_from_change_streams = 5 [(.google.api.field_behavior) = OPTIONAL];
@@ -2608,18 +2590,9 @@ public boolean getExcludeTxnFromChangeStreams() {
26082590
*
26092591
*
26102592
* <pre>
2611-
* Optional. When `exclude_txn_from_change_streams` is set to `true`:
2612-
* * Mutations from all transactions in this batch write operation will not
2613-
* be recorded in change streams with DDL option `allow_txn_exclusion=true`
2614-
* that are tracking columns modified by these transactions.
2615-
* * Mutations from all transactions in this batch write operation will be
2616-
* recorded in change streams with DDL option `allow_txn_exclusion=false or
2617-
* not set` that are tracking columns modified by these transactions.
2618-
*
2619-
* When `exclude_txn_from_change_streams` is set to `false` or not set,
2620-
* mutations from all transactions in this batch write operation will be
2621-
* recorded in all change streams that are tracking columns modified by these
2622-
* transactions.
2593+
* Optional. If you don't set the `exclude_txn_from_change_streams` option or
2594+
* if it's set to `false`, then any change streams monitoring columns modified
2595+
* by transactions will capture the updates made within that transaction.
26232596
* </pre>
26242597
*
26252598
* <code>bool exclude_txn_from_change_streams = 5 [(.google.api.field_behavior) = OPTIONAL];
@@ -2640,18 +2613,9 @@ public Builder setExcludeTxnFromChangeStreams(boolean value) {
26402613
*
26412614
*
26422615
* <pre>
2643-
* Optional. When `exclude_txn_from_change_streams` is set to `true`:
2644-
* * Mutations from all transactions in this batch write operation will not
2645-
* be recorded in change streams with DDL option `allow_txn_exclusion=true`
2646-
* that are tracking columns modified by these transactions.
2647-
* * Mutations from all transactions in this batch write operation will be
2648-
* recorded in change streams with DDL option `allow_txn_exclusion=false or
2649-
* not set` that are tracking columns modified by these transactions.
2650-
*
2651-
* When `exclude_txn_from_change_streams` is set to `false` or not set,
2652-
* mutations from all transactions in this batch write operation will be
2653-
* recorded in all change streams that are tracking columns modified by these
2654-
* transactions.
2616+
* Optional. If you don't set the `exclude_txn_from_change_streams` option or
2617+
* if it's set to `false`, then any change streams monitoring columns modified
2618+
* by transactions will capture the updates made within that transaction.
26552619
* </pre>
26562620
*
26572621
* <code>bool exclude_txn_from_change_streams = 5 [(.google.api.field_behavior) = OPTIONAL];

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

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -162,18 +162,9 @@ com.google.spanner.v1.BatchWriteRequest.MutationGroupOrBuilder getMutationGroups
162162
*
163163
*
164164
* <pre>
165-
* Optional. When `exclude_txn_from_change_streams` is set to `true`:
166-
* * Mutations from all transactions in this batch write operation will not
167-
* be recorded in change streams with DDL option `allow_txn_exclusion=true`
168-
* that are tracking columns modified by these transactions.
169-
* * Mutations from all transactions in this batch write operation will be
170-
* recorded in change streams with DDL option `allow_txn_exclusion=false or
171-
* not set` that are tracking columns modified by these transactions.
172-
*
173-
* When `exclude_txn_from_change_streams` is set to `false` or not set,
174-
* mutations from all transactions in this batch write operation will be
175-
* recorded in all change streams that are tracking columns modified by these
176-
* transactions.
165+
* Optional. If you don't set the `exclude_txn_from_change_streams` option or
166+
* if it's set to `false`, then any change streams monitoring columns modified
167+
* by transactions will capture the updates made within that transaction.
177168
* </pre>
178169
*
179170
* <code>bool exclude_txn_from_change_streams = 5 [(.google.api.field_behavior) = OPTIONAL];

0 commit comments

Comments
 (0)