Skip to content

Commit 0c3655b

Browse files
1 parent 35cb2b8 commit 0c3655b

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
lines changed

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

clients/google-api-services-vmmigration/v1/2.0.0/com/google/api/services/vmmigration/v1/model/MachineImageTargetDetails.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public final class MachineImageTargetDetails extends com.google.api.client.json.
7575

7676
/**
7777
* Optional. The network interfaces to create with the instance created by the machine image.
78-
* Internal and external IP addresses are ignored for machine image import.
78+
* Internal and external IP addresses, and network tiers are ignored for machine image import.
7979
* The value may be {@code null}.
8080
*/
8181
@com.google.api.client.util.Key
@@ -240,7 +240,7 @@ public MachineImageTargetDetails setMachineImageParametersOverrides(MachineImage
240240

241241
/**
242242
* Optional. The network interfaces to create with the instance created by the machine image.
243-
* Internal and external IP addresses are ignored for machine image import.
243+
* Internal and external IP addresses, and network tiers are ignored for machine image import.
244244
* @return value or {@code null} for none
245245
*/
246246
public java.util.List<NetworkInterface> getNetworkInterfaces() {
@@ -249,7 +249,7 @@ public java.util.List<NetworkInterface> getNetworkInterfaces() {
249249

250250
/**
251251
* Optional. The network interfaces to create with the instance created by the machine image.
252-
* Internal and external IP addresses are ignored for machine image import.
252+
* Internal and external IP addresses, and network tiers are ignored for machine image import.
253253
* @param networkInterfaces networkInterfaces or {@code null} for none
254254
*/
255255
public MachineImageTargetDetails setNetworkInterfaces(java.util.List<NetworkInterface> networkInterfaces) {

clients/google-api-services-vmmigration/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-vmmigration</artifactId>
11-
<version>v1-rev20250521-2.0.0</version>
12-
<name>VM Migration API v1-rev20250521-2.0.0</name>
11+
<version>v1-rev20250612-2.0.0</version>
12+
<name>VM Migration API v1-rev20250612-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

clients/google-api-services-vmmigration/v1alpha1/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-vmmigration</artifactId>
25-
<version>v1alpha1-rev20250521-2.0.0</version>
25+
<version>v1alpha1-rev20250612-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-vmmigration:v1alpha1-rev20250521-2.0.0'
38+
implementation 'com.google.apis:google-api-services-vmmigration:v1alpha1-rev20250612-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-vmmigration/v1alpha1/2.0.0/com/google/api/services/vmmigration/v1alpha1/model/MachineImageTargetDetails.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public final class MachineImageTargetDetails extends com.google.api.client.json.
7575

7676
/**
7777
* Optional. The network interfaces to create with the instance created by the machine image.
78-
* Internal and external IP addresses are ignored for machine image import.
78+
* Internal and external IP addresses, and network tiers are ignored for machine image import.
7979
* The value may be {@code null}.
8080
*/
8181
@com.google.api.client.util.Key
@@ -240,7 +240,7 @@ public MachineImageTargetDetails setMachineImageParametersOverrides(MachineImage
240240

241241
/**
242242
* Optional. The network interfaces to create with the instance created by the machine image.
243-
* Internal and external IP addresses are ignored for machine image import.
243+
* Internal and external IP addresses, and network tiers are ignored for machine image import.
244244
* @return value or {@code null} for none
245245
*/
246246
public java.util.List<NetworkInterface> getNetworkInterfaces() {
@@ -249,7 +249,7 @@ public java.util.List<NetworkInterface> getNetworkInterfaces() {
249249

250250
/**
251251
* Optional. The network interfaces to create with the instance created by the machine image.
252-
* Internal and external IP addresses are ignored for machine image import.
252+
* Internal and external IP addresses, and network tiers are ignored for machine image import.
253253
* @param networkInterfaces networkInterfaces or {@code null} for none
254254
*/
255255
public MachineImageTargetDetails setNetworkInterfaces(java.util.List<NetworkInterface> networkInterfaces) {

clients/google-api-services-vmmigration/v1alpha1/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-vmmigration</artifactId>
11-
<version>v1alpha1-rev20250521-2.0.0</version>
12-
<name>VM Migration API v1alpha1-rev20250521-2.0.0</name>
11+
<version>v1alpha1-rev20250612-2.0.0</version>
12+
<name>VM Migration API v1alpha1-rev20250612-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-vmmigration/v1alpha1/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-vmmigration</artifactId>
25-
<version>v1alpha1-rev20250521-2.0.0</version>
25+
<version>v1alpha1-rev20250612-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-vmmigration:v1alpha1-rev20250521-2.0.0'
38+
implementation 'com.google.apis:google-api-services-vmmigration:v1alpha1-rev20250612-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)