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/v1/2.0.0/com/google/api/services/migrationcenter/v1/model/MachineDetails.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ public final class MachineDetails extends com.google.api.client.json.GenericJson
37
37
privateMachineArchitectureDetailsarchitecture;
38
38
39
39
/**
40
-
* Number of CPU cores in the machine. Must be non-negative.
40
+
* Number of logical CPU cores in the machine. Must be non-negative.
41
41
* The value may be {@code null}.
42
42
*/
43
43
@com.google.api.client.util.Key
@@ -124,15 +124,15 @@ public MachineDetails setArchitecture(MachineArchitectureDetails architecture) {
124
124
}
125
125
126
126
/**
127
-
* Number of CPU cores in the machine. Must be non-negative.
127
+
* Number of logical CPU cores in the machine. Must be non-negative.
128
128
* @return value or {@code null} for none
129
129
*/
130
130
publicjava.lang.IntegergetCoreCount() {
131
131
returncoreCount;
132
132
}
133
133
134
134
/**
135
-
* Number of CPU cores in the machine. Must be non-negative.
135
+
* Number of logical CPU cores in the machine. Must be non-negative.
136
136
* @param coreCount coreCount or {@code null} for none
0 commit comments