google-apis-iap_v1 0.11.0 → 0.12.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ffef7847a3b39134813a8ef426612106013a5771a638a8170f550a54f4b3e594
4
- data.tar.gz: c87087a1ab2700697e9ed9dd4a84bd425e2c49146cc911e81ae7ed4f7859cd2d
3
+ metadata.gz: 846e9262bfc36920dfd6d68b4d5fc66a4e2baacf52780adcaa2542728b02d7a4
4
+ data.tar.gz: 3af84f6d5543a87d6ee57c8d9fe37eaad008417cfdb69610dd9bd3a88f265ce3
5
5
  SHA512:
6
- metadata.gz: ae3a178311507f759e398cce6dcf0e8408137e2f7f2b4ee75fd79bf0949367169a77eb5a7f145047595bdd25be852c841e6857f439a459231a2563a5ea34d235
7
- data.tar.gz: b8b01a8e439740e7c126ec6a40b0b33178a6344cd3a5b51e2a409a861b7d65d8b1cd4838987fbaecf76aab586b0ce94ec00171c8580193a435218c1907c2b4c0
6
+ metadata.gz: d37de358324d640a731a116eb26d9459baa1857cb44821ea20df850803135ab90857a57caa9e37e3ce09da8fcf93c26151dd69b133c22998244365fd38eaa320
7
+ data.tar.gz: 474b8ff1f7951fad4f2b9c35149c0fded495699176da95e15ca5972f0f49499eead54f223b0570b91a1ba766bae266ba1d280c8eb14de5e0afc2857d1dc8170a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-iap_v1
2
2
 
3
+ ### v0.12.0 (2021-11-10)
4
+
5
+ * Regenerated from discovery document revision 20211105
6
+
3
7
  ### v0.11.0 (2021-10-20)
4
8
 
5
9
  * Regenerated from discovery document revision 20211015
@@ -421,13 +421,16 @@ module Google
421
421
  class GetPolicyOptions
422
422
  include Google::Apis::Core::Hashable
423
423
 
424
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
425
- # 3. Requests specifying an invalid value will be rejected. Requests for
426
- # policies with any conditional bindings must specify version 3. Policies
427
- # without any conditional bindings may specify any valid value or leave the
428
- # field unset. To learn which resources support conditions in their IAM policies,
429
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
430
- # resource-policies).
424
+ # Optional. The maximum policy version that will be used to format the policy.
425
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
426
+ # rejected. Requests for policies with any conditional role bindings must
427
+ # specify version 3. Policies with no conditional role bindings may specify any
428
+ # valid value or leave the field unset. The policy in the response might use the
429
+ # policy version that you specified, or it might use a lower policy version. For
430
+ # example, if you specify version 3, but the policy has no conditional role
431
+ # bindings, the response uses version 1. To learn which resources support
432
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
433
+ # google.com/iam/help/conditions/resource-policies).
431
434
  # Corresponds to the JSON property `requestedPolicyVersion`
432
435
  # @return [Fixnum]
433
436
  attr_accessor :requested_policy_version
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module IapV1
18
18
  # Version of the google-apis-iap_v1 gem
19
- GEM_VERSION = "0.11.0"
19
+ GEM_VERSION = "0.12.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 = "20211015"
25
+ REVISION = "20211105"
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-iap_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.12.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-11-15 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-iap_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-iap_v1/v0.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-iap_v1/v0.12.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iap_v1
63
63
  post_install_message:
64
64
  rdoc_options: []