Skip to content

Commit 5131694

Browse files
1 parent d5b235b commit 5131694

File tree

4 files changed

+18
-9
lines changed

4 files changed

+18
-9
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-rev20250605-2.0.0</version>
25+
<version>v1-rev20250611-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-rev20250605-2.0.0'
38+
implementation 'com.google.apis:google-api-services-backupdr:v1-rev20250611-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,10 @@ public final class BackupPlanAssociation extends com.google.api.client.json.Gene
8080
private java.lang.String name;
8181

8282
/**
83-
* Required. Immutable. Resource name of workload on which backupplan is applied
83+
* Required. Immutable. Resource name of workload on which the backup plan is applied. The format
84+
* can either be the resource name (e.g., "projects/my-project/zones/us-central1-a/instances/my-
85+
* instance") or the full resource URI (e.g., "https://www.googleapis.com/compute/v1/projects/my-
86+
* project/zones/us-central1-a/instances/my-instance").
8487
* The value may be {@code null}.
8588
*/
8689
@com.google.api.client.util.Key
@@ -229,15 +232,21 @@ public BackupPlanAssociation setName(java.lang.String name) {
229232
}
230233

231234
/**
232-
* Required. Immutable. Resource name of workload on which backupplan is applied
235+
* Required. Immutable. Resource name of workload on which the backup plan is applied. The format
236+
* can either be the resource name (e.g., "projects/my-project/zones/us-central1-a/instances/my-
237+
* instance") or the full resource URI (e.g., "https://www.googleapis.com/compute/v1/projects/my-
238+
* project/zones/us-central1-a/instances/my-instance").
233239
* @return value or {@code null} for none
234240
*/
235241
public java.lang.String getResource() {
236242
return resource;
237243
}
238244

239245
/**
240-
* Required. Immutable. Resource name of workload on which backupplan is applied
246+
* Required. Immutable. Resource name of workload on which the backup plan is applied. The format
247+
* can either be the resource name (e.g., "projects/my-project/zones/us-central1-a/instances/my-
248+
* instance") or the full resource URI (e.g., "https://www.googleapis.com/compute/v1/projects/my-
249+
* project/zones/us-central1-a/instances/my-instance").
241250
* @param resource resource or {@code null} for none
242251
*/
243252
public BackupPlanAssociation setResource(java.lang.String resource) {

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-rev20250605-2.0.0</version>
12-
<name>Backup and DR Service API v1-rev20250605-2.0.0</name>
11+
<version>v1-rev20250611-2.0.0</version>
12+
<name>Backup and DR Service API v1-rev20250611-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-rev20250605-2.0.0</version>
25+
<version>v1-rev20250611-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-rev20250605-2.0.0'
38+
implementation 'com.google.apis:google-api-services-backupdr:v1-rev20250611-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)