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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/iam_v1/classes.rb +3 -3
- data/lib/google/apis/iam_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 88f4360fd8925fa7509ed6d1a67a1c262dcf2079fa773a88a6cfcbaf3148ba1e
|
4
|
+
data.tar.gz: 0d6f7f2bafcb2c8d572ad407afcdd16c17fcdc6a86e1970ee6833a5d4ac68705
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1bedba5786f6f84feaebc681f2f5107d6c85b70afebd93f6568c06ab9478a50a376ba335df30c2da7ad14122afee708cd88dc0cd508bf88c4e7065ef67d856c7
|
7
|
+
data.tar.gz: c4bdbb11fb42eedb43e863162512aec7cc6411c5ed77d2e56ac468218c4c6acb7ad5fda2f51e2dd9fe05579e811743729b356171200de1f1b621a02211274169
|
data/CHANGELOG.md
CHANGED
@@ -632,7 +632,7 @@ module Google
|
|
632
632
|
# @return [String]
|
633
633
|
attr_accessor :key
|
634
634
|
|
635
|
-
#
|
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
|
-
#
|
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
|
-
#
|
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.
|
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 = "
|
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.
|
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-
|
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.
|
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: []
|