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
4 changes: 4 additions & 0 deletions generated/google-apis-spanner_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-spanner_v1

### v0.49.0 (2026-01-18)

* Regenerated from discovery document revision 20251230

### v0.48.0 (2025-12-21)

* Regenerated from discovery document revision 20251205
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6056,13 +6056,14 @@ class RequestOptions

# A tag used for statistics collection about this transaction. Both `request_tag`
# and `transaction_tag` can be specified for a read or query that belongs to a
# transaction. The value of transaction_tag should be the same for all requests
# belonging to the same transaction. If this request doesn't belong to any
# transaction, `transaction_tag` is ignored. Legal characters for `
# transaction_tag` values are all printable characters (ASCII 32 - 126) and the
# length of a `transaction_tag` is limited to 50 characters. Values that exceed
# this limit are truncated. Any leading underscore (_) characters are removed
# from the string.
# transaction. To enable tagging on a transaction, `transaction_tag` must be set
# to the same value for all requests belonging to the same transaction,
# including BeginTransaction. If this request doesn't belong to any transaction,
# `transaction_tag` is ignored. Legal characters for `transaction_tag` values
# are all printable characters (ASCII 32 - 126) and the length of a `
# transaction_tag` is limited to 50 characters. Values that exceed this limit
# are truncated. Any leading underscore (_) characters are removed from the
# string.
# Corresponds to the JSON property `transactionTag`
# @return [String]
attr_accessor :transaction_tag
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module SpannerV1
# Version of the google-apis-spanner_v1 gem
GEM_VERSION = "0.48.0"
GEM_VERSION = "0.49.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.18.0"

# Revision of the discovery document this client was generated from
REVISION = "20251205"
REVISION = "20251230"
end
end
end