google-apis-iap_v1 0.30.0 → 0.31.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: 9fd5058a6e2ea56f935bdc850832082fe8407db6995df27de084a963404c819d
4
+ data.tar.gz: 1f2fa94b224d3f4917bb5e59286a75971565648a570aa1218a14f3b9e3c7a2d0
5
5
  SHA512:
6
- metadata.gz: 9e03325a81afc636638695c92a1e1c38d0eac35159b08ac3b328003512cfe928c187d8415c899c2ff9c94c5219522fd63bcb57977e36002c3f6e1e4dd4f14ce4
7
- data.tar.gz: 13bf07e1435310004dae592e3304bfb9568588cac80fdc3fc8609dc95e3d566f32240333b1b72bd22bc6b31b22a3b9521bd49d7b3ad211c50724e3326d9b80bd
6
+ metadata.gz: 570ec43dbac5c4bb9054777e79d6e1ff35b4fdb397734ff8dad80c548978b8e0f1cf25027384ba6f9fc20f7fa887e9c08363b9bf6ee2ea576b4c047a92d0c40e
7
+ data.tar.gz: c032c02db684e310a5360712e7c0ab86643cc6e1e281d7d0056785f1d767cb3d9d5159c5ceb0967fb7b75ed72501ccad86dead84eddb8dc70daf77a2ef77ebf7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-iap_v1
2
2
 
3
+ ### v0.31.0 (2023-02-12)
4
+
5
+ * Regenerated from discovery document revision 20230127
6
+
3
7
  ### v0.30.0 (2023-01-22)
4
8
 
5
9
  * 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.31.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.1"
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.31.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-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-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.31.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: []