Skip to content

Commit 6ee1392

Browse files
1 parent 8a9c76a commit 6ee1392

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public final class NetworkInterface extends com.google.api.client.json.GenericJs
5252
private java.lang.String network;
5353

5454
/**
55-
* The subnetwork to connect the NIC to.
55+
* Optional. The subnetwork to connect the NIC to.
5656
* The value may be {@code null}.
5757
*/
5858
@com.google.api.client.util.Key
@@ -112,15 +112,15 @@ public NetworkInterface setNetwork(java.lang.String network) {
112112
}
113113

114114
/**
115-
* The subnetwork to connect the NIC to.
115+
* Optional. The subnetwork to connect the NIC to.
116116
* @return value or {@code null} for none
117117
*/
118118
public java.lang.String getSubnetwork() {
119119
return subnetwork;
120120
}
121121

122122
/**
123-
* The subnetwork to connect the NIC to.
123+
* Optional. The subnetwork to connect the NIC to.
124124
* @param subnetwork subnetwork or {@code null} for none
125125
*/
126126
public NetworkInterface setSubnetwork(java.lang.String subnetwork) {

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-rev20240630-2.0.0</version>
12-
<name>VM Migration API v1-rev20240630-2.0.0</name>
11+
<version>v1-rev20240704-2.0.0</version>
12+
<name>VM Migration API v1-rev20240704-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-rev20240630-2.0.0</version>
25+
<version>v1-rev20240704-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-rev20240630-2.0.0'
38+
implementation 'com.google.apis:google-api-services-vmmigration:v1-rev20240704-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-rev20240630-2.0.0</version>
25+
<version>v1alpha1-rev20240704-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-rev20240630-2.0.0'
38+
implementation 'com.google.apis:google-api-services-vmmigration:v1alpha1-rev20240704-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public final class NetworkInterface extends com.google.api.client.json.GenericJs
5252
private java.lang.String network;
5353

5454
/**
55-
* The subnetwork to connect the NIC to.
55+
* Optional. The subnetwork to connect the NIC to.
5656
* The value may be {@code null}.
5757
*/
5858
@com.google.api.client.util.Key
@@ -112,15 +112,15 @@ public NetworkInterface setNetwork(java.lang.String network) {
112112
}
113113

114114
/**
115-
* The subnetwork to connect the NIC to.
115+
* Optional. The subnetwork to connect the NIC to.
116116
* @return value or {@code null} for none
117117
*/
118118
public java.lang.String getSubnetwork() {
119119
return subnetwork;
120120
}
121121

122122
/**
123-
* The subnetwork to connect the NIC to.
123+
* Optional. The subnetwork to connect the NIC to.
124124
* @param subnetwork subnetwork or {@code null} for none
125125
*/
126126
public NetworkInterface setSubnetwork(java.lang.String subnetwork) {

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-rev20240630-2.0.0</version>
12-
<name>VM Migration API v1alpha1-rev20240630-2.0.0</name>
11+
<version>v1alpha1-rev20240704-2.0.0</version>
12+
<name>VM Migration API v1alpha1-rev20240704-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-rev20240630-2.0.0</version>
25+
<version>v1alpha1-rev20240704-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-rev20240630-2.0.0'
38+
implementation 'com.google.apis:google-api-services-vmmigration:v1alpha1-rev20240704-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)