google-apis-iam_v1 0.28.0 → 0.29.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 +2 -2
- 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: e2fc51313eba77eb4052dddc23304f4c691b77d268d1ab4d7cdb9aaabf610ccd
|
4
|
+
data.tar.gz: c93e33b1fba599374f186f393d47c9fdbc0b9735880c1b426f6b71133fc73ec7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 249c54d79293002836ae284f71a494a3f36a334fdd3c65af40e653147ab040b23d0ac6932b87e78c4ea7ee3ea3957facb7884fa5f939eb1386180a735a8b9f27
|
7
|
+
data.tar.gz: d99450ff50cb3fa8134b105bf67355b39dbe280a115c6b03138141189ee023860c5f94327f6aaa455a342c77cd8ff717af2968ae1fdf9697de508f7fab60ba50
|
data/CHANGELOG.md
CHANGED
@@ -847,8 +847,8 @@ module Google
|
|
847
847
|
end
|
848
848
|
end
|
849
849
|
|
850
|
-
# The
|
851
|
-
#
|
850
|
+
# The service account patch request. You can patch only the `display_name` and `
|
851
|
+
# description` fields. You must use the `update_mask` field to specify which of
|
852
852
|
# these fields you want to patch. Only the fields specified in the request are
|
853
853
|
# guaranteed to be returned in the response. Other fields may be empty in the
|
854
854
|
# response.
|
@@ -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.29.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220511"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2090,8 +2090,8 @@ module Google
|
|
2090
2090
|
execute_or_queue_command(command, &block)
|
2091
2091
|
end
|
2092
2092
|
|
2093
|
-
# Disable a ServiceAccountKey. A disabled service account key can be enabled
|
2094
|
-
#
|
2093
|
+
# Disable a ServiceAccountKey. A disabled service account key can be re-enabled
|
2094
|
+
# with EnableServiceAccountKey.
|
2095
2095
|
# @param [String] name
|
2096
2096
|
# Required. The resource name of the service account key in the following format:
|
2097
2097
|
# `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.29.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: 2022-05-
|
11
|
+
date: 2022-05-23 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.29.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: []
|