google-apis-iap_v1 0.30.0 → 0.32.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: 1f49c3758495025ef0054f850c5e9690a0a7157d43be054b24bd908b5983195d
4
- data.tar.gz: a7b8a9f421939a0de54ccb181bbc4f790ceae6cb848e1bb46d8d13af82a9d17e
3
+ metadata.gz: 806c0b92de4ce4e943b1dfc3c79b3968bad9b68201e1bf4b3e97fc1245d31df9
4
+ data.tar.gz: 71e6c4c219daee41bea36fa02d3bf643bce36c3d174890371a322245bd6699d6
5
5
  SHA512:
6
- metadata.gz: 9e03325a81afc636638695c92a1e1c38d0eac35159b08ac3b328003512cfe928c187d8415c899c2ff9c94c5219522fd63bcb57977e36002c3f6e1e4dd4f14ce4
7
- data.tar.gz: 13bf07e1435310004dae592e3304bfb9568588cac80fdc3fc8609dc95e3d566f32240333b1b72bd22bc6b31b22a3b9521bd49d7b3ad211c50724e3326d9b80bd
6
+ metadata.gz: eba9fe469228c97a3de3420aa43ea0b60c6d4273c7114a821bc14a737cc6187abc850c8ab24a4353d6f08a042f3cd6e423f167bfb85985b1b38eb7c4f400d49a
7
+ data.tar.gz: ca277d4871d48ee0c1fcf107fb9a73976b6e3f7b08b22f1bf158fa3f15312fa60dd4970cb6dc353a0c05ca5548f043b82c6d81c995b5840881508264006e001e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-iap_v1
2
2
 
3
+ ### v0.32.0 (2023-02-15)
4
+
5
+ * Regenerated using generator version 0.12.0
6
+
7
+ ### v0.31.0 (2023-02-12)
8
+
9
+ * Regenerated from discovery document revision 20230127
10
+
3
11
  ### v0.30.0 (2023-01-22)
4
12
 
5
13
  * Regenerated from discovery document revision 20230118
@@ -273,22 +273,22 @@ module Google
273
273
  # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
274
274
  # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
275
275
  # email address that represents a Google group. For example, `admins@example.com`
276
- # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
277
- # identifier) representing a user that has been recently deleted. For example, `
278
- # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
279
- # value reverts to `user:`emailid`` and the recovered user retains the role in
280
- # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
281
- # address (plus unique identifier) representing a service account that has been
282
- # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
276
+ # . * `domain:`domain``: The G Suite domain (primary) that represents all the
277
+ # users of that domain. For example, `google.com` or `example.com`. * `deleted:
278
+ # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
279
+ # representing a user that has been recently deleted. For example, `alice@
280
+ # example.com?uid=123456789012345678901`. If the user is recovered, this value
281
+ # reverts to `user:`emailid`` and the recovered user retains the role in the
282
+ # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
283
+ # (plus unique identifier) representing a service account that has been recently
284
+ # deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
283
285
  # 123456789012345678901`. If the service account is undeleted, this value
284
286
  # reverts to `serviceAccount:`emailid`` and the undeleted service account
285
287
  # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
286
288
  # An email address (plus unique identifier) representing a Google group that has
287
289
  # been recently deleted. For example, `admins@example.com?uid=
288
290
  # 123456789012345678901`. If the group is recovered, this value reverts to `
289
- # group:`emailid`` and the recovered group retains the role in the binding. * `
290
- # domain:`domain``: The G Suite domain (primary) that represents all the users
291
- # of that domain. For example, `google.com` or `example.com`.
291
+ # group:`emailid`` and the recovered group retains the role in the binding.
292
292
  # Corresponds to the JSON property `members`
293
293
  # @return [Array<String>]
294
294
  attr_accessor :members
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module IapV1
18
18
  # Version of the google-apis-iap_v1 gem
19
- GEM_VERSION = "0.30.0"
19
+ GEM_VERSION = "0.32.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.1"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230118"
25
+ REVISION = "20230127"
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-iap_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.30.0
4
+ version: 0.32.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: 2023-01-22 00:00:00.000000000 Z
11
+ date: 2023-02-19 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.9.1
19
+ version: 0.11.0
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.9.1
29
+ version: 0.11.0
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-iap_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-iap_v1/v0.30.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-iap_v1/v0.32.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iap_v1
63
63
  post_install_message:
64
64
  rdoc_options: []