Skip to content

Commit 7074114

Browse files
1 parent e3d9eb2 commit 7074114

File tree

4 files changed

+12
-12
lines changed

4 files changed

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

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ public final class ManagementServer extends com.google.api.client.json.GenericJs
8484
private java.lang.String name;
8585

8686
/**
87-
* Required. VPC networks to which the ManagementServer instance is connected. For this version,
88-
* only a single network is supported.
87+
* Optional. VPC networks to which the ManagementServer instance is connected. For this version,
88+
* only a single network is supported. This field is optional if MS is created without PSA
8989
* The value may be {@code null}.
9090
*/
9191
@com.google.api.client.util.Key
@@ -279,17 +279,17 @@ public ManagementServer setName(java.lang.String name) {
279279
}
280280

281281
/**
282-
* Required. VPC networks to which the ManagementServer instance is connected. For this version,
283-
* only a single network is supported.
282+
* Optional. VPC networks to which the ManagementServer instance is connected. For this version,
283+
* only a single network is supported. This field is optional if MS is created without PSA
284284
* @return value or {@code null} for none
285285
*/
286286
public java.util.List<NetworkConfig> getNetworks() {
287287
return networks;
288288
}
289289

290290
/**
291-
* Required. VPC networks to which the ManagementServer instance is connected. For this version,
292-
* only a single network is supported.
291+
* Optional. VPC networks to which the ManagementServer instance is connected. For this version,
292+
* only a single network is supported. This field is optional if MS is created without PSA
293293
* @param networks networks or {@code null} for none
294294
*/
295295
public ManagementServer setNetworks(java.util.List<NetworkConfig> networks) {

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

0 commit comments

Comments
 (0)