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/MachineArchitectureDetails.java
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,8 @@ public final class MachineArchitectureDetails extends com.google.api.client.json
58
58
privatejava.lang.IntegercpuSocketCount;
59
59
60
60
/**
61
-
* Number of CPU threads allocated to the machine.
61
+
* Deprecated: use MachineDetails.core_count instead. Number of CPU threads allocated to the
62
+
* machine.
62
63
* The value may be {@code null}.
63
64
*/
64
65
@com.google.api.client.util.Key
@@ -154,15 +155,17 @@ public MachineArchitectureDetails setCpuSocketCount(java.lang.Integer cpuSocketC
154
155
}
155
156
156
157
/**
157
-
* Number of CPU threads allocated to the machine.
158
+
* Deprecated: use MachineDetails.core_count instead. Number of CPU threads allocated to the
159
+
* machine.
158
160
* @return value or {@code null} for none
159
161
*/
160
162
publicjava.lang.IntegergetCpuThreadCount() {
161
163
returncpuThreadCount;
162
164
}
163
165
164
166
/**
165
-
* Number of CPU threads allocated to the machine.
167
+
* Deprecated: use MachineDetails.core_count instead. Number of CPU threads allocated to the
168
+
* machine.
166
169
* @param cpuThreadCount cpuThreadCount or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-migrationcenter/v1/2.0.0/com/google/api/services/migrationcenter/v1/model/ReportSummaryAssetAggregateStats.java
Copy file name to clipboardExpand all lines: clients/google-api-services-migrationcenter/v1alpha1/2.0.0/com/google/api/services/migrationcenter/v1alpha1/model/CloudSqlForPostgreSqlShape.java
Copy file name to clipboardExpand all lines: clients/google-api-services-migrationcenter/v1alpha1/2.0.0/com/google/api/services/migrationcenter/v1alpha1/model/DatabasePreferencesCloudSqlCommon.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ public final class DatabasePreferencesCloudSqlCommon extends com.google.api.clie
45
45
privatejava.lang.StringcommitmentPlan;
46
46
47
47
/**
48
-
* Optional. Cloud SQL edition. For SQL Server, only Enterprise is available.
48
+
* Optional. Preferred Cloud SQL edition.
49
49
* The value may be {@code null}.
50
50
*/
51
51
@com.google.api.client.util.Key
@@ -114,15 +114,15 @@ public DatabasePreferencesCloudSqlCommon setCommitmentPlan(java.lang.String comm
114
114
}
115
115
116
116
/**
117
-
* Optional. Cloud SQL edition. For SQL Server, only Enterprise is available.
117
+
* Optional. Preferred Cloud SQL edition.
118
118
* @return value or {@code null} for none
119
119
*/
120
120
publicjava.lang.StringgetEdition() {
121
121
returnedition;
122
122
}
123
123
124
124
/**
125
-
* Optional. Cloud SQL edition. For SQL Server, only Enterprise is available.
Copy file name to clipboardExpand all lines: clients/google-api-services-migrationcenter/v1alpha1/2.0.0/com/google/api/services/migrationcenter/v1alpha1/model/ReportSummaryAssetAggregateStats.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 ReportSummaryAssetAggregateStats extends com.google.api.clien
37
37
privateReportSummaryChartDataassetAge;
38
38
39
39
/**
40
-
* Histogram showing a distribution of CPU core counts.
40
+
* Histogram showing a distribution of logical CPU core counts.
41
41
* The value may be {@code null}.
42
42
*/
43
43
@com.google.api.client.util.Key
@@ -146,15 +146,15 @@ public ReportSummaryAssetAggregateStats setAssetAge(ReportSummaryChartData asset
146
146
}
147
147
148
148
/**
149
-
* Histogram showing a distribution of CPU core counts.
149
+
* Histogram showing a distribution of logical CPU core counts.
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
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -103,8 +103,8 @@ public final class ReportSummaryGroupPreferenceSetFinding extends com.google.api
103
103
privateMoneymonthlyCostNetworkEgress;
104
104
105
105
/**
106
-
* Output only. Operating system licensing monthly cost for this preference set. Only present for
107
-
* virtual machines.
106
+
* Output only. All operating systems licensing monthly cost for this preference set. Only present
107
+
* for virtual machines.
108
108
* The value may be {@code null}.
109
109
*/
110
110
@com.google.api.client.util.Key
@@ -361,17 +361,17 @@ public ReportSummaryGroupPreferenceSetFinding setMonthlyCostNetworkEgress(Money
361
361
}
362
362
363
363
/**
364
-
* Output only. Operating system licensing monthly cost for this preference set. Only present for
365
-
* virtual machines.
364
+
* Output only. All operating systems licensing monthly cost for this preference set. Only present
365
+
* for virtual machines.
366
366
* @return value or {@code null} for none
367
367
*/
368
368
publicMoneygetMonthlyCostOsLicense() {
369
369
returnmonthlyCostOsLicense;
370
370
}
371
371
372
372
/**
373
-
* Output only. Operating system licensing monthly cost for this preference set. Only present for
374
-
* virtual machines.
373
+
* Output only. All operating systems licensing monthly cost for this preference set. Only present
374
+
* for virtual machines.
375
375
* @param monthlyCostOsLicense monthlyCostOsLicense or {@code null} for none
0 commit comments