Make Cloud Spanner Mutations serializable.#1939
Closed
mairbek wants to merge 4 commits intogoogleapis:masterfrom
Closed
Make Cloud Spanner Mutations serializable.#1939mairbek wants to merge 4 commits intogoogleapis:masterfrom
mairbek wants to merge 4 commits intogoogleapis:masterfrom
Conversation
This was referenced Apr 19, 2017
chingor13
pushed a commit
that referenced
this pull request
Feb 20, 2026
…storage to v2.28.2 (#1939) * chore(deps): update dependency com.google.cloud:google-cloud-bigquerystorage to v2.28.2 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
suztomo
pushed a commit
to suztomo/google-cloud-java
that referenced
this pull request
Mar 23, 2026
meltsufin
pushed a commit
that referenced
this pull request
Apr 29, 2026
🤖 I have created a release *beep* *boop* --- ## [1.127.1](https://togithub.com/googleapis/java-pubsub/compare/v1.127.0...v1.127.1) (2024-03-04) ### Dependencies * Update dependency com.google.cloud:google-cloud-bigquery to v2.38.0 ([#1931](https://togithub.com/googleapis/java-pubsub/issues/1931)) ([357c901](https://togithub.com/googleapis/java-pubsub/commit/357c901029a8bc5fb9800a7fae6f3d93080c0a0d)) * Update dependency com.google.cloud:google-cloud-core to v2.35.0 ([#1936](https://togithub.com/googleapis/java-pubsub/issues/1936)) ([785e6d1](https://togithub.com/googleapis/java-pubsub/commit/785e6d1e4f2234d2c49183fc06d3f73de537171b)) * Update dependency com.google.cloud:sdk-platform-java-config to v3.27.0 ([#1937](https://togithub.com/googleapis/java-pubsub/issues/1937)) ([75e7e5e](https://togithub.com/googleapis/java-pubsub/commit/75e7e5e9eede53e87a6bc8ccda957990ea9b0673)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
meltsufin
pushed a commit
that referenced
this pull request
May 1, 2026
🤖 I have created a release *beep* *boop* --- ## [1.127.1](https://togithub.com/googleapis/java-pubsub/compare/v1.127.0...v1.127.1) (2024-03-04) ### Dependencies * Update dependency com.google.cloud:google-cloud-bigquery to v2.38.0 ([#1931](https://togithub.com/googleapis/java-pubsub/issues/1931)) ([5ef3e22](https://togithub.com/googleapis/java-pubsub/commit/5ef3e22531c75fc39a55f6d3d3e54094d265d7e0)) * Update dependency com.google.cloud:google-cloud-core to v2.35.0 ([#1936](https://togithub.com/googleapis/java-pubsub/issues/1936)) ([f5a1df8](https://togithub.com/googleapis/java-pubsub/commit/f5a1df89b574ef8a0841ef42bb186dbd1f5abf33)) * Update dependency com.google.cloud:sdk-platform-java-config to v3.27.0 ([#1937](https://togithub.com/googleapis/java-pubsub/issues/1937)) ([7efe4ad](https://togithub.com/googleapis/java-pubsub/commit/7efe4ad40ebda37dc2ee954cc88f5d20411dd5f0)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implemented serialization using
SerializationProxypattern. In this caseSerializationProxyjust builds a mutation proto that is actually serialized.Also, since it is not possible to deserialize
com.google.cloud.spanner.Valuefromcom.google.protobuf.Valuebecause of the type differences, introducescom.google.cloud.spanner.Value#toTypedProtomethod that preserves a type information of theValue.