google-apis-iam_v1 0.13.0 → 0.14.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/iam_v1/gem_version.rb +2 -2
- data/lib/google/apis/iam_v1/service.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: 972a674ba12ff68a6b73b416fda3b57ce444e0c33710f9bbe2488aa8c464245b
|
4
|
+
data.tar.gz: d2c9c43d939781befb90e63db9842e977048fe9b68901c57a6c4d441ef2b9f5b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f7f84ec34549c417241a127a8e1fce3e2bd32a3128e796c0c69a6190403e2a0ce55480678e64add72ba866901ce72f1d329ea56b53e42ed19f7b395cc046191e
|
7
|
+
data.tar.gz: ab9dbd4e08dc271aad5c3006ea6162a1ae809337dcf321d9c2cd82c3fe0c788b69cdb2e308f0042eeb3b9ef5a358a2bf0c55b3efa49527c36b414c5c251caff1
|
data/CHANGELOG.md
CHANGED
@@ -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.14.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 = "
|
25
|
+
REVISION = "20210918"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1902,7 +1902,7 @@ module Google
|
|
1902
1902
|
end
|
1903
1903
|
|
1904
1904
|
# Disable a ServiceAccountKey. A disabled service account key can be enabled
|
1905
|
-
# through EnableServiceAccountKey.
|
1905
|
+
# through EnableServiceAccountKey.
|
1906
1906
|
# @param [String] name
|
1907
1907
|
# Required. The resource name of the service account key in the following format:
|
1908
1908
|
# `projects/`PROJECT_ID`/serviceAccounts/`ACCOUNT`/keys/`key``. Using `-` as a
|
@@ -1939,7 +1939,7 @@ module Google
|
|
1939
1939
|
execute_or_queue_command(command, &block)
|
1940
1940
|
end
|
1941
1941
|
|
1942
|
-
# Enable a ServiceAccountKey.
|
1942
|
+
# Enable a ServiceAccountKey.
|
1943
1943
|
# @param [String] name
|
1944
1944
|
# Required. The resource name of the service account key in the following format:
|
1945
1945
|
# `projects/`PROJECT_ID`/serviceAccounts/`ACCOUNT`/keys/`key``. Using `-` as a
|
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.14.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-09-
|
11
|
+
date: 2021-09-27 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.
|
62
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.14.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: []
|