google-apis-cloudiot_v1 0.22.0 → 0.23.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: 0ff75c9cf50ebbf905f47c582665eb8d1b26a43e7c61ec5c937160153d0a2523
4
- data.tar.gz: 653f8c38896b61b37dbeb4294f5ddca8cbf6caa3bb2dfc7da820ec79a90c839e
3
+ metadata.gz: 47e6d8a0a9858288e2e16f5e0c512fbe4367a87f8ef8a1c8cacc7090386a8eee
4
+ data.tar.gz: 6fafc127f7848bc1173ed633fe968e3846081eb86787a25d61ddcc869d71b854
5
5
  SHA512:
6
- metadata.gz: dc6fce3356180231d3da8abd8c51ea3ba84e0cada3fea911200283684311c00b2ec706c06ece1edeab7b62a803bc545ef7f6995fc0e31048ad0addee9f5b9434
7
- data.tar.gz: 581f95debf7dc7f1844b711d6c03449dd32f90cfb10eef7133eaa4c195003fa67af4f51fa359210cf3017134d52c3d9de8bb3f55a2701d3f0e85be62569c405d
6
+ metadata.gz: 0acbca2896b959ee42f44d5ec5aad1d338a16eaa33117eee8b2ee8320edb0009c3032e41b4db819505a995e31d8702e7696058fcc1891728680a105d2e5f4099
7
+ data.tar.gz: c85ccc7079c8cf5338a45be33687d9bb8c7a7a32401bf277b5e115ca7b0e2b3d2ea7668dd62a33408815401de50a113f5553eb5ea092cc892b79ea41cc89f0cc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-cloudiot_v1
2
2
 
3
+ ### v0.23.0 (2023-02-12)
4
+
5
+ * Regenerated from discovery document revision 20230131
6
+ * Regenerated using generator version 0.11.1
7
+
3
8
  ### v0.22.0 (2022-10-28)
4
9
 
5
10
  * Regenerated using generator version 0.11.0
@@ -101,22 +101,22 @@ module Google
101
101
  # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
102
102
  # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
103
103
  # email address that represents a Google group. For example, `admins@example.com`
104
- # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
105
- # identifier) representing a user that has been recently deleted. For example, `
106
- # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
107
- # value reverts to `user:`emailid`` and the recovered user retains the role in
108
- # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
109
- # address (plus unique identifier) representing a service account that has been
110
- # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
104
+ # . * `domain:`domain``: The G Suite domain (primary) that represents all the
105
+ # users of that domain. For example, `google.com` or `example.com`. * `deleted:
106
+ # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
107
+ # representing a user that has been recently deleted. For example, `alice@
108
+ # example.com?uid=123456789012345678901`. If the user is recovered, this value
109
+ # reverts to `user:`emailid`` and the recovered user retains the role in the
110
+ # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
111
+ # (plus unique identifier) representing a service account that has been recently
112
+ # deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
111
113
  # 123456789012345678901`. If the service account is undeleted, this value
112
114
  # reverts to `serviceAccount:`emailid`` and the undeleted service account
113
115
  # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
114
116
  # An email address (plus unique identifier) representing a Google group that has
115
117
  # been recently deleted. For example, `admins@example.com?uid=
116
118
  # 123456789012345678901`. If the group is recovered, this value reverts to `
117
- # group:`emailid`` and the recovered group retains the role in the binding. * `
118
- # domain:`domain``: The G Suite domain (primary) that represents all the users
119
- # of that domain. For example, `google.com` or `example.com`.
119
+ # group:`emailid`` and the recovered group retains the role in the binding.
120
120
  # Corresponds to the JSON property `members`
121
121
  # @return [Array<String>]
122
122
  attr_accessor :members
@@ -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.22.0"
19
+ GEM_VERSION = "0.23.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220920"
25
+ REVISION = "20230131"
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.22.0
4
+ version: 0.23.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-10-31 00:00:00.000000000 Z
11
+ date: 2023-02-12 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.22.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudiot_v1/v0.23.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.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud IoT API V1