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:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-migrationcenter</artifactId >
25
- <version >v1alpha1-rev20250515 -2.0.0</version >
25
+ <version >v1alpha1-rev20250522 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
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'
39
39
}
40
40
```
41
41
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 {
85
85
@ com .google .api .client .util .Key @ com .google .api .client .json .JsonString
86
86
private java .lang .Long totalFreeBytes ;
87
87
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
-
95
88
/**
96
89
* Disk label.
97
90
* @return value or {@code null} for none
@@ -228,23 +221,6 @@ public DiskEntry setTotalFreeBytes(java.lang.Long totalFreeBytes) {
228
221
return this ;
229
222
}
230
223
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
-
248
224
@ Override
249
225
public DiskEntry set (String fieldName , Object value ) {
250
226
return (DiskEntry ) super .set (fieldName , value );
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<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 >
13
13
<packaging >jar</packaging >
14
14
15
15
<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:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-migrationcenter</artifactId >
25
- <version >v1alpha1-rev20250515 -2.0.0</version >
25
+ <version >v1alpha1-rev20250522 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
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'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments