Skip to content

Commit 465d8e8

Browse files
1 parent b8702d3 commit 465d8e8

File tree

4 files changed

+30
-6
lines changed

4 files changed

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

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,13 @@ public final class ListDataSourceReferencesResponse extends com.google.api.clien
5151
@com.google.api.client.util.Key
5252
private java.lang.String nextPageToken;
5353

54+
/**
55+
* Locations that could not be reached.
56+
* The value may be {@code null}.
57+
*/
58+
@com.google.api.client.util.Key
59+
private java.util.List<java.lang.String> unreachable;
60+
5461
/**
5562
* The DataSourceReferences from the specified parent.
5663
* @return value or {@code null} for none
@@ -87,6 +94,23 @@ public ListDataSourceReferencesResponse setNextPageToken(java.lang.String nextPa
8794
return this;
8895
}
8996

97+
/**
98+
* Locations that could not be reached.
99+
* @return value or {@code null} for none
100+
*/
101+
public java.util.List<java.lang.String> getUnreachable() {
102+
return unreachable;
103+
}
104+
105+
/**
106+
* Locations that could not be reached.
107+
* @param unreachable unreachable or {@code null} for none
108+
*/
109+
public ListDataSourceReferencesResponse setUnreachable(java.util.List<java.lang.String> unreachable) {
110+
this.unreachable = unreachable;
111+
return this;
112+
}
113+
90114
@Override
91115
public ListDataSourceReferencesResponse set(String fieldName, Object value) {
92116
return (ListDataSourceReferencesResponse) super.set(fieldName, value);

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

0 commit comments

Comments
 (0)