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 8577be9ce2a..fed1fbdaf30 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-rev20260116-2.0.0
+ v1-rev20260128-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-backupdr:v1-rev20260116-2.0.0'
+ implementation 'com.google.apis:google-api-services-backupdr:v1-rev20260128-2.0.0'
}
```
diff --git a/clients/google-api-services-backupdr/v1/2.0.0/com/google/api/services/backupdr/v1/Backupdr.java b/clients/google-api-services-backupdr/v1/2.0.0/com/google/api/services/backupdr/v1/Backupdr.java
index a07449e96a2..4ed71eacd15 100644
--- a/clients/google-api-services-backupdr/v1/2.0.0/com/google/api/services/backupdr/v1/Backupdr.java
+++ b/clients/google-api-services-backupdr/v1/2.0.0/com/google/api/services/backupdr/v1/Backupdr.java
@@ -103,7 +103,7 @@ public class Backupdr extends com.google.api.client.googleapis.services.json.Abs
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}
*
Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}
- * Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
+ * Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
*
*
* @param jsonFactory JSON factory, which may be:
@@ -460,7 +460,10 @@ public GetTrial set(String parameterName, Object value) {
}
}
/**
- * Lists information about the supported locations for this service.
+ * Lists information about the supported locations for this service. This method can be called in
+ * two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
+ * visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
+ * public locations as well as private or other locations specifically visible to the project.
*
* Create a request for the method "locations.list".
*
@@ -484,7 +487,10 @@ public class List extends BackupdrRequest
* Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}
- * Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
- *
+ * Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
*
* @param jsonFactory JSON factory, which may be:
*
diff --git a/clients/google-api-services-backupdr/v1/2.0.0/com/google/api/services/backupdr/v1/model/ResourceBackupConfig.java b/clients/google-api-services-backupdr/v1/2.0.0/com/google/api/services/backupdr/v1/model/ResourceBackupConfig.java
index 41686622910..3e542e7c9c8 100644
--- a/clients/google-api-services-backupdr/v1/2.0.0/com/google/api/services/backupdr/v1/model/ResourceBackupConfig.java
+++ b/clients/google-api-services-backupdr/v1/2.0.0/com/google/api/services/backupdr/v1/model/ResourceBackupConfig.java
@@ -101,7 +101,7 @@ public final class ResourceBackupConfig extends com.google.api.client.json.Gener
/**
* Output only. Whether the target resource is protected by a backup vault. This is true if the
* backup_configs_details is not empty and any of the ResourceBackupConfig.backup_configs_details
- * has a backup configuration with BackupConfigDetails.backup_vault set. set.
+ * has a backup configuration with BackupConfigDetails.backup_vault set.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -258,7 +258,7 @@ public ResourceBackupConfig setUid(java.lang.String uid) {
/**
* Output only. Whether the target resource is protected by a backup vault. This is true if the
* backup_configs_details is not empty and any of the ResourceBackupConfig.backup_configs_details
- * has a backup configuration with BackupConfigDetails.backup_vault set. set.
+ * has a backup configuration with BackupConfigDetails.backup_vault set.
* @return value or {@code null} for none
*/
public java.lang.Boolean getVaulted() {
@@ -268,7 +268,7 @@ public java.lang.Boolean getVaulted() {
/**
* Output only. Whether the target resource is protected by a backup vault. This is true if the
* backup_configs_details is not empty and any of the ResourceBackupConfig.backup_configs_details
- * has a backup configuration with BackupConfigDetails.backup_vault set. set.
+ * has a backup configuration with BackupConfigDetails.backup_vault set.
* @param vaulted vaulted or {@code null} for none
*/
public ResourceBackupConfig setVaulted(java.lang.Boolean vaulted) {
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 eebbd18f873..c3bbaa9c490 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-rev20260116-2.0.0
- Backup and DR Service API v1-rev20260116-2.0.0
+ v1-rev20260128-2.0.0
+ Backup and DR Service API v1-rev20260128-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 8577be9ce2a..fed1fbdaf30 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-rev20260116-2.0.0
+ v1-rev20260128-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-backupdr:v1-rev20260116-2.0.0'
+ implementation 'com.google.apis:google-api-services-backupdr:v1-rev20260128-2.0.0'
}
```