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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e985d0d428af8cf9aa365d2ce4d350b2607e5d2d34b2cc1feb3bcf92ddfd1baf
4
- data.tar.gz: 219e94b28b9a38ef4bfbe6917411d2895850eb1065a96713abbb90c8bb429889
3
+ metadata.gz: e2fc51313eba77eb4052dddc23304f4c691b77d268d1ab4d7cdb9aaabf610ccd
4
+ data.tar.gz: c93e33b1fba599374f186f393d47c9fdbc0b9735880c1b426f6b71133fc73ec7
5
5
  SHA512:
6
- metadata.gz: fe4c7545fb09dec6c409f6e860833e39dfa9a60274c204ae6e1787288139cdac724ae4f2862dde753b1b948f04a51fed50ac3583869441dd64932582ba4a0173
7
- data.tar.gz: b48c2ccad6d28a66c336471440f886bd89df8aace6d201a5ff1f04c051a544900930f90da2f293985cdfbf56b4e4ef8c29d9fb77b0054222cada18d001317a78
6
+ metadata.gz: 249c54d79293002836ae284f71a494a3f36a334fdd3c65af40e653147ab040b23d0ac6932b87e78c4ea7ee3ea3957facb7884fa5f939eb1386180a735a8b9f27
7
+ data.tar.gz: d99450ff50cb3fa8134b105bf67355b39dbe280a115c6b03138141189ee023860c5f94327f6aaa455a342c77cd8ff717af2968ae1fdf9697de508f7fab60ba50
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-iam_v1
2
2
 
3
+ ### v0.29.0 (2022-05-19)
4
+
5
+ * Regenerated from discovery document revision 20220511
6
+
3
7
  ### v0.28.0 (2022-05-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20220509
@@ -847,8 +847,8 @@ module Google
847
847
  end
848
848
  end
849
849
 
850
- # The request for PatchServiceAccount. You can patch only the `display_name` and
851
- # `description` fields. You must use the `update_mask` field to specify which of
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.28.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 = "20220509"
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
- # through EnableServiceAccountKey.
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.28.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-16 00:00:00.000000000 Z
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.28.0
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: []