Skip to content

Commit 7ae568a

Browse files
1 parent 626a35a commit 7ae568a

10 files changed

Lines changed: 72 additions & 24 deletions

File tree

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

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,13 @@ public final class ComputeEngineTargetDefaults extends com.google.api.client.jso
9999
@com.google.api.client.util.Key
100100
private java.lang.String diskType;
101101

102+
/**
103+
* Optional. The details of each disk to create.
104+
* The value may be {@code null}.
105+
*/
106+
@com.google.api.client.util.Key
107+
private java.util.List<PersistentDiskDefaults> disks;
108+
102109
/**
103110
* Optional. Defines whether the instance has integrity monitoring enabled. This can be set to
104111
* true only if the VM boot option is EFI, and vTPM is enabled.
@@ -375,6 +382,23 @@ public ComputeEngineTargetDefaults setDiskType(java.lang.String diskType) {
375382
return this;
376383
}
377384

385+
/**
386+
* Optional. The details of each disk to create.
387+
* @return value or {@code null} for none
388+
*/
389+
public java.util.List<PersistentDiskDefaults> getDisks() {
390+
return disks;
391+
}
392+
393+
/**
394+
* Optional. The details of each disk to create.
395+
* @param disks disks or {@code null} for none
396+
*/
397+
public ComputeEngineTargetDefaults setDisks(java.util.List<PersistentDiskDefaults> disks) {
398+
this.disks = disks;
399+
return this;
400+
}
401+
378402
/**
379403
* Optional. Defines whether the instance has integrity monitoring enabled. This can be set to
380404
* true only if the VM boot option is EFI, and vTPM is enabled.

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,29 +30,29 @@
3030
public final class PersistentDisk extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* The URI of the Persistent Disk.
33+
* Output only. The URI of the Persistent Disk.
3434
* The value may be {@code null}.
3535
*/
3636
@com.google.api.client.util.Key
3737
private java.lang.String diskUri;
3838

3939
/**
40-
* The ordinal number of the source VM disk.
40+
* Output only. The ordinal number of the source VM disk.
4141
* The value may be {@code null}.
4242
*/
4343
@com.google.api.client.util.Key
4444
private java.lang.Integer sourceDiskNumber;
4545

4646
/**
47-
* The URI of the Persistent Disk.
47+
* Output only. The URI of the Persistent Disk.
4848
* @return value or {@code null} for none
4949
*/
5050
public java.lang.String getDiskUri() {
5151
return diskUri;
5252
}
5353

5454
/**
55-
* The URI of the Persistent Disk.
55+
* Output only. The URI of the Persistent Disk.
5656
* @param diskUri diskUri or {@code null} for none
5757
*/
5858
public PersistentDisk setDiskUri(java.lang.String diskUri) {
@@ -61,15 +61,15 @@ public PersistentDisk setDiskUri(java.lang.String diskUri) {
6161
}
6262

6363
/**
64-
* The ordinal number of the source VM disk.
64+
* Output only. The ordinal number of the source VM disk.
6565
* @return value or {@code null} for none
6666
*/
6767
public java.lang.Integer getSourceDiskNumber() {
6868
return sourceDiskNumber;
6969
}
7070

7171
/**
72-
* The ordinal number of the source VM disk.
72+
* Output only. The ordinal number of the source VM disk.
7373
* @param sourceDiskNumber sourceDiskNumber or {@code null} for none
7474
*/
7575
public PersistentDisk setSourceDiskNumber(java.lang.Integer sourceDiskNumber) {

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

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,13 @@ public final class ComputeEngineTargetDefaults extends com.google.api.client.jso
9999
@com.google.api.client.util.Key
100100
private java.lang.String diskType;
101101

102+
/**
103+
* Optional. The details of each disk to create.
104+
* The value may be {@code null}.
105+
*/
106+
@com.google.api.client.util.Key
107+
private java.util.List<PersistentDiskDefaults> disks;
108+
102109
/**
103110
* Optional. Defines whether the instance has integrity monitoring enabled. This can be set to
104111
* true only if the VM boot option is EFI, and vTPM is enabled.
@@ -375,6 +382,23 @@ public ComputeEngineTargetDefaults setDiskType(java.lang.String diskType) {
375382
return this;
376383
}
377384

385+
/**
386+
* Optional. The details of each disk to create.
387+
* @return value or {@code null} for none
388+
*/
389+
public java.util.List<PersistentDiskDefaults> getDisks() {
390+
return disks;
391+
}
392+
393+
/**
394+
* Optional. The details of each disk to create.
395+
* @param disks disks or {@code null} for none
396+
*/
397+
public ComputeEngineTargetDefaults setDisks(java.util.List<PersistentDiskDefaults> disks) {
398+
this.disks = disks;
399+
return this;
400+
}
401+
378402
/**
379403
* Optional. Defines whether the instance has integrity monitoring enabled. This can be set to
380404
* true only if the VM boot option is EFI, and vTPM is enabled.

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,29 +30,29 @@
3030
public final class PersistentDisk extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* The URI of the Persistent Disk.
33+
* Output only. The URI of the Persistent Disk.
3434
* The value may be {@code null}.
3535
*/
3636
@com.google.api.client.util.Key
3737
private java.lang.String diskUri;
3838

3939
/**
40-
* The ordinal number of the source VM disk.
40+
* Output only. The ordinal number of the source VM disk.
4141
* The value may be {@code null}.
4242
*/
4343
@com.google.api.client.util.Key
4444
private java.lang.Integer sourceDiskNumber;
4545

4646
/**
47-
* The URI of the Persistent Disk.
47+
* Output only. The URI of the Persistent Disk.
4848
* @return value or {@code null} for none
4949
*/
5050
public java.lang.String getDiskUri() {
5151
return diskUri;
5252
}
5353

5454
/**
55-
* The URI of the Persistent Disk.
55+
* Output only. The URI of the Persistent Disk.
5656
* @param diskUri diskUri or {@code null} for none
5757
*/
5858
public PersistentDisk setDiskUri(java.lang.String diskUri) {
@@ -61,15 +61,15 @@ public PersistentDisk setDiskUri(java.lang.String diskUri) {
6161
}
6262

6363
/**
64-
* The ordinal number of the source VM disk.
64+
* Output only. The ordinal number of the source VM disk.
6565
* @return value or {@code null} for none
6666
*/
6767
public java.lang.Integer getSourceDiskNumber() {
6868
return sourceDiskNumber;
6969
}
7070

7171
/**
72-
* The ordinal number of the source VM disk.
72+
* Output only. The ordinal number of the source VM disk.
7373
* @param sourceDiskNumber sourceDiskNumber or {@code null} for none
7474
*/
7575
public PersistentDisk setSourceDiskNumber(java.lang.Integer sourceDiskNumber) {

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

0 commit comments

Comments
 (0)