Skip to content

Commit 2d6e461

Browse files
1 parent 4201c98 commit 2d6e461

File tree

8 files changed

+90
-12
lines changed

8 files changed

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

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

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,45 @@
2929
@SuppressWarnings("javadoc")
3030
public final class DataDiskImageImport extends com.google.api.client.json.GenericJson {
3131

32+
/**
33+
* Optional. A list of guest OS features to apply to the imported image. These features are flags
34+
* that are used by Compute Engine to enable certain capabilities for virtual machine instances
35+
* that are created from the image. This field does not change the OS of the image; it only marks
36+
* the image with the specified features. The user must ensure that the OS is compatible with the
37+
* features. For a list of available features, see
38+
* https://cloud.google.com/compute/docs/images/create-custom#guest-os-features.
39+
* The value may be {@code null}.
40+
*/
41+
@com.google.api.client.util.Key
42+
private java.util.List<java.lang.String> guestOsFeatures;
43+
44+
/**
45+
* Optional. A list of guest OS features to apply to the imported image. These features are flags
46+
* that are used by Compute Engine to enable certain capabilities for virtual machine instances
47+
* that are created from the image. This field does not change the OS of the image; it only marks
48+
* the image with the specified features. The user must ensure that the OS is compatible with the
49+
* features. For a list of available features, see
50+
* https://cloud.google.com/compute/docs/images/create-custom#guest-os-features.
51+
* @return value or {@code null} for none
52+
*/
53+
public java.util.List<java.lang.String> getGuestOsFeatures() {
54+
return guestOsFeatures;
55+
}
56+
57+
/**
58+
* Optional. A list of guest OS features to apply to the imported image. These features are flags
59+
* that are used by Compute Engine to enable certain capabilities for virtual machine instances
60+
* that are created from the image. This field does not change the OS of the image; it only marks
61+
* the image with the specified features. The user must ensure that the OS is compatible with the
62+
* features. For a list of available features, see
63+
* https://cloud.google.com/compute/docs/images/create-custom#guest-os-features.
64+
* @param guestOsFeatures guestOsFeatures or {@code null} for none
65+
*/
66+
public DataDiskImageImport setGuestOsFeatures(java.util.List<java.lang.String> guestOsFeatures) {
67+
this.guestOsFeatures = guestOsFeatures;
68+
return this;
69+
}
70+
3271
@Override
3372
public DataDiskImageImport set(String fieldName, Object value) {
3473
return (DataDiskImageImport) super.set(fieldName, value);

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

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

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,45 @@
2929
@SuppressWarnings("javadoc")
3030
public final class DataDiskImageImport extends com.google.api.client.json.GenericJson {
3131

32+
/**
33+
* Optional. A list of guest OS features to apply to the imported image. These features are flags
34+
* that are used by Compute Engine to enable certain capabilities for virtual machine instances
35+
* that are created from the image. This field does not change the OS of the image; it only marks
36+
* the image with the specified features. The user must ensure that the OS is compatible with the
37+
* features. For a list of available features, see
38+
* https://cloud.google.com/compute/docs/images/create-custom#guest-os-features.
39+
* The value may be {@code null}.
40+
*/
41+
@com.google.api.client.util.Key
42+
private java.util.List<java.lang.String> guestOsFeatures;
43+
44+
/**
45+
* Optional. A list of guest OS features to apply to the imported image. These features are flags
46+
* that are used by Compute Engine to enable certain capabilities for virtual machine instances
47+
* that are created from the image. This field does not change the OS of the image; it only marks
48+
* the image with the specified features. The user must ensure that the OS is compatible with the
49+
* features. For a list of available features, see
50+
* https://cloud.google.com/compute/docs/images/create-custom#guest-os-features.
51+
* @return value or {@code null} for none
52+
*/
53+
public java.util.List<java.lang.String> getGuestOsFeatures() {
54+
return guestOsFeatures;
55+
}
56+
57+
/**
58+
* Optional. A list of guest OS features to apply to the imported image. These features are flags
59+
* that are used by Compute Engine to enable certain capabilities for virtual machine instances
60+
* that are created from the image. This field does not change the OS of the image; it only marks
61+
* the image with the specified features. The user must ensure that the OS is compatible with the
62+
* features. For a list of available features, see
63+
* https://cloud.google.com/compute/docs/images/create-custom#guest-os-features.
64+
* @param guestOsFeatures guestOsFeatures or {@code null} for none
65+
*/
66+
public DataDiskImageImport setGuestOsFeatures(java.util.List<java.lang.String> guestOsFeatures) {
67+
this.guestOsFeatures = guestOsFeatures;
68+
return this;
69+
}
70+
3271
@Override
3372
public DataDiskImageImport set(String fieldName, Object value) {
3473
return (DataDiskImageImport) super.set(fieldName, value);

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

0 commit comments

Comments
 (0)