google-apis-cloudiot_v1 0.10.0 → 0.11.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: 84d61eb8dfa58de9cd487fc21b7a3aa38b72f9db4a310ab91142e6143f25e0ef
4
- data.tar.gz: ec86f16f2c46c9726998f52b0dde493cba00bdcf886658a0db48eb7d00ec0f92
3
+ metadata.gz: 750f28237edb95f045505648ff1dfbfe9bb3bcddd460c88cf9f46f6091b92c0c
4
+ data.tar.gz: c91df795c58321d51caed2e32369c10f895aa6ea18e18e9e445d9e8b5b8d2368
5
5
  SHA512:
6
- metadata.gz: 04e7d03cda3cf45288dbe96c43a83a6d091964966e39a3778cbf19b56216d7682dfa23fc29974e565eee95576f5be67a3f9298ca019dba07891097646734e4f4
7
- data.tar.gz: 7229ed466649d1191cc075b69764edb33e87f30bbae5b69ce6e9ca1b2b248483688444b44bb036cfa0756c05a5b6ff1bd4e2663552edbd326a716f263fcb4d10
6
+ metadata.gz: 49e8b5eea83748bf3b08ffe912e72e4a165c0f6be33e8bebea70d655b8765b0e91fdc12537ac5202c5b80b27284d1b29c4dbb019898db3a3a0542f44a4184a27
7
+ data.tar.gz: 8d618416640232f0f548d61936b8b411f9759dc42388a02604ab408d65b4f2bb58bb38897bd615fcf99c54d35cf92d540c2c564efc340bdf7511da1deacefa8d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudiot_v1
2
2
 
3
+ ### v0.11.0 (2021-11-18)
4
+
5
+ * Regenerated from discovery document revision 20211108
6
+
3
7
  ### v0.10.0 (2021-10-20)
4
8
 
5
9
  * Regenerated from discovery document revision 20211004
@@ -628,13 +628,16 @@ module Google
628
628
  class GetPolicyOptions
629
629
  include Google::Apis::Core::Hashable
630
630
 
631
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
632
- # 3. Requests specifying an invalid value will be rejected. Requests for
633
- # policies with any conditional bindings must specify version 3. Policies
634
- # without any conditional bindings may specify any valid value or leave the
635
- # field unset. To learn which resources support conditions in their IAM policies,
636
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
637
- # resource-policies).
631
+ # Optional. The maximum policy version that will be used to format the policy.
632
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
633
+ # rejected. Requests for policies with any conditional role bindings must
634
+ # specify version 3. Policies with no conditional role bindings may specify any
635
+ # valid value or leave the field unset. The policy in the response might use the
636
+ # policy version that you specified, or it might use a lower policy version. For
637
+ # example, if you specify version 3, but the policy has no conditional role
638
+ # bindings, the response uses version 1. To learn which resources support
639
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
640
+ # google.com/iam/help/conditions/resource-policies).
638
641
  # Corresponds to the JSON property `requestedPolicyVersion`
639
642
  # @return [Fixnum]
640
643
  attr_accessor :requested_policy_version
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudiotV1
18
18
  # Version of the google-apis-cloudiot_v1 gem
19
- GEM_VERSION = "0.10.0"
19
+ GEM_VERSION = "0.11.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 = "20211004"
25
+ REVISION = "20211108"
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-cloudiot_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.11.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-cloudiot_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudiot_v1/v0.10.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudiot_v1/v0.11.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudiot_v1
63
63
  post_install_message:
64
64
  rdoc_options: []