google-apis-spanner_v1 0.8.0 → 0.9.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 -4
- data/lib/google/apis/spanner_v1/gem_version.rb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f1243dcf90ea82fda1dae00b5a98f84e653b2610e887b6633aac5b573249cc70
|
|
4
|
+
data.tar.gz: f0db958321c5009cac506b1ee4fb9e798020ce6de390e8283ec354c27812781e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '01860fbbfdb61ed4fb3da58328c6ab11769097d7ca2d52dbc5234eecb147fef348920a724138f6918d65c8e7bdbffd717fde36ee51e39a14d836f1324ede17aa'
|
|
7
|
+
data.tar.gz: bf892f11e0fa5beac035efccbb672c87d0a18d6de49c0fe0a0dbd1890a1c4a4ed0f9bb4c74ba52adb07d2e4227c09b49fb4847413ff8e4f3ba55f3d507d563d6
|
data/CHANGELOG.md
CHANGED
|
@@ -2802,8 +2802,10 @@ module Google
|
|
|
2802
2802
|
# A per-request tag which can be applied to queries or reads, used for
|
|
2803
2803
|
# statistics collection. Both request_tag and transaction_tag can be specified
|
|
2804
2804
|
# for a read or query that belongs to a transaction. This field is ignored for
|
|
2805
|
-
# requests where it's not applicable (e.g. CommitRequest).
|
|
2806
|
-
#
|
|
2805
|
+
# requests where it's not applicable (e.g. CommitRequest). Legal characters for `
|
|
2806
|
+
# request_tag` values are all printable characters (ASCII 32 - 126) and the
|
|
2807
|
+
# length of a request_tag is limited to 50 characters. Values that exceed this
|
|
2808
|
+
# limit are truncated.
|
|
2807
2809
|
# Corresponds to the JSON property `requestTag`
|
|
2808
2810
|
# @return [String]
|
|
2809
2811
|
attr_accessor :request_tag
|
|
@@ -2812,8 +2814,10 @@ module Google
|
|
|
2812
2814
|
# and transaction_tag can be specified for a read or query that belongs to a
|
|
2813
2815
|
# transaction. The value of transaction_tag should be the same for all requests
|
|
2814
2816
|
# belonging to the same transaction. If this request doesn’t belong to any
|
|
2815
|
-
# transaction, transaction_tag will be ignored.
|
|
2816
|
-
#
|
|
2817
|
+
# transaction, transaction_tag will be ignored. Legal characters for `
|
|
2818
|
+
# transaction_tag` values are all printable characters (ASCII 32 - 126) and the
|
|
2819
|
+
# length of a transaction_tag is limited to 50 characters. Values that exceed
|
|
2820
|
+
# this limit are truncated.
|
|
2817
2821
|
# Corresponds to the JSON property `transactionTag`
|
|
2818
2822
|
# @return [String]
|
|
2819
2823
|
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.9.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.2.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210405"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.9.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-05-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -52,7 +52,7 @@ licenses:
|
|
|
52
52
|
metadata:
|
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-spanner_v1/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-spanner_v1/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-spanner_v1/v0.9.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-spanner_v1
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|
|
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
69
69
|
- !ruby/object:Gem::Version
|
|
70
70
|
version: '0'
|
|
71
71
|
requirements: []
|
|
72
|
-
rubygems_version: 3.2.
|
|
72
|
+
rubygems_version: 3.2.17
|
|
73
73
|
signing_key:
|
|
74
74
|
specification_version: 4
|
|
75
75
|
summary: Simple REST client for Cloud Spanner API V1
|