Skip to content

Commit 7a1c848

Browse files
1 parent 8159d54 commit 7a1c848

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

clients/google-api-services-migrationcenter/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-migrationcenter</artifactId>
25-
<version>v1alpha1-rev20250522-2.0.0</version>
25+
<version>v1alpha1-rev20250529-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-migrationcenter:v1alpha1-rev20250522-2.0.0'
38+
implementation 'com.google.apis:google-api-services-migrationcenter:v1alpha1-rev20250529-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-migrationcenter/v1alpha1/2.0.0/com/google/api/services/migrationcenter/v1alpha1/model/MachinePreferences.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
/**
2020
* The type of machines to consider when calculating virtual machine migration insights and
21-
* recommendations for GCE. Not all machine types are available in all zones and regions.
21+
* recommendations for Compute Engine. Not all machine types are available in all zones and regions.
2222
*
2323
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2424
* transmitted over HTTP when working with the Migration Center API. For a detailed explanation see:

clients/google-api-services-migrationcenter/v1alpha1/2.0.0/com/google/api/services/migrationcenter/v1alpha1/model/VmwareEnginePreferences.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ public final class VmwareEnginePreferences extends com.google.api.client.json.Ge
4646
private java.lang.Double cpuOvercommitRatio;
4747

4848
/**
49-
* Optional. Discount percentage for the license type offered to you by Broadcom. Must be between
50-
* 0 and 100. Only valid when service_type is set to SERVICE_TYPE_PORTABLE_LICENSE.
49+
* Optional. Discount percentage for the license offered to you by Broadcom. Must be between 0 and
50+
* 100. Only valid when service_type is set to SERVICE_TYPE_PORTABLE_LICENSE.
5151
* The value may be {@code null}.
5252
*/
5353
@com.google.api.client.util.Key
@@ -68,7 +68,7 @@ public final class VmwareEnginePreferences extends com.google.api.client.json.Ge
6868
private java.lang.Double memoryOvercommitRatio;
6969

7070
/**
71-
* Optional. VMWare Service Type (Fully Licensed or Portable License).
71+
* Optional. GCVE service type (fully licensed or portable license).
7272
* The value may be {@code null}.
7373
*/
7474
@com.google.api.client.util.Key
@@ -125,17 +125,17 @@ public VmwareEnginePreferences setCpuOvercommitRatio(java.lang.Double cpuOvercom
125125
}
126126

127127
/**
128-
* Optional. Discount percentage for the license type offered to you by Broadcom. Must be between
129-
* 0 and 100. Only valid when service_type is set to SERVICE_TYPE_PORTABLE_LICENSE.
128+
* Optional. Discount percentage for the license offered to you by Broadcom. Must be between 0 and
129+
* 100. Only valid when service_type is set to SERVICE_TYPE_PORTABLE_LICENSE.
130130
* @return value or {@code null} for none
131131
*/
132132
public java.lang.Float getLicenseDiscountPercentage() {
133133
return licenseDiscountPercentage;
134134
}
135135

136136
/**
137-
* Optional. Discount percentage for the license type offered to you by Broadcom. Must be between
138-
* 0 and 100. Only valid when service_type is set to SERVICE_TYPE_PORTABLE_LICENSE.
137+
* Optional. Discount percentage for the license offered to you by Broadcom. Must be between 0 and
138+
* 100. Only valid when service_type is set to SERVICE_TYPE_PORTABLE_LICENSE.
139139
* @param licenseDiscountPercentage licenseDiscountPercentage or {@code null} for none
140140
*/
141141
public VmwareEnginePreferences setLicenseDiscountPercentage(java.lang.Float licenseDiscountPercentage) {
@@ -178,15 +178,15 @@ public VmwareEnginePreferences setMemoryOvercommitRatio(java.lang.Double memoryO
178178
}
179179

180180
/**
181-
* Optional. VMWare Service Type (Fully Licensed or Portable License).
181+
* Optional. GCVE service type (fully licensed or portable license).
182182
* @return value or {@code null} for none
183183
*/
184184
public java.lang.String getServiceType() {
185185
return serviceType;
186186
}
187187

188188
/**
189-
* Optional. VMWare Service Type (Fully Licensed or Portable License).
189+
* Optional. GCVE service type (fully licensed or portable license).
190190
* @param serviceType serviceType or {@code null} for none
191191
*/
192192
public VmwareEnginePreferences setServiceType(java.lang.String serviceType) {

clients/google-api-services-migrationcenter/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-migrationcenter</artifactId>
11-
<version>v1alpha1-rev20250522-2.0.0</version>
12-
<name>Migration Center API v1alpha1-rev20250522-2.0.0</name>
11+
<version>v1alpha1-rev20250529-2.0.0</version>
12+
<name>Migration Center API v1alpha1-rev20250529-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-migrationcenter/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-migrationcenter</artifactId>
25-
<version>v1alpha1-rev20250522-2.0.0</version>
25+
<version>v1alpha1-rev20250529-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-migrationcenter:v1alpha1-rev20250522-2.0.0'
38+
implementation 'com.google.apis:google-api-services-migrationcenter:v1alpha1-rev20250529-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)