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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fa93acb8b2af0cdff02da833137a8d7739b76929c6ef4f919098293f4e650e76
4
- data.tar.gz: f4737f3d9865e65c979b018db62a6fb4023db787206a41ae53871a1f74e7db63
3
+ metadata.gz: f1243dcf90ea82fda1dae00b5a98f84e653b2610e887b6633aac5b573249cc70
4
+ data.tar.gz: f0db958321c5009cac506b1ee4fb9e798020ce6de390e8283ec354c27812781e
5
5
  SHA512:
6
- metadata.gz: ff893b3cabf1ef613c3a9019c41e9138e5dd0920d704cfb4846daa4f11d99885febcd342a47abfd7c332e1ccc27e13048ed9d077b9066d519524417aca9a3e64
7
- data.tar.gz: 5535e70257368597d5800580e63d024e817e8dae48e16c9be20119f2fbb4e4a48acba642433301fc59d6a095d8fb203a9ccd519f314b203bea483f7a96175515
6
+ metadata.gz: '01860fbbfdb61ed4fb3da58328c6ab11769097d7ca2d52dbc5234eecb147fef348920a724138f6918d65c8e7bdbffd717fde36ee51e39a14d836f1324ede17aa'
7
+ data.tar.gz: bf892f11e0fa5beac035efccbb672c87d0a18d6de49c0fe0a0dbd1890a1c4a4ed0f9bb4c74ba52adb07d2e4227c09b49fb4847413ff8e4f3ba55f3d507d563d6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-spanner_v1
2
2
 
3
+ ### v0.9.0 (2021-04-17)
4
+
5
+ * Regenerated from discovery document revision 20210405
6
+
3
7
  ### v0.8.0 (2021-04-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20210325
@@ -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). `request_tag` must be
2806
- # a valid identifier of the form: `a-zA-Z` between 2 and 64 characters in length
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. `transaction_tag` must be a
2816
- # valid identifier of the format: `a-zA-Z`0,49``
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.8.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 = "20210325"
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.8.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-04-05 00:00:00.000000000 Z
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.8.0
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.13
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