Skip to content

Commit e2dcceb

Browse files
1 parent 02e0da0 commit e2dcceb

File tree

4 files changed

+29
-6
lines changed

4 files changed

+29
-6
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-rev20241002-2.0.0</version>
25+
<version>v1-rev20241009-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-rev20241002-2.0.0'
38+
implementation 'com.google.apis:google-api-services-backupdr:v1-rev20241009-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: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2666,6 +2666,29 @@ public Delete setForce(java.lang.Boolean force) {
26662666
return this;
26672667
}
26682668

2669+
/**
2670+
* Optional. If set to true, backupvault deletion will proceed even if there are backup
2671+
* plans referencing the backupvault. The default is 'false'.
2672+
*/
2673+
@com.google.api.client.util.Key
2674+
private java.lang.Boolean ignoreBackupPlanReferences;
2675+
2676+
/** Optional. If set to true, backupvault deletion will proceed even if there are backup plans
2677+
referencing the backupvault. The default is 'false'.
2678+
*/
2679+
public java.lang.Boolean getIgnoreBackupPlanReferences() {
2680+
return ignoreBackupPlanReferences;
2681+
}
2682+
2683+
/**
2684+
* Optional. If set to true, backupvault deletion will proceed even if there are backup
2685+
* plans referencing the backupvault. The default is 'false'.
2686+
*/
2687+
public Delete setIgnoreBackupPlanReferences(java.lang.Boolean ignoreBackupPlanReferences) {
2688+
this.ignoreBackupPlanReferences = ignoreBackupPlanReferences;
2689+
return this;
2690+
}
2691+
26692692
/**
26702693
* Optional. An optional request ID to identify requests. Specify a unique request ID so
26712694
* that if you must retry your request, the server will know to ignore the request if it

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

0 commit comments

Comments
 (0)