google-apis-iam_v1 0.41.0 → 0.42.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: b943419a81de6c59a04adab67234bbb939d39cec637be6f492383fb3d55af403
4
- data.tar.gz: 1f8e6a12ff4f3adda429a193de2e4c4954ea0ccc49f6235cee0557b68127b373
3
+ metadata.gz: 88f4360fd8925fa7509ed6d1a67a1c262dcf2079fa773a88a6cfcbaf3148ba1e
4
+ data.tar.gz: 0d6f7f2bafcb2c8d572ad407afcdd16c17fcdc6a86e1970ee6833a5d4ac68705
5
5
  SHA512:
6
- metadata.gz: bf958a590c7087a6ea2cb86783065a17af728b8b4571608becbf18515a4fe5bcd03622e2b0ed28c2eaa6ed2cb976a778e2db7c41ac69e2cc89e237e32018a80a
7
- data.tar.gz: '03278a1ac8074fd2a7b327bee2e8d72581406e4d6dc28b86cb9b680557825032e4b64d39e9896397acab355b6a94b8a5304e750099d4a897661374faef3cf9d4'
6
+ metadata.gz: 1bedba5786f6f84feaebc681f2f5107d6c85b70afebd93f6568c06ab9478a50a376ba335df30c2da7ad14122afee708cd88dc0cd508bf88c4e7065ef67d856c7
7
+ data.tar.gz: c4bdbb11fb42eedb43e863162512aec7cc6411c5ed77d2e56ac468218c4c6acb7ad5fda2f51e2dd9fe05579e811743729b356171200de1f1b621a02211274169
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-iam_v1
2
2
 
3
+ ### v0.42.0 (2023-04-16)
4
+
5
+ * Regenerated from discovery document revision 20230406
6
+
3
7
  ### v0.41.0 (2023-03-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20230320
@@ -632,7 +632,7 @@ module Google
632
632
  # @return [String]
633
633
  attr_accessor :key
634
634
 
635
- # Immutable. The specifications for the key.
635
+ # Required. The specifications for the key.
636
636
  # Corresponds to the JSON property `keySpec`
637
637
  # @return [String]
638
638
  attr_accessor :key_spec
@@ -2423,7 +2423,7 @@ module Google
2423
2423
  # @return [String]
2424
2424
  attr_accessor :state
2425
2425
 
2426
- # Immutable. The purpose of the key.
2426
+ # Required. The purpose of the key.
2427
2427
  # Corresponds to the JSON property `use`
2428
2428
  # @return [String]
2429
2429
  attr_accessor :use
@@ -2653,7 +2653,7 @@ module Google
2653
2653
  # @return [String]
2654
2654
  attr_accessor :state
2655
2655
 
2656
- # Immutable. The purpose of the key.
2656
+ # Required. The purpose of the key.
2657
2657
  # Corresponds to the JSON property `use`
2658
2658
  # @return [String]
2659
2659
  attr_accessor :use
@@ -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.41.0"
19
+ GEM_VERSION = "0.42.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230320"
25
+ REVISION = "20230406"
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.41.0
4
+ version: 0.42.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-03-26 00:00:00.000000000 Z
11
+ date: 2023-04-16 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/main/generated/google-apis-iam_v1/CHANGELOG.md
62
- documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.41.0
62
+ documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.42.0
63
63
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iam_v1
64
64
  post_install_message:
65
65
  rdoc_options: []