Skip to content

Commit f95e517

Browse files
feat: Automated regeneration of IAM client (googleapis#13197)
Auto-created at 2025-03-20 13:16:17 +0000 using the toys pull request generator.
1 parent eaeaad0 commit f95e517

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

clients/iam/lib/google_api/iam/v1/api/projects.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3443,7 +3443,7 @@ defmodule GoogleApi.IAM.V1.Api.Projects do
34433443
end
34443444

34453445
@doc """
3446-
**Note:** This method is deprecated. Use the [signBlob](https://cloud.google.com/iam/help/rest-credentials/v1/projects.serviceAccounts/signBlob) method in the IAM Service Account Credentials API instead. If you currently use this method, see the [migration guide](https://cloud.google.com/iam/help/credentials/migrate-api) for instructions. Signs a blob using the system-managed private key for a ServiceAccount.
3446+
Signs a blob using the system-managed private key for a ServiceAccount.
34473447
34483448
## Parameters
34493449
@@ -3510,7 +3510,7 @@ defmodule GoogleApi.IAM.V1.Api.Projects do
35103510
end
35113511

35123512
@doc """
3513-
**Note:** This method is deprecated. Use the [signJwt](https://cloud.google.com/iam/help/rest-credentials/v1/projects.serviceAccounts/signJwt) method in the IAM Service Account Credentials API instead. If you currently use this method, see the [migration guide](https://cloud.google.com/iam/help/credentials/migrate-api) for instructions. Signs a JSON Web Token (JWT) using the system-managed private key for a ServiceAccount.
3513+
Signs a JSON Web Token (JWT) using the system-managed private key for a ServiceAccount.
35143514
35153515
## Parameters
35163516

clients/iam/lib/google_api/iam/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.IAM.V1 do
2020
API client metadata for GoogleApi.IAM.V1.
2121
"""
2222

23-
@discovery_revision "20250213"
23+
@discovery_revision "20250313"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

0 commit comments

Comments
 (0)