Skip to content

Commit c02632a

Browse files
1 parent a1c7810 commit c02632a

File tree

8 files changed

+72
-18
lines changed

8 files changed

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

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

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public final class AwsVmDetails extends com.google.api.client.json.GenericJson {
5151
private java.lang.Long committedStorageMb;
5252

5353
/**
54-
* The number of cpus the VM has.
54+
* The number of CPU cores the VM has.
5555
* The value may be {@code null}.
5656
*/
5757
@com.google.api.client.util.Key
@@ -133,6 +133,14 @@ public final class AwsVmDetails extends com.google.api.client.json.GenericJson {
133133
@com.google.api.client.util.Key
134134
private java.util.Map<String, java.lang.String> tags;
135135

136+
/**
137+
* The number of vCPUs the VM has. It is calculated as the number of CPU cores * threads per CPU
138+
* the VM has.
139+
* The value may be {@code null}.
140+
*/
141+
@com.google.api.client.util.Key
142+
private java.lang.Integer vcpuCount;
143+
136144
/**
137145
* The virtualization type.
138146
* The value may be {@code null}.
@@ -213,15 +221,15 @@ public AwsVmDetails setCommittedStorageMb(java.lang.Long committedStorageMb) {
213221
}
214222

215223
/**
216-
* The number of cpus the VM has.
224+
* The number of CPU cores the VM has.
217225
* @return value or {@code null} for none
218226
*/
219227
public java.lang.Integer getCpuCount() {
220228
return cpuCount;
221229
}
222230

223231
/**
224-
* The number of cpus the VM has.
232+
* The number of CPU cores the VM has.
225233
* @param cpuCount cpuCount or {@code null} for none
226234
*/
227235
public AwsVmDetails setCpuCount(java.lang.Integer cpuCount) {
@@ -399,6 +407,25 @@ public AwsVmDetails setTags(java.util.Map<String, java.lang.String> tags) {
399407
return this;
400408
}
401409

410+
/**
411+
* The number of vCPUs the VM has. It is calculated as the number of CPU cores * threads per CPU
412+
* the VM has.
413+
* @return value or {@code null} for none
414+
*/
415+
public java.lang.Integer getVcpuCount() {
416+
return vcpuCount;
417+
}
418+
419+
/**
420+
* The number of vCPUs the VM has. It is calculated as the number of CPU cores * threads per CPU
421+
* the VM has.
422+
* @param vcpuCount vcpuCount or {@code null} for none
423+
*/
424+
public AwsVmDetails setVcpuCount(java.lang.Integer vcpuCount) {
425+
this.vcpuCount = vcpuCount;
426+
return this;
427+
}
428+
402429
/**
403430
* The virtualization type.
404431
* @return value or {@code null} for none

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

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

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public final class AwsVmDetails extends com.google.api.client.json.GenericJson {
5151
private java.lang.Long committedStorageMb;
5252

5353
/**
54-
* The number of cpus the VM has.
54+
* The number of CPU cores the VM has.
5555
* The value may be {@code null}.
5656
*/
5757
@com.google.api.client.util.Key
@@ -133,6 +133,14 @@ public final class AwsVmDetails extends com.google.api.client.json.GenericJson {
133133
@com.google.api.client.util.Key
134134
private java.util.Map<String, java.lang.String> tags;
135135

136+
/**
137+
* The number of vCPUs the VM has. It is calculated as the number of CPU cores * threads per CPU
138+
* the VM has.
139+
* The value may be {@code null}.
140+
*/
141+
@com.google.api.client.util.Key
142+
private java.lang.Integer vcpuCount;
143+
136144
/**
137145
* The virtualization type.
138146
* The value may be {@code null}.
@@ -213,15 +221,15 @@ public AwsVmDetails setCommittedStorageMb(java.lang.Long committedStorageMb) {
213221
}
214222

215223
/**
216-
* The number of cpus the VM has.
224+
* The number of CPU cores the VM has.
217225
* @return value or {@code null} for none
218226
*/
219227
public java.lang.Integer getCpuCount() {
220228
return cpuCount;
221229
}
222230

223231
/**
224-
* The number of cpus the VM has.
232+
* The number of CPU cores the VM has.
225233
* @param cpuCount cpuCount or {@code null} for none
226234
*/
227235
public AwsVmDetails setCpuCount(java.lang.Integer cpuCount) {
@@ -399,6 +407,25 @@ public AwsVmDetails setTags(java.util.Map<String, java.lang.String> tags) {
399407
return this;
400408
}
401409

410+
/**
411+
* The number of vCPUs the VM has. It is calculated as the number of CPU cores * threads per CPU
412+
* the VM has.
413+
* @return value or {@code null} for none
414+
*/
415+
public java.lang.Integer getVcpuCount() {
416+
return vcpuCount;
417+
}
418+
419+
/**
420+
* The number of vCPUs the VM has. It is calculated as the number of CPU cores * threads per CPU
421+
* the VM has.
422+
* @param vcpuCount vcpuCount or {@code null} for none
423+
*/
424+
public AwsVmDetails setVcpuCount(java.lang.Integer vcpuCount) {
425+
this.vcpuCount = vcpuCount;
426+
return this;
427+
}
428+
402429
/**
403430
* The virtualization type.
404431
* @return value or {@code null} for none

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

0 commit comments

Comments
 (0)