Skip to content

Commit fba977e

Browse files
1 parent a6ba76d commit fba977e

File tree

4 files changed

+30
-6
lines changed

4 files changed

+30
-6
lines changed

clients/google-api-services-migrationcenter/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-migrationcenter</artifactId>
25-
<version>v1-rev20251106-2.0.0</version>
25+
<version>v1-rev20251111-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-migrationcenter:v1-rev20251106-2.0.0'
38+
implementation 'com.google.apis:google-api-services-migrationcenter:v1-rev20251111-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-migrationcenter/v1/2.0.0/com/google/api/services/migrationcenter/v1/model/MachineNetworkDetails.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ public final class MachineNetworkDetails extends com.google.api.client.json.Gene
3636
@com.google.api.client.util.Key
3737
private NetworkAdapterList adapters;
3838

39+
/**
40+
* Optional. Default gateway address.
41+
* The value may be {@code null}.
42+
*/
43+
@com.google.api.client.util.Key
44+
private java.lang.String defaultGateway;
45+
3946
/**
4047
* The primary IP address of the machine.
4148
* The value may be {@code null}.
@@ -74,6 +81,23 @@ public MachineNetworkDetails setAdapters(NetworkAdapterList adapters) {
7481
return this;
7582
}
7683

84+
/**
85+
* Optional. Default gateway address.
86+
* @return value or {@code null} for none
87+
*/
88+
public java.lang.String getDefaultGateway() {
89+
return defaultGateway;
90+
}
91+
92+
/**
93+
* Optional. Default gateway address.
94+
* @param defaultGateway defaultGateway or {@code null} for none
95+
*/
96+
public MachineNetworkDetails setDefaultGateway(java.lang.String defaultGateway) {
97+
this.defaultGateway = defaultGateway;
98+
return this;
99+
}
100+
77101
/**
78102
* The primary IP address of the machine.
79103
* @return value or {@code null} for none

clients/google-api-services-migrationcenter/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-migrationcenter</artifactId>
11-
<version>v1-rev20251106-2.0.0</version>
12-
<name>Migration Center API v1-rev20251106-2.0.0</name>
11+
<version>v1-rev20251111-2.0.0</version>
12+
<name>Migration Center API v1-rev20251111-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-migrationcenter/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-migrationcenter</artifactId>
25-
<version>v1-rev20251106-2.0.0</version>
25+
<version>v1-rev20251111-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-migrationcenter:v1-rev20251106-2.0.0'
38+
implementation 'com.google.apis:google-api-services-migrationcenter:v1-rev20251111-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)