google-apis-iam_v1 0.13.0 → 0.14.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: 4c8f21a4b1a2f2cc972151b7ee074f17873cd123f15aa1f88fe98aec816e9e03
4
- data.tar.gz: 4dcd9391a1ad9f0888590548a8364caec71f84b8f997de50819363f2bf8659c6
3
+ metadata.gz: 972a674ba12ff68a6b73b416fda3b57ce444e0c33710f9bbe2488aa8c464245b
4
+ data.tar.gz: d2c9c43d939781befb90e63db9842e977048fe9b68901c57a6c4d441ef2b9f5b
5
5
  SHA512:
6
- metadata.gz: 271e6e6955e444d1ed9b3ed469b96fc94f3ab0b6987cf5edf1c2ceecf1f00e1cd445fc3a161f2ab200d0a6fd3ff27106026ce7ba1c8b34ea17fce8b2851c82cc
7
- data.tar.gz: '0068cd7c20399c0ed80fef0554829a19e5e2241e71a8b8d7f4dbc66516fad48b725617146ffa31ed683e766d7b75ea92ceb8fa704ba6d22ccc780e3b7bcb2803'
6
+ metadata.gz: f7f84ec34549c417241a127a8e1fce3e2bd32a3128e796c0c69a6190403e2a0ce55480678e64add72ba866901ce72f1d329ea56b53e42ed19f7b395cc046191e
7
+ data.tar.gz: ab9dbd4e08dc271aad5c3006ea6162a1ae809337dcf321d9c2cd82c3fe0c788b69cdb2e308f0042eeb3b9ef5a358a2bf0c55b3efa49527c36b414c5c251caff1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-iam_v1
2
2
 
3
+ ### v0.14.0 (2021-09-24)
4
+
5
+ * Regenerated from discovery document revision 20210918
6
+
3
7
  ### v0.13.0 (2021-09-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20210909
@@ -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.13.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 = "20210909"
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. The API is currently in preview phase.
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. The API is currently in preview phase.
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.13.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-20 00:00:00.000000000 Z
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.13.0
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: []