Skip to content

Commit 534da78

Browse files
feat(spanner): include cache updates into the ResultSet response (#32416)
* feat(spanner): include cache updates into the ResultSet response docs: A comment for field `transaction_tag` in message `.google.spanner.v1.RequestOptions` is changed docs: A comment for field `params` in message `.google.spanner.v1.PartitionQueryRequest` is changed docs: A comment for field `param_types` in message `.google.spanner.v1.PartitionQueryRequest` is changed docs: A comment for field `commit_timestamp` in message `.google.spanner.v1.BatchWriteResponse` is changed PiperOrigin-RevId: 865546011 Source-Link: googleapis/googleapis@8d30990 Source-Link: googleapis/googleapis-gen@3dd1533 Copy-Tag: eyJwIjoiZ29vZ2xlLWNsb3VkLXNwYW5uZXItdjEvLk93bEJvdC55YW1sIiwiaCI6IjNkZDE1MzMxZWY4ZDRmNzM3Njk5MGJiNTUxZWE1N2FlMTkxZmZjOTAifQ== * 🦉 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>
1 parent 6fcbbb9 commit 534da78

File tree

5 files changed

+29
-13
lines changed

5 files changed

+29
-13
lines changed

google-cloud-spanner-v1/lib/google/cloud/spanner/v1/spanner/client.rb

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1985,7 +1985,8 @@ def rollback request, options = nil
19851985
# a `PartitionedDml` transaction for large, partition-friendly DML
19861986
# operations.
19871987
# @param params [::Google::Protobuf::Struct, ::Hash]
1988-
# Parameter names and values that bind to placeholders in the SQL string.
1988+
# Optional. Parameter names and values that bind to placeholders in the SQL
1989+
# string.
19891990
#
19901991
# A parameter placeholder consists of the `@` character followed by the
19911992
# parameter name (for example, `@firstName`). Parameter names can contain
@@ -1998,9 +1999,9 @@ def rollback request, options = nil
19981999
#
19992000
# It's an error to execute a SQL statement with unbound parameters.
20002001
# @param param_types [::Hash{::String => ::Google::Cloud::Spanner::V1::Type, ::Hash}]
2001-
# It isn't always possible for Cloud Spanner to infer the right SQL type
2002-
# from a JSON value. For example, values of type `BYTES` and values
2003-
# of type `STRING` both appear in
2002+
# Optional. It isn't always possible for Cloud Spanner to infer the right SQL
2003+
# type from a JSON value. For example, values of type `BYTES` and values of
2004+
# type `STRING` both appear in
20042005
# {::Google::Cloud::Spanner::V1::PartitionQueryRequest#params params} as JSON strings.
20052006
#
20062007
# In these cases, `param_types` can be used to specify the exact

google-cloud-spanner-v1/lib/google/spanner/v1/result_set_pb.rb

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)