You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-migrationcenter/v1alpha1/2.0.0/com/google/api/services/migrationcenter/v1alpha1/model/DiskEntry.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ public final class DiskEntry extends com.google.api.client.json.GenericJson {
86
86
privatejava.lang.LongtotalFreeBytes;
87
87
88
88
/**
89
-
* VMware disk details.
89
+
* VMware disk details. Deprecated
90
90
* The value may be {@code null}.
91
91
*/
92
92
@com.google.api.client.util.Key
@@ -229,15 +229,15 @@ public DiskEntry setTotalFreeBytes(java.lang.Long totalFreeBytes) {
229
229
}
230
230
231
231
/**
232
-
* VMware disk details.
232
+
* VMware disk details. Deprecated
233
233
* @return value or {@code null} for none
234
234
*/
235
235
publicVmwareDiskConfiggetVmwareConfig() {
236
236
returnvmwareConfig;
237
237
}
238
238
239
239
/**
240
-
* VMware disk details.
240
+
* VMware disk details. Deprecated
241
241
* @param vmwareConfig vmwareConfig or {@code null} for none
0 commit comments