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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/spanner_v1/classes.rb +8 -7
- data/lib/google/apis/spanner_v1/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3ec6cab6518a07cfa4977b1aec0953ed2fa6635a3a7a89d18c21e3bfedbbbe69
|
|
4
|
+
data.tar.gz: efab82c8cbf04cba316206539e3200301510a609d97ae0b67990bb58a01515b9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 65b8bd356c0e5ee6b0d38d465cf52b04089f553077dc15501bee6a81c71e78b54fd16818bd81098b4ee2ee28723d0bf00274891f4db3ba8ea50eca7335b1eea4
|
|
7
|
+
data.tar.gz: 8b40f2ead233237180e33cf621413f1a38085e36148480051dc9e3f00af0aadd3762f60a89f7135790c4c008b0f955bc2f747ae85286bb2b983a4bf344e3323f
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
6060
|
-
#
|
|
6061
|
-
#
|
|
6062
|
-
# transaction_tag`
|
|
6063
|
-
#
|
|
6064
|
-
#
|
|
6065
|
-
# from the
|
|
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.
|
|
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 = "
|
|
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.
|
|
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.
|
|
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:
|