google-apis-cloudiot_v1 0.15.0 → 0.18.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: 22235b09823a6c51c3ef0b819faf8ffe106e3d6578191fdb2a0782578b0b0db2
4
- data.tar.gz: ebf3a5b58e7323f789425ad7272fb2d30e783080761effbb0ebb5939803d02ea
3
+ metadata.gz: 94c4aaba2a60dbb8d35dc5fd91301784fef32d363eafb09e758667f5665e3e2f
4
+ data.tar.gz: 7d3a0639b7cec59994a770a02b0bbea192d6eb8cdd3e7dc6927af2c27aac7077
5
5
  SHA512:
6
- metadata.gz: 0c26dc99f07e98f2956625a21105962f8da9c31bb52e05718315621f116a9ccb65c92a8223822288f9c8399ce79c37f075fa064043a444bb363154ee8eb675b7
7
- data.tar.gz: 8442672ce36fe8127c948a5ee2081dc082b75c0436f1814177c245ab21422549bc4a9ef0937bdc9a6a70d4cfea5076352fa72d377f67bd7a09504dcb61a4cda8
6
+ metadata.gz: e929775f114210979622137ba5cac4659fa9cd67bef36d03c0daaf1cb51c26efd84914cc52cafd8eb0d5d33c9928711703ed0374003e03e81b1e8ce5460a6448
7
+ data.tar.gz: 0c50cc0237dd68d44a43be86be86ada269765c5414b7ec0eeee54abacf68e06cb9604293e9d5a2fc0c86a1b37884978afb2f10b72bf4fd86fe0c9c8d7f3b0d40
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-cloudiot_v1
2
2
 
3
+ ### v0.18.0 (2022-09-01)
4
+
5
+ * Regenerated from discovery document revision 20220822
6
+ * Regenerated using generator version 0.9.0
7
+
8
+ ### v0.17.0 (2022-06-30)
9
+
10
+ * Regenerated using generator version 0.8.0
11
+
12
+ ### v0.16.0 (2022-06-18)
13
+
14
+ * Regenerated using generator version 0.7.0
15
+
3
16
  ### v0.15.0 (2022-06-05)
4
17
 
5
18
  * Regenerated from discovery document revision 20220524
@@ -93,25 +93,28 @@ module Google
93
93
  # anyone who is authenticated with a Google account or a service account. * `
94
94
  # user:`emailid``: An email address that represents a specific Google account.
95
95
  # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
96
- # address that represents a service account. For example, `my-other-app@appspot.
97
- # gserviceaccount.com`. * `group:`emailid``: An email address that represents a
98
- # Google group. For example, `admins@example.com`. * `deleted:user:`emailid`?uid=
99
- # `uniqueid``: An email address (plus unique identifier) representing a user
100
- # that has been recently deleted. For example, `alice@example.com?uid=
101
- # 123456789012345678901`. If the user is recovered, this value reverts to `user:`
102
- # emailid`` and the recovered user retains the role in the binding. * `deleted:
103
- # serviceAccount:`emailid`?uid=`uniqueid``: An email address (plus unique
104
- # identifier) representing a service account that has been recently deleted. For
105
- # example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.
106
- # If the service account is undeleted, this value reverts to `serviceAccount:`
107
- # emailid`` and the undeleted service account retains the role in the binding. *
108
- # `deleted:group:`emailid`?uid=`uniqueid``: An email address (plus unique
109
- # identifier) representing a Google group that has been recently deleted. For
110
- # example, `admins@example.com?uid=123456789012345678901`. If the group is
111
- # recovered, this value reverts to `group:`emailid`` and the recovered group
112
- # retains the role in the binding. * `domain:`domain``: The G Suite domain (
113
- # primary) that represents all the users of that domain. For example, `google.
114
- # com` or `example.com`.
96
+ # address that represents a Google service account. For example, `my-other-app@
97
+ # appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
98
+ # namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
99
+ # https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
100
+ # accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
101
+ # . * `group:`emailid``: An email address that represents a Google group. For
102
+ # example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
103
+ # email address (plus unique identifier) representing a user that has been
104
+ # recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
105
+ # If the user is recovered, this value reverts to `user:`emailid`` and the
106
+ # recovered user retains the role in the binding. * `deleted:serviceAccount:`
107
+ # emailid`?uid=`uniqueid``: An email address (plus unique identifier)
108
+ # representing a service account that has been recently deleted. For example, `
109
+ # my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
110
+ # service account is undeleted, this value reverts to `serviceAccount:`emailid``
111
+ # and the undeleted service account retains the role in the binding. * `deleted:
112
+ # group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
113
+ # representing a Google group that has been recently deleted. For example, `
114
+ # admins@example.com?uid=123456789012345678901`. If the group is recovered, this
115
+ # value reverts to `group:`emailid`` and the recovered group retains the role in
116
+ # the binding. * `domain:`domain``: The G Suite domain (primary) that represents
117
+ # all the users of that domain. For example, `google.com` or `example.com`.
115
118
  # Corresponds to the JSON property `members`
116
119
  # @return [Array<String>]
117
120
  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.15.0"
19
+ GEM_VERSION = "0.18.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.5.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220524"
25
+ REVISION = "20220822"
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.15.0
4
+ version: 0.18.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-06-13 00:00:00.000000000 Z
11
+ date: 2022-09-05 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.5'
19
+ version: '0.7'
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.5'
29
+ version: '0.7'
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.15.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudiot_v1/v0.18.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: []