Skip to content

Commit dcd0b36

Browse files
1 parent efaebac commit dcd0b36

File tree

4 files changed

+7
-31
lines changed

4 files changed

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

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

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,6 @@ public final class BackupVault extends com.google.api.client.json.GenericJson {
8181
@com.google.api.client.util.Key
8282
private String effectiveTime;
8383

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-
9184
/**
9285
* Optional. Server specified ETag for the backup vault resource to prevent simultaneous updates
9386
* from overwiting each other.
@@ -270,23 +263,6 @@ public BackupVault setEffectiveTime(String effectiveTime) {
270263
return this;
271264
}
272265

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-
290266
/**
291267
* Optional. Server specified ETag for the backup vault resource to prevent simultaneous updates
292268
* from overwiting each other.

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

Lines changed: 3 additions & 3 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-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>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -90,7 +90,7 @@
9090
<windowtitle>Backup and DR Service API ${project.version}</windowtitle>
9191
<links>
9292
<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>
9494
<link>https://googleapis.dev/java/google-oauth-client/1.36.0/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.6.0/</link>
9696
</links>

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

0 commit comments

Comments
 (0)