From 1c6e68ea5bd469b34d537ac031cbe9b45a950773 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Sat, 15 Jul 2023 01:42:53 +0000 Subject: [PATCH] fix(gkebackup): update the API #### gkebackup:v1 The following keys were changed: - schemas.Backup.description --- discovery/gkebackup-v1.json | 4 ++-- src/apis/gkebackup/v1.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/discovery/gkebackup-v1.json b/discovery/gkebackup-v1.json index e2f87219b6a..bdbdb6ea49a 100644 --- a/discovery/gkebackup-v1.json +++ b/discovery/gkebackup-v1.json @@ -1688,7 +1688,7 @@ } } }, - "revision": "20230609", + "revision": "20230705", "rootUrl": "https://gkebackup.googleapis.com/", "schemas": { "AuditConfig": { @@ -1740,7 +1740,7 @@ "type": "object" }, "Backup": { - "description": "Represents a request to perform a single point-in-time capture of some portion of the state of a GKE cluster, the record of the backup operation itself, and an anchor for the underlying artifacts that comprise the Backup (the config backup and VolumeBackups). Next id: 28", + "description": "Represents a request to perform a single point-in-time capture of some portion of the state of a GKE cluster, the record of the backup operation itself, and an anchor for the underlying artifacts that comprise the Backup (the config backup and VolumeBackups). Next id: 29", "id": "Backup", "properties": { "allNamespaces": { diff --git a/src/apis/gkebackup/v1.ts b/src/apis/gkebackup/v1.ts index 7cfdcdf7aa6..a6f8ecf4d00 100644 --- a/src/apis/gkebackup/v1.ts +++ b/src/apis/gkebackup/v1.ts @@ -151,7 +151,7 @@ export namespace gkebackup_v1 { logType?: string | null; } /** - * Represents a request to perform a single point-in-time capture of some portion of the state of a GKE cluster, the record of the backup operation itself, and an anchor for the underlying artifacts that comprise the Backup (the config backup and VolumeBackups). Next id: 28 + * Represents a request to perform a single point-in-time capture of some portion of the state of a GKE cluster, the record of the backup operation itself, and an anchor for the underlying artifacts that comprise the Backup (the config backup and VolumeBackups). Next id: 29 */ export interface Schema$Backup { /**