File tree Expand file tree Collapse file tree 4 files changed +29
-6
lines changed
clients/google-api-services-backupdr/v1
com/google/api/services/backupdr/v1 Expand file tree Collapse file tree 4 files changed +29
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-backupdr</artifactId >
25
- <version >v1-rev20241002 -2.0.0</version >
25
+ <version >v1-rev20241009 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
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'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -2666,6 +2666,29 @@ public Delete setForce(java.lang.Boolean force) {
2666
2666
return this ;
2667
2667
}
2668
2668
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
+
2669
2692
/**
2670
2693
* Optional. An optional request ID to identify requests. Specify a unique request ID so
2671
2694
* that if you must retry your request, the server will know to ignore the request if it
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<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 >
13
13
<packaging >jar</packaging >
14
14
15
15
<inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-backupdr</artifactId >
25
- <version >v1-rev20241002 -2.0.0</version >
25
+ <version >v1-rev20241009 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
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'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments