File tree Expand file tree Collapse file tree 5 files changed +6
-168
lines changed
clients/google-api-services-migrationcenter/v1alpha1
com/google/api/services/migrationcenter/v1alpha1/model Expand file tree Collapse file tree 5 files changed +6
-168
lines changed Original file line number Diff line number Diff 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-rev20250515 -2.0.0</version >
25+ <version >v1alpha1-rev20250522 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-migrationcenter:v1alpha1-rev20250515 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-migrationcenter:v1alpha1-rev20250522 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change @@ -85,13 +85,6 @@ public final class DiskEntry extends com.google.api.client.json.GenericJson {
8585 @ com .google .api .client .util .Key @ com .google .api .client .json .JsonString
8686 private java .lang .Long totalFreeBytes ;
8787
88- /**
89- * VMware disk details. Deprecated
90- * The value may be {@code null}.
91- */
92- @ com .google .api .client .util .Key
93- private VmwareDiskConfig vmwareConfig ;
94-
9588 /**
9689 * Disk label.
9790 * @return value or {@code null} for none
@@ -228,23 +221,6 @@ public DiskEntry setTotalFreeBytes(java.lang.Long totalFreeBytes) {
228221 return this ;
229222 }
230223
231- /**
232- * VMware disk details. Deprecated
233- * @return value or {@code null} for none
234- */
235- public VmwareDiskConfig getVmwareConfig () {
236- return vmwareConfig ;
237- }
238-
239- /**
240- * VMware disk details. Deprecated
241- * @param vmwareConfig vmwareConfig or {@code null} for none
242- */
243- public DiskEntry setVmwareConfig (VmwareDiskConfig vmwareConfig ) {
244- this .vmwareConfig = vmwareConfig ;
245- return this ;
246- }
247-
248224 @ Override
249225 public DiskEntry set (String fieldName , Object value ) {
250226 return (DiskEntry ) super .set (fieldName , value );
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-migrationcenter</artifactId >
11- <version >v1alpha1-rev20250515 -2.0.0</version >
12- <name >Migration Center API v1alpha1-rev20250515 -2.0.0</name >
11+ <version >v1alpha1-rev20250522 -2.0.0</version >
12+ <name >Migration Center API v1alpha1-rev20250522 -2.0.0</name >
1313 <packaging >jar</packaging >
1414
1515 <inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff 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-rev20250515 -2.0.0</version >
25+ <version >v1alpha1-rev20250522 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-migrationcenter:v1alpha1-rev20250515 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-migrationcenter:v1alpha1-rev20250522 -2.0.0'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments