google-apis-iam_v1 0.3.0 → 0.4.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 +5 -0
- data/lib/google/apis/iam_v1/gem_version.rb +3 -3
- data/lib/google/apis/iam_v1/service.rb +12 -13
- 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: '0804d525dde44eeb3ed19fe28e5d80a6713e35b59d089362cfde6d4e1ce9bb12'
|
4
|
+
data.tar.gz: 553025c124793e4fa4d0b308db2e00bc79d5374b17dea0235a38e32f44bbb2cf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7872296485910171ae452e22d0bca03afdd048c96dada4039df6467a5ed4358a907da4db3e635a1231857b3921d6dde99b5056017409e5391f0f09ccef9d7c5e
|
7
|
+
data.tar.gz: 2a4e7494fa286fe0f5c853dfd08a4ffb662b2394fdaf448537abc03a804dbd38d8f9f28581f9759ab8430aa02a9b1c871313d2c6c3119594c8b928a068a036c5
|
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.4.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.2.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210226"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1627,13 +1627,12 @@ module Google
|
|
1627
1627
|
execute_or_queue_command(command, &block)
|
1628
1628
|
end
|
1629
1629
|
|
1630
|
-
# **Note:** This method is deprecated
|
1631
|
-
#
|
1632
|
-
#
|
1633
|
-
#
|
1634
|
-
#
|
1635
|
-
#
|
1636
|
-
# ServiceAccount.
|
1630
|
+
# **Note:** This method is deprecated. Use the [`signBlob`](https://cloud.google.
|
1631
|
+
# com/iam/help/rest-credentials/v1/projects.serviceAccounts/signBlob) method in
|
1632
|
+
# the IAM Service Account Credentials API instead. If you currently use this
|
1633
|
+
# method, see the [migration guide](https://cloud.google.com/iam/help/
|
1634
|
+
# credentials/migrate-api) for instructions. Signs a blob using the system-
|
1635
|
+
# managed private key for a ServiceAccount.
|
1637
1636
|
# @param [String] name
|
1638
1637
|
# Required. Deprecated. [Migrate to Service Account Credentials API](https://
|
1639
1638
|
# cloud.google.com/iam/help/credentials/migrate-api). The resource name of the
|
@@ -1671,12 +1670,12 @@ module Google
|
|
1671
1670
|
execute_or_queue_command(command, &block)
|
1672
1671
|
end
|
1673
1672
|
|
1674
|
-
# **Note:** This method is deprecated
|
1675
|
-
#
|
1676
|
-
#
|
1677
|
-
#
|
1678
|
-
#
|
1679
|
-
#
|
1673
|
+
# **Note:** This method is deprecated. Use the [`signJwt`](https://cloud.google.
|
1674
|
+
# com/iam/help/rest-credentials/v1/projects.serviceAccounts/signJwt) method in
|
1675
|
+
# the IAM Service Account Credentials API instead. If you currently use this
|
1676
|
+
# method, see the [migration guide](https://cloud.google.com/iam/help/
|
1677
|
+
# credentials/migrate-api) for instructions. Signs a JSON Web Token (JWT) using
|
1678
|
+
# the system-managed private key for a ServiceAccount.
|
1680
1679
|
# @param [String] name
|
1681
1680
|
# Required. Deprecated. [Migrate to Service Account Credentials API](https://
|
1682
1681
|
# cloud.google.com/iam/help/credentials/migrate-api). The resource name of the
|
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.4.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-03-
|
11
|
+
date: 2021-03-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -53,7 +53,7 @@ licenses:
|
|
53
53
|
metadata:
|
54
54
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
55
55
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-iam_v1/CHANGELOG.md
|
56
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.
|
56
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.4.0
|
57
57
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-iam_v1
|
58
58
|
post_install_message:
|
59
59
|
rdoc_options: []
|