google-apis-cloudiot_v1 0.13.0 → 0.16.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +13 -0
- data/lib/google/apis/cloudiot_v1/classes.rb +2 -2
- data/lib/google/apis/cloudiot_v1/gem_version.rb +3 -3
- data/lib/google/apis/cloudiot_v1/service.rb +18 -12
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f4fa0e639fea4b021a01e8f24e3729f841548f0e788865efdfc85f918209b81e
|
4
|
+
data.tar.gz: a8b6ebd237e56288c8a37637f96b77fe0e4996bb75b70394d4453fc8c43215b4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4080935072189f6f9677af6b037b0af9fa0b8966ddf8c7897ff32df1f6857784b10b2a7aa0b22be14b9f39c7f224246c6e3df7841f7cab7063d81802e37a6204
|
7
|
+
data.tar.gz: 7662edc1fc498008f5c68d6a12885ab9fb1e01a7a402e637dc6e4d6fdeae2e3354fa1758cbc9a92bb3261a800be2d221db2780945b7d42ccdaf752a5cba9c56f
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,18 @@
|
|
1
1
|
# Release history for google-apis-cloudiot_v1
|
2
2
|
|
3
|
+
### v0.16.0 (2022-06-18)
|
4
|
+
|
5
|
+
* Regenerated using generator version 0.7.0
|
6
|
+
|
7
|
+
### v0.15.0 (2022-06-05)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220524
|
10
|
+
* Regenerated using generator version 0.5.0
|
11
|
+
|
12
|
+
### v0.14.0 (2022-05-06)
|
13
|
+
|
14
|
+
* Regenerated from discovery document revision 20220425
|
15
|
+
|
3
16
|
### v0.13.0 (2022-04-08)
|
4
17
|
|
5
18
|
* Regenerated from discovery document revision 20220330
|
@@ -86,7 +86,7 @@ module Google
|
|
86
86
|
# @return [Google::Apis::CloudiotV1::Expr]
|
87
87
|
attr_accessor :condition
|
88
88
|
|
89
|
-
# Specifies the principals requesting access for a Cloud
|
89
|
+
# Specifies the principals requesting access for a Google Cloud resource. `
|
90
90
|
# members` can have the following values: * `allUsers`: A special identifier
|
91
91
|
# that represents anyone who is on the internet; with or without a Google
|
92
92
|
# account. * `allAuthenticatedUsers`: A special identifier that represents
|
@@ -1129,7 +1129,7 @@ module Google
|
|
1129
1129
|
include Google::Apis::Core::Hashable
|
1130
1130
|
|
1131
1131
|
# The set of permissions to check for the `resource`. Permissions with wildcards
|
1132
|
-
# (such as
|
1132
|
+
# (such as `*` or `storage.*`) are not allowed. For more information see [IAM
|
1133
1133
|
# Overview](https://cloud.google.com/iam/docs/overview#permissions).
|
1134
1134
|
# Corresponds to the JSON property `permissions`
|
1135
1135
|
# @return [Array<String>]
|
@@ -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.16.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.7.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220524"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -183,8 +183,9 @@ module Google
|
|
183
183
|
# Gets the access control policy for a resource. Returns an empty policy if the
|
184
184
|
# resource exists and does not have a policy set.
|
185
185
|
# @param [String] resource
|
186
|
-
# REQUIRED: The resource for which the policy is being requested. See
|
187
|
-
#
|
186
|
+
# REQUIRED: The resource for which the policy is being requested. See [Resource
|
187
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
188
|
+
# appropriate value for this field.
|
188
189
|
# @param [Google::Apis::CloudiotV1::GetIamPolicyRequest] get_iam_policy_request_object
|
189
190
|
# @param [String] fields
|
190
191
|
# Selector specifying which fields to include in a partial response.
|
@@ -301,8 +302,9 @@ module Google
|
|
301
302
|
# Sets the access control policy on the specified resource. Replaces any
|
302
303
|
# existing policy.
|
303
304
|
# @param [String] resource
|
304
|
-
# REQUIRED: The resource for which the policy is being specified. See
|
305
|
-
#
|
305
|
+
# REQUIRED: The resource for which the policy is being specified. See [Resource
|
306
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
307
|
+
# appropriate value for this field.
|
306
308
|
# @param [Google::Apis::CloudiotV1::SetIamPolicyRequest] set_iam_policy_request_object
|
307
309
|
# @param [String] fields
|
308
310
|
# Selector specifying which fields to include in a partial response.
|
@@ -337,8 +339,9 @@ module Google
|
|
337
339
|
# resource does not exist, this will return an empty set of permissions, not a
|
338
340
|
# NOT_FOUND error.
|
339
341
|
# @param [String] resource
|
340
|
-
# REQUIRED: The resource for which the policy detail is being requested. See
|
341
|
-
#
|
342
|
+
# REQUIRED: The resource for which the policy detail is being requested. See [
|
343
|
+
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
|
344
|
+
# appropriate value for this field.
|
342
345
|
# @param [Google::Apis::CloudiotV1::TestIamPermissionsRequest] test_iam_permissions_request_object
|
343
346
|
# @param [String] fields
|
344
347
|
# Selector specifying which fields to include in a partial response.
|
@@ -783,8 +786,9 @@ module Google
|
|
783
786
|
# Gets the access control policy for a resource. Returns an empty policy if the
|
784
787
|
# resource exists and does not have a policy set.
|
785
788
|
# @param [String] resource
|
786
|
-
# REQUIRED: The resource for which the policy is being requested. See
|
787
|
-
#
|
789
|
+
# REQUIRED: The resource for which the policy is being requested. See [Resource
|
790
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
791
|
+
# appropriate value for this field.
|
788
792
|
# @param [Google::Apis::CloudiotV1::GetIamPolicyRequest] get_iam_policy_request_object
|
789
793
|
# @param [String] fields
|
790
794
|
# Selector specifying which fields to include in a partial response.
|
@@ -818,8 +822,9 @@ module Google
|
|
818
822
|
# Sets the access control policy on the specified resource. Replaces any
|
819
823
|
# existing policy.
|
820
824
|
# @param [String] resource
|
821
|
-
# REQUIRED: The resource for which the policy is being specified. See
|
822
|
-
#
|
825
|
+
# REQUIRED: The resource for which the policy is being specified. See [Resource
|
826
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
827
|
+
# appropriate value for this field.
|
823
828
|
# @param [Google::Apis::CloudiotV1::SetIamPolicyRequest] set_iam_policy_request_object
|
824
829
|
# @param [String] fields
|
825
830
|
# Selector specifying which fields to include in a partial response.
|
@@ -854,8 +859,9 @@ module Google
|
|
854
859
|
# resource does not exist, this will return an empty set of permissions, not a
|
855
860
|
# NOT_FOUND error.
|
856
861
|
# @param [String] resource
|
857
|
-
# REQUIRED: The resource for which the policy detail is being requested. See
|
858
|
-
#
|
862
|
+
# REQUIRED: The resource for which the policy detail is being requested. See [
|
863
|
+
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
|
864
|
+
# appropriate value for this field.
|
859
865
|
# @param [Google::Apis::CloudiotV1::TestIamPermissionsRequest] test_iam_permissions_request_object
|
860
866
|
# @param [String] fields
|
861
867
|
# Selector specifying which fields to include in a partial response.
|
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.16.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: 2022-
|
11
|
+
date: 2022-06-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.6'
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: '0.
|
29
|
+
version: '0.6'
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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.16.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: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.3.
|
78
|
+
rubygems_version: 3.3.14
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Cloud IoT API V1
|