diff --git a/clients/google-api-services-gkebackup/v1/2.0.0/README.md b/clients/google-api-services-gkebackup/v1/2.0.0/README.md index 40c59f5c7a2..ae99ca8afe6 100644 --- a/clients/google-api-services-gkebackup/v1/2.0.0/README.md +++ b/clients/google-api-services-gkebackup/v1/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-gkebackup - v1-rev20260826-2.0.0 + v1-rev20260909-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-gkebackup:v1-rev20260826-2.0.0' + implementation 'com.google.apis:google-api-services-gkebackup:v1-rev20260909-2.0.0' } ``` diff --git a/clients/google-api-services-gkebackup/v1/2.0.0/com/google/api/services/gkebackup/v1/model/BDRBackupRestoreJobLog.java b/clients/google-api-services-gkebackup/v1/2.0.0/com/google/api/services/gkebackup/v1/model/BDRBackupRestoreJobLog.java index b2ddc2f0f58..bf5616c660c 100644 --- a/clients/google-api-services-gkebackup/v1/2.0.0/com/google/api/services/gkebackup/v1/model/BDRBackupRestoreJobLog.java +++ b/clients/google-api-services-gkebackup/v1/2.0.0/com/google/api/services/gkebackup/v1/model/BDRBackupRestoreJobLog.java @@ -17,7 +17,7 @@ package com.google.api.services.gkebackup.v1.model; /** - * Log entry for Backup and Restore Job for resources using BackupPlan based protection. Next Id: 27 + * Log entry for Backup and Restore Job for resources using BackupPlan based protection. Next Id: 28 * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is * transmitted over HTTP when working with the Backup for GKE API. For a detailed explanation see: @@ -36,6 +36,13 @@ public final class BDRBackupRestoreJobLog extends com.google.api.client.json.Gen @com.google.api.client.util.Key private java.lang.String autoProtectionPolicy; + /** + * The auto-protection policy binding that created the backup. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.lang.String autoProtectionPolicyBinding; + /** * Backup consistency time. * The value may be {@code null}. @@ -229,6 +236,23 @@ public BDRBackupRestoreJobLog setAutoProtectionPolicy(java.lang.String autoProte return this; } + /** + * The auto-protection policy binding that created the backup. + * @return value or {@code null} for none + */ + public java.lang.String getAutoProtectionPolicyBinding() { + return autoProtectionPolicyBinding; + } + + /** + * The auto-protection policy binding that created the backup. + * @param autoProtectionPolicyBinding autoProtectionPolicyBinding or {@code null} for none + */ + public BDRBackupRestoreJobLog setAutoProtectionPolicyBinding(java.lang.String autoProtectionPolicyBinding) { + this.autoProtectionPolicyBinding = autoProtectionPolicyBinding; + return this; + } + /** * Backup consistency time. * @return value or {@code null} for none diff --git a/clients/google-api-services-gkebackup/v1/2.0.0/pom.xml b/clients/google-api-services-gkebackup/v1/2.0.0/pom.xml index 1ebf3e582e1..ae50603fe9e 100644 --- a/clients/google-api-services-gkebackup/v1/2.0.0/pom.xml +++ b/clients/google-api-services-gkebackup/v1/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-gkebackup - v1-rev20260826-2.0.0 - Backup for GKE API v1-rev20260826-2.0.0 + v1-rev20260909-2.0.0 + Backup for GKE API v1-rev20260909-2.0.0 jar 2011 diff --git a/clients/google-api-services-gkebackup/v1/README.md b/clients/google-api-services-gkebackup/v1/README.md index 40c59f5c7a2..ae99ca8afe6 100644 --- a/clients/google-api-services-gkebackup/v1/README.md +++ b/clients/google-api-services-gkebackup/v1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-gkebackup - v1-rev20260826-2.0.0 + v1-rev20260909-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-gkebackup:v1-rev20260826-2.0.0' + implementation 'com.google.apis:google-api-services-gkebackup:v1-rev20260909-2.0.0' } ```