google-apis-iam_v1 0.64.0 → 0.65.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '0944cd434aef1a9a53ce2af8bc46fb03a50368a08a8731216005b9b822017a08'
4
- data.tar.gz: 200153f1a9b7a031cbb0a7fd4a226df497cb1ad699068bf6d2e9b9dc74514b91
3
+ metadata.gz: cb3b335bd379900a5d6cb68c4c6081c862820bd11ac9a5e7fc30f7664925c3a2
4
+ data.tar.gz: efd55f260fa857696bcbc4bcafbfbc04094ba514f8b491a005dd3a3608687ee2
5
5
  SHA512:
6
- metadata.gz: dd693237a8153a9b516ed21888fec8e924349fa12091fe9a0a7741fba9355d891b6d47825fc3663bbd3b644bcdac63312f4bd23a760bd54b939a0c59f322cc92
7
- data.tar.gz: 38adebfeac9e98e4e647246733b3800ac3912f26b8dc355488460670862515bd8f6b7d13dbd5bbcb31fbf5ba6ba7cc00c2b6581df8766b3112b7a752c87add93
6
+ metadata.gz: 1bd22d09c1b036410449e00e5ef1eeeb2bc3fa6ecd228666feadceb78c76bb2a072fdf604d9b1430b67ade1a65bb676b93df812346607da551c1769a449b715d
7
+ data.tar.gz: 02c8346d15c935e42ef99ca8d6d89c3227e084b16ffd26f533359135108e7a8e4eb76229faf89bb756208a10257d55ff0cc466d885dfce8c5de9581faea1399e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-iam_v1
2
2
 
3
+ ### v0.65.0 (2025-03-23)
4
+
5
+ * Regenerated from discovery document revision 20250313
6
+
3
7
  ### v0.64.0 (2025-01-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20250116
@@ -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.64.0"
19
+ GEM_VERSION = "0.65.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250116"
25
+ REVISION = "20250313"
26
26
  end
27
27
  end
28
28
  end
@@ -3333,12 +3333,7 @@ module Google
3333
3333
  execute_or_queue_command(command, &block)
3334
3334
  end
3335
3335
 
3336
- # **Note:** This method is deprecated. Use the [signBlob](https://cloud.google.
3337
- # com/iam/help/rest-credentials/v1/projects.serviceAccounts/signBlob) method in
3338
- # the IAM Service Account Credentials API instead. If you currently use this
3339
- # method, see the [migration guide](https://cloud.google.com/iam/help/
3340
- # credentials/migrate-api) for instructions. Signs a blob using the system-
3341
- # managed private key for a ServiceAccount.
3336
+ # Signs a blob using the system-managed private key for a ServiceAccount.
3342
3337
  # @param [String] name
3343
3338
  # Required. Deprecated. [Migrate to Service Account Credentials API](https://
3344
3339
  # cloud.google.com/iam/help/credentials/migrate-api). The resource name of the
@@ -3381,12 +3376,8 @@ module Google
3381
3376
  execute_or_queue_command(command, &block)
3382
3377
  end
3383
3378
 
3384
- # **Note:** This method is deprecated. Use the [signJwt](https://cloud.google.
3385
- # com/iam/help/rest-credentials/v1/projects.serviceAccounts/signJwt) method in
3386
- # the IAM Service Account Credentials API instead. If you currently use this
3387
- # method, see the [migration guide](https://cloud.google.com/iam/help/
3388
- # credentials/migrate-api) for instructions. Signs a JSON Web Token (JWT) using
3389
- # the system-managed private key for a ServiceAccount.
3379
+ # Signs a JSON Web Token (JWT) using the system-managed private key for a
3380
+ # ServiceAccount.
3390
3381
  # @param [String] name
3391
3382
  # Required. Deprecated. [Migrate to Service Account Credentials API](https://
3392
3383
  # cloud.google.com/iam/help/credentials/migrate-api). The resource name of the
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-iam_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.64.0
4
+ version: 0.65.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-02 00:00:00.000000000 Z
10
+ date: 2025-03-23 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iam_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.64.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.65.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iam_v1
63
63
  rdoc_options: []
64
64
  require_paths: