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/ComputeEnginePreferences.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ public final class ComputeEnginePreferences extends com.google.api.client.json.G
46
46
privateMachinePreferencesmachinePreferences;
47
47
48
48
/**
49
-
* Optional. Preferences for multithreading support.
49
+
* Optional. Preferences for multithreading support on Windows Server.
50
50
* The value may be {@code null}.
51
51
*/
52
52
@com.google.api.client.util.Key
@@ -106,15 +106,15 @@ public ComputeEnginePreferences setMachinePreferences(MachinePreferences machine
106
106
}
107
107
108
108
/**
109
-
* Optional. Preferences for multithreading support.
109
+
* Optional. Preferences for multithreading support on Windows Server.
110
110
* @return value or {@code null} for none
111
111
*/
112
112
publicjava.lang.StringgetMultithreading() {
113
113
returnmultithreading;
114
114
}
115
115
116
116
/**
117
-
* Optional. Preferences for multithreading support.
117
+
* Optional. Preferences for multithreading support on Windows Server.
118
118
* @param multithreading multithreading or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-migrationcenter/v1alpha1/2.0.0/com/google/api/services/migrationcenter/v1alpha1/model/ReportSummaryGroupPreferenceSetFinding.java
+24-21Lines changed: 24 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ public final class ReportSummaryGroupPreferenceSetFinding extends com.google.api
0 commit comments