From 32a5d559763b2d7607f835d40efec9cffba80cec Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Fri, 24 Jul 2026 18:05:59 -0700 Subject: [PATCH] chore: regenerate backupdr client --- .../v1/2.0.0/README.md | 4 ++-- .../backupdr/v1/model/BackupVault.java | 18 +++++++++--------- .../v1/2.0.0/pom.xml | 4 ++-- .../google-api-services-backupdr/v1/README.md | 4 ++-- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/clients/google-api-services-backupdr/v1/2.0.0/README.md b/clients/google-api-services-backupdr/v1/2.0.0/README.md index b87f23c7a9c..0ff4dd00aaa 100644 --- a/clients/google-api-services-backupdr/v1/2.0.0/README.md +++ b/clients/google-api-services-backupdr/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-backupdr - v1-rev20260701-2.0.0 + v1-rev20260715-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-backupdr:v1-rev20260701-2.0.0' + implementation 'com.google.apis:google-api-services-backupdr:v1-rev20260715-2.0.0' } ``` diff --git a/clients/google-api-services-backupdr/v1/2.0.0/com/google/api/services/backupdr/v1/model/BackupVault.java b/clients/google-api-services-backupdr/v1/2.0.0/com/google/api/services/backupdr/v1/model/BackupVault.java index 24cef44206e..0dc37d0d92b 100644 --- a/clients/google-api-services-backupdr/v1/2.0.0/com/google/api/services/backupdr/v1/model/BackupVault.java +++ b/clients/google-api-services-backupdr/v1/2.0.0/com/google/api/services/backupdr/v1/model/BackupVault.java @@ -31,9 +31,9 @@ public final class BackupVault extends com.google.api.client.json.GenericJson { /** - * Optional. Note: This field is added for future use case and will not be supported in the - * current release. Access restriction for the backup vault. Default value is WITHIN_ORGANIZATION - * if not provided during creation. + * Optional. Restricts access to certain sources and destinations for data being sent into, or + * restored from, the backup vault. Defaults to WITHIN_ORGANIZATION if not provided during + * creation. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -169,9 +169,9 @@ public final class BackupVault extends com.google.api.client.json.GenericJson { private String updateTime; /** - * Optional. Note: This field is added for future use case and will not be supported in the - * current release. Access restriction for the backup vault. Default value is WITHIN_ORGANIZATION - * if not provided during creation. + * Optional. Restricts access to certain sources and destinations for data being sent into, or + * restored from, the backup vault. Defaults to WITHIN_ORGANIZATION if not provided during + * creation. * @return value or {@code null} for none */ public java.lang.String getAccessRestriction() { @@ -179,9 +179,9 @@ public java.lang.String getAccessRestriction() { } /** - * Optional. Note: This field is added for future use case and will not be supported in the - * current release. Access restriction for the backup vault. Default value is WITHIN_ORGANIZATION - * if not provided during creation. + * Optional. Restricts access to certain sources and destinations for data being sent into, or + * restored from, the backup vault. Defaults to WITHIN_ORGANIZATION if not provided during + * creation. * @param accessRestriction accessRestriction or {@code null} for none */ public BackupVault setAccessRestriction(java.lang.String accessRestriction) { diff --git a/clients/google-api-services-backupdr/v1/2.0.0/pom.xml b/clients/google-api-services-backupdr/v1/2.0.0/pom.xml index 3b87d8dae29..83d1a7c6921 100644 --- a/clients/google-api-services-backupdr/v1/2.0.0/pom.xml +++ b/clients/google-api-services-backupdr/v1/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-backupdr - v1-rev20260701-2.0.0 - Backup and DR Service API v1-rev20260701-2.0.0 + v1-rev20260715-2.0.0 + Backup and DR Service API v1-rev20260715-2.0.0 jar 2011 diff --git a/clients/google-api-services-backupdr/v1/README.md b/clients/google-api-services-backupdr/v1/README.md index b87f23c7a9c..0ff4dd00aaa 100644 --- a/clients/google-api-services-backupdr/v1/README.md +++ b/clients/google-api-services-backupdr/v1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-backupdr - v1-rev20260701-2.0.0 + v1-rev20260715-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-backupdr:v1-rev20260701-2.0.0' + implementation 'com.google.apis:google-api-services-backupdr:v1-rev20260715-2.0.0' } ```