google-apis-spanner_v1 0.20.0 → 0.21.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: 83b75f47b3a786621e5272e72d004a614683f14f7f3ece3ef18421642876961f
4
- data.tar.gz: c4ecd96e65cc2ba2e3df3b42479cb4d8bba1a1802995dcdc86c73dccb8eaf6c6
3
+ metadata.gz: bb2fb93630e646e00cbb617fecf123bd8e0f1e833363f3507628e5b3e0a90975
4
+ data.tar.gz: b6709fded435e0437bfd429c6b16427cf9d3af3877fd414ea2d534944a7887f2
5
5
  SHA512:
6
- metadata.gz: c1cd2ba8ba4efa565872de371a288d7c95d9bfab47766ddbcf9d768644e89dee289793e9250e32da585d1b173f1f7dc89d7dab92f1f73d55b4e0bec9bb5a4378
7
- data.tar.gz: '0842b156e6d121d9157110952c085fc6ee8f4bf623d4a60c46564e3f52f4a84b743beb5d731e15772594e79c7aaeb97a8941f30f9abdf64fc4764f44953ad60b'
6
+ metadata.gz: fd00cdd4d3f1e910839b8926a3627bc9106cdabc1896790482e8219bc7c8ba140d0587a4a75c45a81a89a74f1ba8cc1e36940fe414c1980eefe9d4a6ffdd36d6
7
+ data.tar.gz: 345f8058b0da5719df7cc2678d79df0f01dfea0cb3a8f9b26f7c858390f6f349393291379d0c3db8863b417b843000fd00ff006f7c396377f16bd7854449a39c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-spanner_v1
2
2
 
3
+ ### v0.21.0 (2021-12-05)
4
+
5
+ * Regenerated from discovery document revision 20211202
6
+
3
7
  ### v0.20.0 (2021-10-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20211021
@@ -1562,13 +1562,16 @@ module Google
1562
1562
  class GetPolicyOptions
1563
1563
  include Google::Apis::Core::Hashable
1564
1564
 
1565
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
1566
- # 3. Requests specifying an invalid value will be rejected. Requests for
1567
- # policies with any conditional bindings must specify version 3. Policies
1568
- # without any conditional bindings may specify any valid value or leave the
1569
- # field unset. To learn which resources support conditions in their IAM policies,
1570
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1571
- # resource-policies).
1565
+ # Optional. The maximum policy version that will be used to format the policy.
1566
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
1567
+ # rejected. Requests for policies with any conditional role bindings must
1568
+ # specify version 3. Policies with no conditional role bindings may specify any
1569
+ # valid value or leave the field unset. The policy in the response might use the
1570
+ # policy version that you specified, or it might use a lower policy version. For
1571
+ # example, if you specify version 3, but the policy has no conditional role
1572
+ # bindings, the response uses version 1. To learn which resources support
1573
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1574
+ # google.com/iam/help/conditions/resource-policies).
1572
1575
  # Corresponds to the JSON property `requestedPolicyVersion`
1573
1576
  # @return [Fixnum]
1574
1577
  attr_accessor :requested_policy_version
@@ -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.20.0"
19
+ GEM_VERSION = "0.21.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211021"
25
+ REVISION = "20211202"
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.20.0
4
+ version: 0.21.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-10-27 00:00:00.000000000 Z
11
+ date: 2021-12-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-spanner_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-spanner_v1/v0.20.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-spanner_v1/v0.21.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-spanner_v1
63
63
  post_install_message:
64
64
  rdoc_options: []