Skip to content

Commit e0a9237

Browse files
chore: regenerate backupdr client
1 parent 38c1764 commit e0a9237

File tree

5 files changed

+19
-14
lines changed

5 files changed

+19
-14
lines changed

clients/google-api-services-backupdr/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-backupdr</artifactId>
25-
<version>v1-rev20260116-2.0.0</version>
25+
<version>v1-rev20260128-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-backupdr:v1-rev20260116-2.0.0'
38+
implementation 'com.google.apis:google-api-services-backupdr:v1-rev20260128-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-backupdr/v1/2.0.0/com/google/api/services/backupdr/v1/Backupdr.java

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public class Backupdr extends com.google.api.client.googleapis.services.json.Abs
103103
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
104104
* <li>Android: {@code newCompatibleTransport} from
105105
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
106-
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
106+
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
107107
* </li>
108108
* </ul>
109109
* @param jsonFactory JSON factory, which may be:
@@ -460,7 +460,10 @@ public GetTrial set(String parameterName, Object value) {
460460
}
461461
}
462462
/**
463-
* Lists information about the supported locations for this service.
463+
* Lists information about the supported locations for this service. This method can be called in
464+
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
465+
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
466+
* public locations as well as private or other locations specifically visible to the project.
464467
*
465468
* Create a request for the method "locations.list".
466469
*
@@ -484,7 +487,10 @@ public class List extends BackupdrRequest<com.google.api.services.backupdr.v1.mo
484487
java.util.regex.Pattern.compile("^projects/[^/]+$");
485488

486489
/**
487-
* Lists information about the supported locations for this service.
490+
* Lists information about the supported locations for this service. This method can be called in
491+
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
492+
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
493+
* public locations as well as private or other locations specifically visible to the project.
488494
*
489495
* Create a request for the method "locations.list".
490496
*
@@ -11387,8 +11393,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
1138711393
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
1138811394
* <li>Android: {@code newCompatibleTransport} from
1138911395
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
11390-
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
11391-
* </li>
11396+
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
1139211397
* </ul>
1139311398
* @param jsonFactory JSON factory, which may be:
1139411399
* <ul>

clients/google-api-services-backupdr/v1/2.0.0/com/google/api/services/backupdr/v1/model/ResourceBackupConfig.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public final class ResourceBackupConfig extends com.google.api.client.json.Gener
101101
/**
102102
* Output only. Whether the target resource is protected by a backup vault. This is true if the
103103
* backup_configs_details is not empty and any of the ResourceBackupConfig.backup_configs_details
104-
* has a backup configuration with BackupConfigDetails.backup_vault set. set.
104+
* has a backup configuration with BackupConfigDetails.backup_vault set.
105105
* The value may be {@code null}.
106106
*/
107107
@com.google.api.client.util.Key
@@ -258,7 +258,7 @@ public ResourceBackupConfig setUid(java.lang.String uid) {
258258
/**
259259
* Output only. Whether the target resource is protected by a backup vault. This is true if the
260260
* backup_configs_details is not empty and any of the ResourceBackupConfig.backup_configs_details
261-
* has a backup configuration with BackupConfigDetails.backup_vault set. set.
261+
* has a backup configuration with BackupConfigDetails.backup_vault set.
262262
* @return value or {@code null} for none
263263
*/
264264
public java.lang.Boolean getVaulted() {
@@ -268,7 +268,7 @@ public java.lang.Boolean getVaulted() {
268268
/**
269269
* Output only. Whether the target resource is protected by a backup vault. This is true if the
270270
* backup_configs_details is not empty and any of the ResourceBackupConfig.backup_configs_details
271-
* has a backup configuration with BackupConfigDetails.backup_vault set. set.
271+
* has a backup configuration with BackupConfigDetails.backup_vault set.
272272
* @param vaulted vaulted or {@code null} for none
273273
*/
274274
public ResourceBackupConfig setVaulted(java.lang.Boolean vaulted) {

clients/google-api-services-backupdr/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-backupdr</artifactId>
11-
<version>v1-rev20260116-2.0.0</version>
12-
<name>Backup and DR Service API v1-rev20260116-2.0.0</name>
11+
<version>v1-rev20260128-2.0.0</version>
12+
<name>Backup and DR Service API v1-rev20260128-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-backupdr/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-backupdr</artifactId>
25-
<version>v1-rev20260116-2.0.0</version>
25+
<version>v1-rev20260128-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-backupdr:v1-rev20260116-2.0.0'
38+
implementation 'com.google.apis:google-api-services-backupdr:v1-rev20260128-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)