Skip to content

Commit 11ec11d

Browse files
1 parent 60b49a3 commit 11ec11d

File tree

12 files changed

+180
-18
lines changed

12 files changed

+180
-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-rev20250612-2.0.0</version>
25+
<version>v1-rev20250619-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-rev20250612-2.0.0'
38+
implementation 'com.google.apis:google-api-services-vmmigration:v1-rev20250619-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: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,18 @@ public final class ComputeEngineTargetDefaults extends com.google.api.client.jso
6767
@com.google.api.client.util.Key
6868
private ComputeScheduling computeScheduling;
6969

70+
/**
71+
* Optional. Additional replica zones of the target regional disks. If this list is not empty a
72+
* regional disk will be created. The first supported zone would be the one stated in the zone
73+
* field. The rest are taken from this list. Please refer to the [regional disk creation
74+
* API](https://cloud.google.com/compute/docs/regions-zones/global-regional-zonal-resources) for
75+
* further details about regional vs zonal disks. If not specified, a zonal disk will be created
76+
* in the same zone the VM is created.
77+
* The value may be {@code null}.
78+
*/
79+
@com.google.api.client.util.Key
80+
private java.util.List<java.lang.String> diskReplicaZones;
81+
7082
/**
7183
* The disk type to use in the VM.
7284
* The value may be {@code null}.
@@ -279,6 +291,33 @@ public ComputeEngineTargetDefaults setComputeScheduling(ComputeScheduling comput
279291
return this;
280292
}
281293

294+
/**
295+
* Optional. Additional replica zones of the target regional disks. If this list is not empty a
296+
* regional disk will be created. The first supported zone would be the one stated in the zone
297+
* field. The rest are taken from this list. Please refer to the [regional disk creation
298+
* API](https://cloud.google.com/compute/docs/regions-zones/global-regional-zonal-resources) for
299+
* further details about regional vs zonal disks. If not specified, a zonal disk will be created
300+
* in the same zone the VM is created.
301+
* @return value or {@code null} for none
302+
*/
303+
public java.util.List<java.lang.String> getDiskReplicaZones() {
304+
return diskReplicaZones;
305+
}
306+
307+
/**
308+
* Optional. Additional replica zones of the target regional disks. If this list is not empty a
309+
* regional disk will be created. The first supported zone would be the one stated in the zone
310+
* field. The rest are taken from this list. Please refer to the [regional disk creation
311+
* API](https://cloud.google.com/compute/docs/regions-zones/global-regional-zonal-resources) for
312+
* further details about regional vs zonal disks. If not specified, a zonal disk will be created
313+
* in the same zone the VM is created.
314+
* @param diskReplicaZones diskReplicaZones or {@code null} for none
315+
*/
316+
public ComputeEngineTargetDefaults setDiskReplicaZones(java.util.List<java.lang.String> diskReplicaZones) {
317+
this.diskReplicaZones = diskReplicaZones;
318+
return this;
319+
}
320+
282321
/**
283322
* The disk type to use in the VM.
284323
* @return value or {@code null} for none

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

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,18 @@ public final class ComputeEngineTargetDetails extends com.google.api.client.json
6767
@com.google.api.client.util.Key
6868
private ComputeScheduling computeScheduling;
6969

70+
/**
71+
* Optional. Additional replica zones of the target regional disks. If this list is not empty a
72+
* regional disk will be created. The first supported zone would be the one stated in the zone
73+
* field. The rest are taken from this list. Please refer to the [regional disk creation
74+
* API](https://cloud.google.com/compute/docs/regions-zones/global-regional-zonal-resources) for
75+
* further details about regional vs zonal disks. If not specified, a zonal disk will be created
76+
* in the same zone the VM is created.
77+
* The value may be {@code null}.
78+
*/
79+
@com.google.api.client.util.Key
80+
private java.util.List<java.lang.String> diskReplicaZones;
81+
7082
/**
7183
* The disk type to use in the VM.
7284
* The value may be {@code null}.
@@ -276,6 +288,33 @@ public ComputeEngineTargetDetails setComputeScheduling(ComputeScheduling compute
276288
return this;
277289
}
278290

291+
/**
292+
* Optional. Additional replica zones of the target regional disks. If this list is not empty a
293+
* regional disk will be created. The first supported zone would be the one stated in the zone
294+
* field. The rest are taken from this list. Please refer to the [regional disk creation
295+
* API](https://cloud.google.com/compute/docs/regions-zones/global-regional-zonal-resources) for
296+
* further details about regional vs zonal disks. If not specified, a zonal disk will be created
297+
* in the same zone the VM is created.
298+
* @return value or {@code null} for none
299+
*/
300+
public java.util.List<java.lang.String> getDiskReplicaZones() {
301+
return diskReplicaZones;
302+
}
303+
304+
/**
305+
* Optional. Additional replica zones of the target regional disks. If this list is not empty a
306+
* regional disk will be created. The first supported zone would be the one stated in the zone
307+
* field. The rest are taken from this list. Please refer to the [regional disk creation
308+
* API](https://cloud.google.com/compute/docs/regions-zones/global-regional-zonal-resources) for
309+
* further details about regional vs zonal disks. If not specified, a zonal disk will be created
310+
* in the same zone the VM is created.
311+
* @param diskReplicaZones diskReplicaZones or {@code null} for none
312+
*/
313+
public ComputeEngineTargetDetails setDiskReplicaZones(java.util.List<java.lang.String> diskReplicaZones) {
314+
this.diskReplicaZones = diskReplicaZones;
315+
return this;
316+
}
317+
279318
/**
280319
* The disk type to use in the VM.
281320
* @return value or {@code null} for none

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ public final class MachineImageTargetDetails extends com.google.api.client.json.
4646
private java.lang.String description;
4747

4848
/**
49-
* Immutable. The encryption to apply to the machine image.
49+
* Immutable. The encryption to apply to the machine image. If the Image Import resource has an
50+
* encryption, this field must be set to the same encryption key.
5051
* The value may be {@code null}.
5152
*/
5253
@com.google.api.client.util.Key
@@ -171,15 +172,17 @@ public MachineImageTargetDetails setDescription(java.lang.String description) {
171172
}
172173

173174
/**
174-
* Immutable. The encryption to apply to the machine image.
175+
* Immutable. The encryption to apply to the machine image. If the Image Import resource has an
176+
* encryption, this field must be set to the same encryption key.
175177
* @return value or {@code null} for none
176178
*/
177179
public Encryption getEncryption() {
178180
return encryption;
179181
}
180182

181183
/**
182-
* Immutable. The encryption to apply to the machine image.
184+
* Immutable. The encryption to apply to the machine image. If the Image Import resource has an
185+
* encryption, this field must be set to the same encryption key.
183186
* @param encryption encryption or {@code null} for none
184187
*/
185188
public MachineImageTargetDetails setEncryption(Encryption encryption) {

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-rev20250612-2.0.0</version>
12-
<name>VM Migration API v1-rev20250612-2.0.0</name>
11+
<version>v1-rev20250619-2.0.0</version>
12+
<name>VM Migration API v1-rev20250619-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-rev20250612-2.0.0</version>
25+
<version>v1-rev20250619-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-rev20250612-2.0.0'
38+
implementation 'com.google.apis:google-api-services-vmmigration:v1-rev20250619-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-rev20250612-2.0.0</version>
25+
<version>v1alpha1-rev20250619-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-rev20250612-2.0.0'
38+
implementation 'com.google.apis:google-api-services-vmmigration:v1alpha1-rev20250619-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: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,18 @@ public final class ComputeEngineTargetDefaults extends com.google.api.client.jso
6767
@com.google.api.client.util.Key
6868
private ComputeScheduling computeScheduling;
6969

70+
/**
71+
* Optional. Additional replica zones of the target regional disks. If this list is not empty a
72+
* regional disk will be created. The first supported zone would be the one stated in the zone
73+
* field. The rest are taken from this list. Please refer to the [regional disk creation
74+
* API](https://cloud.google.com/compute/docs/regions-zones/global-regional-zonal-resources) for
75+
* further details about regional vs zonal disks. If not specified, a zonal disk will be created
76+
* in the same zone the VM is created.
77+
* The value may be {@code null}.
78+
*/
79+
@com.google.api.client.util.Key
80+
private java.util.List<java.lang.String> diskReplicaZones;
81+
7082
/**
7183
* The disk type to use in the VM.
7284
* The value may be {@code null}.
@@ -279,6 +291,33 @@ public ComputeEngineTargetDefaults setComputeScheduling(ComputeScheduling comput
279291
return this;
280292
}
281293

294+
/**
295+
* Optional. Additional replica zones of the target regional disks. If this list is not empty a
296+
* regional disk will be created. The first supported zone would be the one stated in the zone
297+
* field. The rest are taken from this list. Please refer to the [regional disk creation
298+
* API](https://cloud.google.com/compute/docs/regions-zones/global-regional-zonal-resources) for
299+
* further details about regional vs zonal disks. If not specified, a zonal disk will be created
300+
* in the same zone the VM is created.
301+
* @return value or {@code null} for none
302+
*/
303+
public java.util.List<java.lang.String> getDiskReplicaZones() {
304+
return diskReplicaZones;
305+
}
306+
307+
/**
308+
* Optional. Additional replica zones of the target regional disks. If this list is not empty a
309+
* regional disk will be created. The first supported zone would be the one stated in the zone
310+
* field. The rest are taken from this list. Please refer to the [regional disk creation
311+
* API](https://cloud.google.com/compute/docs/regions-zones/global-regional-zonal-resources) for
312+
* further details about regional vs zonal disks. If not specified, a zonal disk will be created
313+
* in the same zone the VM is created.
314+
* @param diskReplicaZones diskReplicaZones or {@code null} for none
315+
*/
316+
public ComputeEngineTargetDefaults setDiskReplicaZones(java.util.List<java.lang.String> diskReplicaZones) {
317+
this.diskReplicaZones = diskReplicaZones;
318+
return this;
319+
}
320+
282321
/**
283322
* The disk type to use in the VM.
284323
* @return value or {@code null} for none

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

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,18 @@ public final class ComputeEngineTargetDetails extends com.google.api.client.json
6767
@com.google.api.client.util.Key
6868
private ComputeScheduling computeScheduling;
6969

70+
/**
71+
* Optional. Additional replica zones of the target regional disks. If this list is not empty a
72+
* regional disk will be created. The first supported zone would be the one stated in the zone
73+
* field. The rest are taken from this list. Please refer to the [regional disk creation
74+
* API](https://cloud.google.com/compute/docs/regions-zones/global-regional-zonal-resources) for
75+
* further details about regional vs zonal disks. If not specified, a zonal disk will be created
76+
* in the same zone the VM is created.
77+
* The value may be {@code null}.
78+
*/
79+
@com.google.api.client.util.Key
80+
private java.util.List<java.lang.String> diskReplicaZones;
81+
7082
/**
7183
* The disk type to use in the VM.
7284
* The value may be {@code null}.
@@ -276,6 +288,33 @@ public ComputeEngineTargetDetails setComputeScheduling(ComputeScheduling compute
276288
return this;
277289
}
278290

291+
/**
292+
* Optional. Additional replica zones of the target regional disks. If this list is not empty a
293+
* regional disk will be created. The first supported zone would be the one stated in the zone
294+
* field. The rest are taken from this list. Please refer to the [regional disk creation
295+
* API](https://cloud.google.com/compute/docs/regions-zones/global-regional-zonal-resources) for
296+
* further details about regional vs zonal disks. If not specified, a zonal disk will be created
297+
* in the same zone the VM is created.
298+
* @return value or {@code null} for none
299+
*/
300+
public java.util.List<java.lang.String> getDiskReplicaZones() {
301+
return diskReplicaZones;
302+
}
303+
304+
/**
305+
* Optional. Additional replica zones of the target regional disks. If this list is not empty a
306+
* regional disk will be created. The first supported zone would be the one stated in the zone
307+
* field. The rest are taken from this list. Please refer to the [regional disk creation
308+
* API](https://cloud.google.com/compute/docs/regions-zones/global-regional-zonal-resources) for
309+
* further details about regional vs zonal disks. If not specified, a zonal disk will be created
310+
* in the same zone the VM is created.
311+
* @param diskReplicaZones diskReplicaZones or {@code null} for none
312+
*/
313+
public ComputeEngineTargetDetails setDiskReplicaZones(java.util.List<java.lang.String> diskReplicaZones) {
314+
this.diskReplicaZones = diskReplicaZones;
315+
return this;
316+
}
317+
279318
/**
280319
* The disk type to use in the VM.
281320
* @return value or {@code null} for none

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ public final class MachineImageTargetDetails extends com.google.api.client.json.
4646
private java.lang.String description;
4747

4848
/**
49-
* Immutable. The encryption to apply to the machine image.
49+
* Immutable. The encryption to apply to the machine image. If the Image Import resource has an
50+
* encryption, this field must be set to the same encryption key.
5051
* The value may be {@code null}.
5152
*/
5253
@com.google.api.client.util.Key
@@ -171,15 +172,17 @@ public MachineImageTargetDetails setDescription(java.lang.String description) {
171172
}
172173

173174
/**
174-
* Immutable. The encryption to apply to the machine image.
175+
* Immutable. The encryption to apply to the machine image. If the Image Import resource has an
176+
* encryption, this field must be set to the same encryption key.
175177
* @return value or {@code null} for none
176178
*/
177179
public Encryption getEncryption() {
178180
return encryption;
179181
}
180182

181183
/**
182-
* Immutable. The encryption to apply to the machine image.
184+
* Immutable. The encryption to apply to the machine image. If the Image Import resource has an
185+
* encryption, this field must be set to the same encryption key.
183186
* @param encryption encryption or {@code null} for none
184187
*/
185188
public MachineImageTargetDetails setEncryption(Encryption encryption) {

0 commit comments

Comments
 (0)