Skip to content

Commit 9104a25

Browse files
1 parent fb90d4d commit 9104a25

File tree

5 files changed

+33
-30
lines changed

5 files changed

+33
-30
lines changed

clients/google-api-services-migrationcenter/v1alpha1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-migrationcenter</artifactId>
25-
<version>v1alpha1-rev20240704-2.0.0</version>
25+
<version>v1alpha1-rev20240711-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-migrationcenter:v1alpha1-rev20240704-2.0.0'
38+
implementation 'com.google.apis:google-api-services-migrationcenter:v1alpha1-rev20240711-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-migrationcenter/v1alpha1/2.0.0/com/google/api/services/migrationcenter/v1alpha1/model/ComputeEnginePreferences.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public final class ComputeEnginePreferences extends com.google.api.client.json.G
4646
private MachinePreferences machinePreferences;
4747

4848
/**
49-
* Optional. Preferences for multithreading support.
49+
* Optional. Preferences for multithreading support on Windows Server.
5050
* The value may be {@code null}.
5151
*/
5252
@com.google.api.client.util.Key
@@ -106,15 +106,15 @@ public ComputeEnginePreferences setMachinePreferences(MachinePreferences machine
106106
}
107107

108108
/**
109-
* Optional. Preferences for multithreading support.
109+
* Optional. Preferences for multithreading support on Windows Server.
110110
* @return value or {@code null} for none
111111
*/
112112
public java.lang.String getMultithreading() {
113113
return multithreading;
114114
}
115115

116116
/**
117-
* Optional. Preferences for multithreading support.
117+
* Optional. Preferences for multithreading support on Windows Server.
118118
* @param multithreading multithreading or {@code null} for none
119119
*/
120120
public ComputeEnginePreferences setMultithreading(java.lang.String multithreading) {

clients/google-api-services-migrationcenter/v1alpha1/2.0.0/com/google/api/services/migrationcenter/v1alpha1/model/ReportSummaryGroupPreferenceSetFinding.java

Lines changed: 24 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public final class ReportSummaryGroupPreferenceSetFinding extends com.google.api
6666
private VirtualMachinePreferences machinePreferences;
6767

6868
/**
69-
* Compute monthly cost for this preference set.
69+
* Output only. Compute monthly cost for this preference set.
7070
* The value may be {@code null}.
7171
*/
7272
@com.google.api.client.util.Key
@@ -88,36 +88,37 @@ public final class ReportSummaryGroupPreferenceSetFinding extends com.google.api
8888
private Money monthlyCostDatabaseLicensing;
8989

9090
/**
91-
* Network Egress monthly cost for this preference set. Only present for virtual machines.
91+
* Output only. Network Egress monthly cost for this preference set. Only present for virtual
92+
* machines.
9293
* The value may be {@code null}.
9394
*/
9495
@com.google.api.client.util.Key
9596
private Money monthlyCostNetworkEgress;
9697

9798
/**
98-
* Operating system licensing monthly cost for this preference set. Only present for virtual
99-
* machines.
99+
* Output only. Operating system licensing monthly cost for this preference set. Only present for
100+
* virtual machines.
100101
* The value may be {@code null}.
101102
*/
102103
@com.google.api.client.util.Key
103104
private Money monthlyCostOsLicense;
104105

105106
/**
106-
* Miscellaneous monthly cost for this preference set.
107+
* Output only. Miscellaneous monthly cost for this preference set.
107108
* The value may be {@code null}.
108109
*/
109110
@com.google.api.client.util.Key
110111
private Money monthlyCostOther;
111112

112113
/**
113-
* Storage monthly cost for this preference set.
114+
* Output only. Storage monthly cost for this preference set.
114115
* The value may be {@code null}.
115116
*/
116117
@com.google.api.client.util.Key
117118
private Money monthlyCostStorage;
118119

119120
/**
120-
* Total monthly cost for this preference set.
121+
* Output only. Total monthly cost for this preference set.
121122
* The value may be {@code null}.
122123
*/
123124
@com.google.api.client.util.Key
@@ -255,15 +256,15 @@ public ReportSummaryGroupPreferenceSetFinding setMachinePreferences(VirtualMachi
255256
}
256257

257258
/**
258-
* Compute monthly cost for this preference set.
259+
* Output only. Compute monthly cost for this preference set.
259260
* @return value or {@code null} for none
260261
*/
261262
public Money getMonthlyCostCompute() {
262263
return monthlyCostCompute;
263264
}
264265

265266
/**
266-
* Compute monthly cost for this preference set.
267+
* Output only. Compute monthly cost for this preference set.
267268
* @param monthlyCostCompute monthlyCostCompute or {@code null} for none
268269
*/
269270
public ReportSummaryGroupPreferenceSetFinding setMonthlyCostCompute(Money monthlyCostCompute) {
@@ -308,15 +309,17 @@ public ReportSummaryGroupPreferenceSetFinding setMonthlyCostDatabaseLicensing(Mo
308309
}
309310

310311
/**
311-
* Network Egress monthly cost for this preference set. Only present for virtual machines.
312+
* Output only. Network Egress monthly cost for this preference set. Only present for virtual
313+
* machines.
312314
* @return value or {@code null} for none
313315
*/
314316
public Money getMonthlyCostNetworkEgress() {
315317
return monthlyCostNetworkEgress;
316318
}
317319

318320
/**
319-
* Network Egress monthly cost for this preference set. Only present for virtual machines.
321+
* Output only. Network Egress monthly cost for this preference set. Only present for virtual
322+
* machines.
320323
* @param monthlyCostNetworkEgress monthlyCostNetworkEgress or {@code null} for none
321324
*/
322325
public ReportSummaryGroupPreferenceSetFinding setMonthlyCostNetworkEgress(Money monthlyCostNetworkEgress) {
@@ -325,17 +328,17 @@ public ReportSummaryGroupPreferenceSetFinding setMonthlyCostNetworkEgress(Money
325328
}
326329

327330
/**
328-
* Operating system licensing monthly cost for this preference set. Only present for virtual
329-
* machines.
331+
* Output only. Operating system licensing monthly cost for this preference set. Only present for
332+
* virtual machines.
330333
* @return value or {@code null} for none
331334
*/
332335
public Money getMonthlyCostOsLicense() {
333336
return monthlyCostOsLicense;
334337
}
335338

336339
/**
337-
* Operating system licensing monthly cost for this preference set. Only present for virtual
338-
* machines.
340+
* Output only. Operating system licensing monthly cost for this preference set. Only present for
341+
* virtual machines.
339342
* @param monthlyCostOsLicense monthlyCostOsLicense or {@code null} for none
340343
*/
341344
public ReportSummaryGroupPreferenceSetFinding setMonthlyCostOsLicense(Money monthlyCostOsLicense) {
@@ -344,15 +347,15 @@ public ReportSummaryGroupPreferenceSetFinding setMonthlyCostOsLicense(Money mont
344347
}
345348

346349
/**
347-
* Miscellaneous monthly cost for this preference set.
350+
* Output only. Miscellaneous monthly cost for this preference set.
348351
* @return value or {@code null} for none
349352
*/
350353
public Money getMonthlyCostOther() {
351354
return monthlyCostOther;
352355
}
353356

354357
/**
355-
* Miscellaneous monthly cost for this preference set.
358+
* Output only. Miscellaneous monthly cost for this preference set.
356359
* @param monthlyCostOther monthlyCostOther or {@code null} for none
357360
*/
358361
public ReportSummaryGroupPreferenceSetFinding setMonthlyCostOther(Money monthlyCostOther) {
@@ -361,15 +364,15 @@ public ReportSummaryGroupPreferenceSetFinding setMonthlyCostOther(Money monthlyC
361364
}
362365

363366
/**
364-
* Storage monthly cost for this preference set.
367+
* Output only. Storage monthly cost for this preference set.
365368
* @return value or {@code null} for none
366369
*/
367370
public Money getMonthlyCostStorage() {
368371
return monthlyCostStorage;
369372
}
370373

371374
/**
372-
* Storage monthly cost for this preference set.
375+
* Output only. Storage monthly cost for this preference set.
373376
* @param monthlyCostStorage monthlyCostStorage or {@code null} for none
374377
*/
375378
public ReportSummaryGroupPreferenceSetFinding setMonthlyCostStorage(Money monthlyCostStorage) {
@@ -378,15 +381,15 @@ public ReportSummaryGroupPreferenceSetFinding setMonthlyCostStorage(Money monthl
378381
}
379382

380383
/**
381-
* Total monthly cost for this preference set.
384+
* Output only. Total monthly cost for this preference set.
382385
* @return value or {@code null} for none
383386
*/
384387
public Money getMonthlyCostTotal() {
385388
return monthlyCostTotal;
386389
}
387390

388391
/**
389-
* Total monthly cost for this preference set.
392+
* Output only. Total monthly cost for this preference set.
390393
* @param monthlyCostTotal monthlyCostTotal or {@code null} for none
391394
*/
392395
public ReportSummaryGroupPreferenceSetFinding setMonthlyCostTotal(Money monthlyCostTotal) {

clients/google-api-services-migrationcenter/v1alpha1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-migrationcenter</artifactId>
11-
<version>v1alpha1-rev20240704-2.0.0</version>
12-
<name>Migration Center API v1alpha1-rev20240704-2.0.0</name>
11+
<version>v1alpha1-rev20240711-2.0.0</version>
12+
<name>Migration Center API v1alpha1-rev20240711-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-migrationcenter/v1alpha1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-migrationcenter</artifactId>
25-
<version>v1alpha1-rev20240704-2.0.0</version>
25+
<version>v1alpha1-rev20240711-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-migrationcenter:v1alpha1-rev20240704-2.0.0'
38+
implementation 'com.google.apis:google-api-services-migrationcenter:v1alpha1-rev20240711-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)