From bd59c17133bf7774288e315dfc9d95eb0a9b65f7 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Wed, 7 Feb 2024 01:29:14 +0000 Subject: [PATCH] fix(backupdr): update the API #### backupdr:v1 The following keys were changed: - schemas.Binding.properties.role.description --- discovery/backupdr-v1.json | 4 ++-- src/apis/backupdr/v1.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/discovery/backupdr-v1.json b/discovery/backupdr-v1.json index 1149c17e54..f69519783b 100644 --- a/discovery/backupdr-v1.json +++ b/discovery/backupdr-v1.json @@ -567,7 +567,7 @@ } } }, - "revision": "20231224", + "revision": "20240124", "rootUrl": "https://backupdr.googleapis.com/", "schemas": { "AuditConfig": { @@ -634,7 +634,7 @@ "type": "array" }, "role": { - "description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.", + "description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).", "type": "string" } }, diff --git a/src/apis/backupdr/v1.ts b/src/apis/backupdr/v1.ts index 77942a69a4..2d1c1be679 100644 --- a/src/apis/backupdr/v1.ts +++ b/src/apis/backupdr/v1.ts @@ -163,7 +163,7 @@ export namespace backupdr_v1 { */ members?: string[] | null; /** - * Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. + * Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles). */ role?: string | null; }