google-apis-cloudiot_v1 0.10.0 → 0.11.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/cloudiot_v1/classes.rb +10 -7
- data/lib/google/apis/cloudiot_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 750f28237edb95f045505648ff1dfbfe9bb3bcddd460c88cf9f46f6091b92c0c
|
|
4
|
+
data.tar.gz: c91df795c58321d51caed2e32369c10f895aa6ea18e18e9e445d9e8b5b8d2368
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 49e8b5eea83748bf3b08ffe912e72e4a165c0f6be33e8bebea70d655b8765b0e91fdc12537ac5202c5b80b27284d1b29c4dbb019898db3a3a0542f44a4184a27
|
|
7
|
+
data.tar.gz: 8d618416640232f0f548d61936b8b411f9759dc42388a02604ab408d65b4f2bb58bb38897bd615fcf99c54d35cf92d540c2c564efc340bdf7511da1deacefa8d
|
data/CHANGELOG.md
CHANGED
|
@@ -628,13 +628,16 @@ module Google
|
|
|
628
628
|
class GetPolicyOptions
|
|
629
629
|
include Google::Apis::Core::Hashable
|
|
630
630
|
|
|
631
|
-
# Optional. The policy
|
|
632
|
-
# 3. Requests specifying an invalid value will be
|
|
633
|
-
# policies with any conditional bindings must
|
|
634
|
-
#
|
|
635
|
-
# field unset.
|
|
636
|
-
#
|
|
637
|
-
#
|
|
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.
|
|
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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|