File tree Expand file tree Collapse file tree 4 files changed +7
-31
lines changed
clients/google-api-services-backupdr/v1
com/google/api/services/backupdr/v1/model Expand file tree Collapse file tree 4 files changed +7
-31
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-rev20240808 -2.0.0</version >
25
+ <version >v1-rev20240815 -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-rev20240808 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-backupdr:v1-rev20240815 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -81,13 +81,6 @@ public final class BackupVault extends com.google.api.client.json.GenericJson {
81
81
@ com .google .api .client .util .Key
82
82
private String effectiveTime ;
83
83
84
- /**
85
- * Required. The default retention period for each backup in the backup vault (Deprecated).
86
- * The value may be {@code null}.
87
- */
88
- @ com .google .api .client .util .Key
89
- private String enforcedRetentionDuration ;
90
-
91
84
/**
92
85
* Optional. Server specified ETag for the backup vault resource to prevent simultaneous updates
93
86
* from overwiting each other.
@@ -270,23 +263,6 @@ public BackupVault setEffectiveTime(String effectiveTime) {
270
263
return this ;
271
264
}
272
265
273
- /**
274
- * Required. The default retention period for each backup in the backup vault (Deprecated).
275
- * @return value or {@code null} for none
276
- */
277
- public String getEnforcedRetentionDuration () {
278
- return enforcedRetentionDuration ;
279
- }
280
-
281
- /**
282
- * Required. The default retention period for each backup in the backup vault (Deprecated).
283
- * @param enforcedRetentionDuration enforcedRetentionDuration or {@code null} for none
284
- */
285
- public BackupVault setEnforcedRetentionDuration (String enforcedRetentionDuration ) {
286
- this .enforcedRetentionDuration = enforcedRetentionDuration ;
287
- return this ;
288
- }
289
-
290
266
/**
291
267
* Optional. Server specified ETag for the backup vault resource to prevent simultaneous updates
292
268
* from overwiting each other.
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-rev20240808 -2.0.0</version >
12
- <name >Backup and DR Service API v1-rev20240808 -2.0.0</name >
11
+ <version >v1-rev20240815 -2.0.0</version >
12
+ <name >Backup and DR Service API v1-rev20240815 -2.0.0</name >
13
13
<packaging >jar</packaging >
14
14
15
15
<inceptionYear >2011</inceptionYear >
90
90
<windowtitle >Backup and DR Service API ${project.version} </windowtitle >
91
91
<links >
92
92
<link >http://docs.oracle.com/javase/7/docs/api</link >
93
- <link >https://googleapis.dev/java/google-http-client/1.44.2 /</link >
93
+ <link >https://googleapis.dev/java/google-http-client/1.45.0 /</link >
94
94
<link >https://googleapis.dev/java/google-oauth-client/1.36.0/</link >
95
95
<link >https://googleapis.dev/java/google-api-client/2.6.0/</link >
96
96
</links >
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-rev20240808 -2.0.0</version >
25
+ <version >v1-rev20240815 -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-rev20240808 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-backupdr:v1-rev20240815 -2.0.0'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments