google-apis-iam_v1 0.8.0 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7fc5bf4cd0f8610449ec9fa1709e956dd24d5d6498c4344c9650587a731646db
4
- data.tar.gz: ab9d7efaa7b52e17c8d85c43459a660d0a1fda0e3ecfcf480588289915ba2c29
3
+ metadata.gz: 27c718ae666d6898ecb68c430525ff29d41425a371ff0d5d726ada741509ec54
4
+ data.tar.gz: d5f5d186d8668b89254baeb4a557c97abb3d6067ccf5917f5f88794289f8e949
5
5
  SHA512:
6
- metadata.gz: f756527f4b8408a2c8e882805621af665cb52ec8d5f1ebf1157c2197ccdd7e92399c7a860a1a8e0eed47815f92b162c8754d8a7da008c09f1eb93e8b9cf9b929
7
- data.tar.gz: 3edebb82e0d4370b1cbe882afcb4febb0ee0b23c5afa6c6610c7d4424f710524c8bbe236f61047a95f923adb4010369893c8cd60f2ca497c186708a7e2265568
6
+ metadata.gz: f8603db99c13dae202f480efaff9614a5543a3740be7857e4a0e17326d4d584d9ca09bcafffd4409bdea23a09bc32e703e01c5d2d2742c09523bc046e724e852
7
+ data.tar.gz: a12322ff5123dc400d5cd637c429331bad7c88cc7d21b14d3be6aed9b7159c1426fca2ec3a5c596213f87ed36de52be3a850d52047bf2bdf00572976a5355109
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-iam_v1
2
2
 
3
+ ### v0.9.0 (2021-07-29)
4
+
5
+ * Regenerated from discovery document revision 20210722
6
+
3
7
  ### v0.8.0 (2021-06-29)
4
8
 
5
9
  * Regenerated using generator version 0.4.0
@@ -1589,9 +1589,9 @@ module Google
1589
1589
  # Must be a serialized JSON object that contains a JWT Claims Set. For example: `
1590
1590
  # `"sub": "user@example.com", "iat": 313435`` If the JWT Claims Set contains an
1591
1591
  # expiration time (`exp`) claim, it must be an integer timestamp that is not in
1592
- # the past and no more than 1 hour in the future. If the JWT Claims Set does not
1593
- # contain an expiration time (`exp`) claim, this claim is added automatically,
1594
- # with a timestamp that is 1 hour in the future.
1592
+ # the past and no more than 12 hours in the future. If the JWT Claims Set does
1593
+ # not contain an expiration time (`exp`) claim, this claim is added
1594
+ # automatically, with a timestamp that is 1 hour in the future.
1595
1595
  # Corresponds to the JSON property `payload`
1596
1596
  # @return [String]
1597
1597
  attr_accessor :payload
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module IamV1
18
18
  # Version of the google-apis-iam_v1 gem
19
- GEM_VERSION = "0.8.0"
19
+ GEM_VERSION = "0.9.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210519"
25
+ REVISION = "20210722"
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-iam_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.9.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: 2021-07-05 00:00:00.000000000 Z
11
+ date: 2021-08-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -59,7 +59,7 @@ licenses:
59
59
  metadata:
60
60
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
61
61
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-iam_v1/CHANGELOG.md
62
- documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.8.0
62
+ documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.9.0
63
63
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-iam_v1
64
64
  post_install_message:
65
65
  rdoc_options: []