Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/[email protected].0
- uses: googleapis/sdk-platform-java/.github/[email protected].1
if: env.SHOULD_RUN == 'true'
with:
base_ref: ${{ github.base_ref }}
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/presubmit/graalvm-native-a.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.52.0" # {x-version-update:google-cloud-shared-dependencies:current}
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.52.1" # {x-version-update:google-cloud-shared-dependencies:current}
}

env_vars: {
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/presubmit/graalvm-native-b.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.52.0" # {x-version-update:google-cloud-shared-dependencies:current}
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.52.1" # {x-version-update:google-cloud-shared-dependencies:current}
}

env_vars: {
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/presubmit/graalvm-native-c.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_c:3.52.0" # {x-version-update:google-cloud-shared-dependencies:current}
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_c:3.52.1" # {x-version-update:google-cloud-shared-dependencies:current}
}

env_vars: {
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.66.0')
implementation platform('com.google.cloud:libraries-bom:26.67.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.62.0
googleapis_commitish: b738e78ed63effb7d199ed2d61c9e03291b6077f
libraries_bom_version: 26.66.0
gapic_generator_version: 2.62.1
googleapis_commitish: 2585041b27d424ed4496d163671a95a7e1af4c31
libraries_bom_version: 26.67.0
libraries:
- api_shortname: spanner
name_pretty: Cloud Spanner
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public com.google.protobuf.ByteString getDatabaseBytes() {
*
*
* <pre>
* Parameters to be applied to each created session.
* Parameters to apply to each created session.
* </pre>
*
* <code>.google.spanner.v1.Session session_template = 2;</code>
Expand All @@ -146,7 +146,7 @@ public boolean hasSessionTemplate() {
*
*
* <pre>
* Parameters to be applied to each created session.
* Parameters to apply to each created session.
* </pre>
*
* <code>.google.spanner.v1.Session session_template = 2;</code>
Expand All @@ -164,7 +164,7 @@ public com.google.spanner.v1.Session getSessionTemplate() {
*
*
* <pre>
* Parameters to be applied to each created session.
* Parameters to apply to each created session.
* </pre>
*
* <code>.google.spanner.v1.Session session_template = 2;</code>
Expand All @@ -184,9 +184,9 @@ public com.google.spanner.v1.SessionOrBuilder getSessionTemplateOrBuilder() {
*
* <pre>
* Required. The number of sessions to be created in this batch call.
* The API may return fewer than the requested number of sessions. If a
* The API can return fewer than the requested number of sessions. If a
* specific number of sessions are desired, the client can make additional
* calls to BatchCreateSessions (adjusting
* calls to `BatchCreateSessions` (adjusting
* [session_count][google.spanner.v1.BatchCreateSessionsRequest.session_count]
* as necessary).
* </pre>
Expand Down Expand Up @@ -742,7 +742,7 @@ public Builder setDatabaseBytes(com.google.protobuf.ByteString value) {
*
*
* <pre>
* Parameters to be applied to each created session.
* Parameters to apply to each created session.
* </pre>
*
* <code>.google.spanner.v1.Session session_template = 2;</code>
Expand All @@ -757,7 +757,7 @@ public boolean hasSessionTemplate() {
*
*
* <pre>
* Parameters to be applied to each created session.
* Parameters to apply to each created session.
* </pre>
*
* <code>.google.spanner.v1.Session session_template = 2;</code>
Expand All @@ -778,7 +778,7 @@ public com.google.spanner.v1.Session getSessionTemplate() {
*
*
* <pre>
* Parameters to be applied to each created session.
* Parameters to apply to each created session.
* </pre>
*
* <code>.google.spanner.v1.Session session_template = 2;</code>
Expand All @@ -801,7 +801,7 @@ public Builder setSessionTemplate(com.google.spanner.v1.Session value) {
*
*
* <pre>
* Parameters to be applied to each created session.
* Parameters to apply to each created session.
* </pre>
*
* <code>.google.spanner.v1.Session session_template = 2;</code>
Expand All @@ -821,7 +821,7 @@ public Builder setSessionTemplate(com.google.spanner.v1.Session.Builder builderF
*
*
* <pre>
* Parameters to be applied to each created session.
* Parameters to apply to each created session.
* </pre>
*
* <code>.google.spanner.v1.Session session_template = 2;</code>
Expand Down Expand Up @@ -849,7 +849,7 @@ public Builder mergeSessionTemplate(com.google.spanner.v1.Session value) {
*
*
* <pre>
* Parameters to be applied to each created session.
* Parameters to apply to each created session.
* </pre>
*
* <code>.google.spanner.v1.Session session_template = 2;</code>
Expand All @@ -869,7 +869,7 @@ public Builder clearSessionTemplate() {
*
*
* <pre>
* Parameters to be applied to each created session.
* Parameters to apply to each created session.
* </pre>
*
* <code>.google.spanner.v1.Session session_template = 2;</code>
Expand All @@ -884,7 +884,7 @@ public com.google.spanner.v1.Session.Builder getSessionTemplateBuilder() {
*
*
* <pre>
* Parameters to be applied to each created session.
* Parameters to apply to each created session.
* </pre>
*
* <code>.google.spanner.v1.Session session_template = 2;</code>
Expand All @@ -903,7 +903,7 @@ public com.google.spanner.v1.SessionOrBuilder getSessionTemplateOrBuilder() {
*
*
* <pre>
* Parameters to be applied to each created session.
* Parameters to apply to each created session.
* </pre>
*
* <code>.google.spanner.v1.Session session_template = 2;</code>
Expand Down Expand Up @@ -932,9 +932,9 @@ public com.google.spanner.v1.SessionOrBuilder getSessionTemplateOrBuilder() {
*
* <pre>
* Required. The number of sessions to be created in this batch call.
* The API may return fewer than the requested number of sessions. If a
* The API can return fewer than the requested number of sessions. If a
* specific number of sessions are desired, the client can make additional
* calls to BatchCreateSessions (adjusting
* calls to `BatchCreateSessions` (adjusting
* [session_count][google.spanner.v1.BatchCreateSessionsRequest.session_count]
* as necessary).
* </pre>
Expand All @@ -953,9 +953,9 @@ public int getSessionCount() {
*
* <pre>
* Required. The number of sessions to be created in this batch call.
* The API may return fewer than the requested number of sessions. If a
* The API can return fewer than the requested number of sessions. If a
* specific number of sessions are desired, the client can make additional
* calls to BatchCreateSessions (adjusting
* calls to `BatchCreateSessions` (adjusting
* [session_count][google.spanner.v1.BatchCreateSessionsRequest.session_count]
* as necessary).
* </pre>
Expand All @@ -978,9 +978,9 @@ public Builder setSessionCount(int value) {
*
* <pre>
* Required. The number of sessions to be created in this batch call.
* The API may return fewer than the requested number of sessions. If a
* The API can return fewer than the requested number of sessions. If a
* specific number of sessions are desired, the client can make additional
* calls to BatchCreateSessions (adjusting
* calls to `BatchCreateSessions` (adjusting
* [session_count][google.spanner.v1.BatchCreateSessionsRequest.session_count]
* as necessary).
* </pre>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public interface BatchCreateSessionsRequestOrBuilder
*
*
* <pre>
* Parameters to be applied to each created session.
* Parameters to apply to each created session.
* </pre>
*
* <code>.google.spanner.v1.Session session_template = 2;</code>
Expand All @@ -71,7 +71,7 @@ public interface BatchCreateSessionsRequestOrBuilder
*
*
* <pre>
* Parameters to be applied to each created session.
* Parameters to apply to each created session.
* </pre>
*
* <code>.google.spanner.v1.Session session_template = 2;</code>
Expand All @@ -84,7 +84,7 @@ public interface BatchCreateSessionsRequestOrBuilder
*
*
* <pre>
* Parameters to be applied to each created session.
* Parameters to apply to each created session.
* </pre>
*
* <code>.google.spanner.v1.Session session_template = 2;</code>
Expand All @@ -96,9 +96,9 @@ public interface BatchCreateSessionsRequestOrBuilder
*
* <pre>
* Required. The number of sessions to be created in this batch call.
* The API may return fewer than the requested number of sessions. If a
* The API can return fewer than the requested number of sessions. If a
* specific number of sessions are desired, the client can make additional
* calls to BatchCreateSessions (adjusting
* calls to `BatchCreateSessions` (adjusting
* [session_count][google.spanner.v1.BatchCreateSessionsRequest.session_count]
* as necessary).
* </pre>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1337,18 +1337,9 @@ public com.google.spanner.v1.BatchWriteRequest.MutationGroupOrBuilder getMutatio
*
*
* <pre>
* Optional. When `exclude_txn_from_change_streams` is set to `true`:
* * Mutations from all transactions in this batch write operation will not
* be recorded in change streams with DDL option `allow_txn_exclusion=true`
* that are tracking columns modified by these transactions.
* * Mutations from all transactions in this batch write operation will be
* recorded in change streams with DDL option `allow_txn_exclusion=false or
* not set` that are tracking columns modified by these transactions.
*
* When `exclude_txn_from_change_streams` is set to `false` or not set,
* mutations from all transactions in this batch write operation will be
* recorded in all change streams that are tracking columns modified by these
* transactions.
* Optional. If you don't set the `exclude_txn_from_change_streams` option or
* if it's set to `false`, then any change streams monitoring columns modified
* by transactions will capture the updates made within that transaction.
* </pre>
*
* <code>bool exclude_txn_from_change_streams = 5 [(.google.api.field_behavior) = OPTIONAL];
Expand Down Expand Up @@ -2580,18 +2571,9 @@ public com.google.spanner.v1.BatchWriteRequest.MutationGroup.Builder addMutation
*
*
* <pre>
* Optional. When `exclude_txn_from_change_streams` is set to `true`:
* * Mutations from all transactions in this batch write operation will not
* be recorded in change streams with DDL option `allow_txn_exclusion=true`
* that are tracking columns modified by these transactions.
* * Mutations from all transactions in this batch write operation will be
* recorded in change streams with DDL option `allow_txn_exclusion=false or
* not set` that are tracking columns modified by these transactions.
*
* When `exclude_txn_from_change_streams` is set to `false` or not set,
* mutations from all transactions in this batch write operation will be
* recorded in all change streams that are tracking columns modified by these
* transactions.
* Optional. If you don't set the `exclude_txn_from_change_streams` option or
* if it's set to `false`, then any change streams monitoring columns modified
* by transactions will capture the updates made within that transaction.
* </pre>
*
* <code>bool exclude_txn_from_change_streams = 5 [(.google.api.field_behavior) = OPTIONAL];
Expand All @@ -2608,18 +2590,9 @@ public boolean getExcludeTxnFromChangeStreams() {
*
*
* <pre>
* Optional. When `exclude_txn_from_change_streams` is set to `true`:
* * Mutations from all transactions in this batch write operation will not
* be recorded in change streams with DDL option `allow_txn_exclusion=true`
* that are tracking columns modified by these transactions.
* * Mutations from all transactions in this batch write operation will be
* recorded in change streams with DDL option `allow_txn_exclusion=false or
* not set` that are tracking columns modified by these transactions.
*
* When `exclude_txn_from_change_streams` is set to `false` or not set,
* mutations from all transactions in this batch write operation will be
* recorded in all change streams that are tracking columns modified by these
* transactions.
* Optional. If you don't set the `exclude_txn_from_change_streams` option or
* if it's set to `false`, then any change streams monitoring columns modified
* by transactions will capture the updates made within that transaction.
* </pre>
*
* <code>bool exclude_txn_from_change_streams = 5 [(.google.api.field_behavior) = OPTIONAL];
Expand All @@ -2640,18 +2613,9 @@ public Builder setExcludeTxnFromChangeStreams(boolean value) {
*
*
* <pre>
* Optional. When `exclude_txn_from_change_streams` is set to `true`:
* * Mutations from all transactions in this batch write operation will not
* be recorded in change streams with DDL option `allow_txn_exclusion=true`
* that are tracking columns modified by these transactions.
* * Mutations from all transactions in this batch write operation will be
* recorded in change streams with DDL option `allow_txn_exclusion=false or
* not set` that are tracking columns modified by these transactions.
*
* When `exclude_txn_from_change_streams` is set to `false` or not set,
* mutations from all transactions in this batch write operation will be
* recorded in all change streams that are tracking columns modified by these
* transactions.
* Optional. If you don't set the `exclude_txn_from_change_streams` option or
* if it's set to `false`, then any change streams monitoring columns modified
* by transactions will capture the updates made within that transaction.
* </pre>
*
* <code>bool exclude_txn_from_change_streams = 5 [(.google.api.field_behavior) = OPTIONAL];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,18 +162,9 @@ com.google.spanner.v1.BatchWriteRequest.MutationGroupOrBuilder getMutationGroups
*
*
* <pre>
* Optional. When `exclude_txn_from_change_streams` is set to `true`:
* * Mutations from all transactions in this batch write operation will not
* be recorded in change streams with DDL option `allow_txn_exclusion=true`
* that are tracking columns modified by these transactions.
* * Mutations from all transactions in this batch write operation will be
* recorded in change streams with DDL option `allow_txn_exclusion=false or
* not set` that are tracking columns modified by these transactions.
*
* When `exclude_txn_from_change_streams` is set to `false` or not set,
* mutations from all transactions in this batch write operation will be
* recorded in all change streams that are tracking columns modified by these
* transactions.
* Optional. If you don't set the `exclude_txn_from_change_streams` option or
* if it's set to `false`, then any change streams monitoring columns modified
* by transactions will capture the updates made within that transaction.
* </pre>
*
* <code>bool exclude_txn_from_change_streams = 5 [(.google.api.field_behavior) = OPTIONAL];
Expand Down
Loading