Skip to content

Commit ada784c

Browse files
1 parent 722e21b commit ada784c

19 files changed

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

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

Lines changed: 0 additions & 173 deletions
This file was deleted.

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ public final class BackupPlan extends com.google.api.client.json.GenericJson {
9999

100100
/**
101101
* Required. The resource type to which the `BackupPlan` will be applied. Examples include,
102-
* "compute.googleapis.com/Instance" and "storage.googleapis.com/Bucket".
102+
* "compute.googleapis.com/Instance", "sqladmin.googleapis.com/Instance" and
103+
* "storage.googleapis.com/Bucket".
103104
* The value may be {@code null}.
104105
*/
105106
@com.google.api.client.util.Key
@@ -275,7 +276,8 @@ public BackupPlan setName(java.lang.String name) {
275276

276277
/**
277278
* Required. The resource type to which the `BackupPlan` will be applied. Examples include,
278-
* "compute.googleapis.com/Instance" and "storage.googleapis.com/Bucket".
279+
* "compute.googleapis.com/Instance", "sqladmin.googleapis.com/Instance" and
280+
* "storage.googleapis.com/Bucket".
279281
* @return value or {@code null} for none
280282
*/
281283
public java.lang.String getResourceType() {
@@ -284,7 +286,8 @@ public java.lang.String getResourceType() {
284286

285287
/**
286288
* Required. The resource type to which the `BackupPlan` will be applied. Examples include,
287-
* "compute.googleapis.com/Instance" and "storage.googleapis.com/Bucket".
289+
* "compute.googleapis.com/Instance", "sqladmin.googleapis.com/Instance" and
290+
* "storage.googleapis.com/Bucket".
288291
* @param resourceType resourceType or {@code null} for none
289292
*/
290293
public BackupPlan setResourceType(java.lang.String resourceType) {

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

Lines changed: 0 additions & 65 deletions
This file was deleted.

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

Lines changed: 0 additions & 85 deletions
This file was deleted.

0 commit comments

Comments
 (0)