google-apis-spanner_v1 0.48.0 → 0.49.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6bbda2ff9f73d1f56321ad14b4ce5276525742526c2c468ed627c47ed0b330dc
4
- data.tar.gz: 4a7c2f06770dae3cce327925a0f5cff0db3e50dc26613298516d9272667f1719
3
+ metadata.gz: 3ec6cab6518a07cfa4977b1aec0953ed2fa6635a3a7a89d18c21e3bfedbbbe69
4
+ data.tar.gz: efab82c8cbf04cba316206539e3200301510a609d97ae0b67990bb58a01515b9
5
5
  SHA512:
6
- metadata.gz: 84d1fe72e97259f8ca2519b37073a7b626f3d4364f4e3039271cd3a8f4ccdef6893ed7cb2d51aae58518ee4c29f7747055be18d07095c0f593f1c503228c0376
7
- data.tar.gz: 61ad1941dc5637f5c2ce957168bd9f7ddd4fab7968a9ae7b502f8a660980c42adf3cf66638f63f599fea8bbba7240ef4ae6861d6e7e20f6aedbbae0f85e27444
6
+ metadata.gz: 65b8bd356c0e5ee6b0d38d465cf52b04089f553077dc15501bee6a81c71e78b54fd16818bd81098b4ee2ee28723d0bf00274891f4db3ba8ea50eca7335b1eea4
7
+ data.tar.gz: 8b40f2ead233237180e33cf621413f1a38085e36148480051dc9e3f00af0aadd3762f60a89f7135790c4c008b0f955bc2f747ae85286bb2b983a4bf344e3323f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-spanner_v1
2
2
 
3
+ ### v0.49.0 (2026-01-18)
4
+
5
+ * Regenerated from discovery document revision 20251230
6
+
3
7
  ### v0.48.0 (2025-12-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20251205
@@ -6056,13 +6056,14 @@ module Google
6056
6056
 
6057
6057
  # A tag used for statistics collection about this transaction. Both `request_tag`
6058
6058
  # and `transaction_tag` can be specified for a read or query that belongs to a
6059
- # transaction. The value of transaction_tag should be the same for all requests
6060
- # belonging to the same transaction. If this request doesn't belong to any
6061
- # transaction, `transaction_tag` is ignored. Legal characters for `
6062
- # transaction_tag` values are all printable characters (ASCII 32 - 126) and the
6063
- # length of a `transaction_tag` is limited to 50 characters. Values that exceed
6064
- # this limit are truncated. Any leading underscore (_) characters are removed
6065
- # from the string.
6059
+ # transaction. To enable tagging on a transaction, `transaction_tag` must be set
6060
+ # to the same value for all requests belonging to the same transaction,
6061
+ # including BeginTransaction. If this request doesn't belong to any transaction,
6062
+ # `transaction_tag` is ignored. Legal characters for `transaction_tag` values
6063
+ # are all printable characters (ASCII 32 - 126) and the length of a `
6064
+ # transaction_tag` is limited to 50 characters. Values that exceed this limit
6065
+ # are truncated. Any leading underscore (_) characters are removed from the
6066
+ # string.
6066
6067
  # Corresponds to the JSON property `transactionTag`
6067
6068
  # @return [String]
6068
6069
  attr_accessor :transaction_tag
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SpannerV1
18
18
  # Version of the google-apis-spanner_v1 gem
19
- GEM_VERSION = "0.48.0"
19
+ GEM_VERSION = "0.49.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20251205"
25
+ REVISION = "20251230"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-spanner_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.48.0
4
+ version: 0.49.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-spanner_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-spanner_v1/v0.48.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-spanner_v1/v0.49.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-spanner_v1
62
62
  rdoc_options: []
63
63
  require_paths: