Skip to content

Commit d3f22c2

Browse files
1 parent 3d3d93d commit d3f22c2

File tree

13 files changed

+40
-34
lines changed

13 files changed

+40
-34
lines changed

clients/google-api-services-migrationcenter/v1/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>v1-rev20240906-2.0.0</version>
25+
<version>v1-rev20240926-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:v1-rev20240906-2.0.0'
38+
implementation 'com.google.apis:google-api-services-migrationcenter:v1-rev20240926-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-migrationcenter/v1/2.0.0/com/google/api/services/migrationcenter/v1/model/MachineArchitectureDetails.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ public final class MachineArchitectureDetails extends com.google.api.client.json
5858
private java.lang.Integer cpuSocketCount;
5959

6060
/**
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.
6263
* The value may be {@code null}.
6364
*/
6465
@com.google.api.client.util.Key
@@ -154,15 +155,17 @@ public MachineArchitectureDetails setCpuSocketCount(java.lang.Integer cpuSocketC
154155
}
155156

156157
/**
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.
158160
* @return value or {@code null} for none
159161
*/
160162
public java.lang.Integer getCpuThreadCount() {
161163
return cpuThreadCount;
162164
}
163165

164166
/**
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.
166169
* @param cpuThreadCount cpuThreadCount or {@code null} for none
167170
*/
168171
public MachineArchitectureDetails setCpuThreadCount(java.lang.Integer cpuThreadCount) {

clients/google-api-services-migrationcenter/v1/2.0.0/com/google/api/services/migrationcenter/v1/model/ReportSummaryAssetAggregateStats.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
public final class ReportSummaryAssetAggregateStats extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Histogram showing a distribution of CPU core counts.
33+
* Histogram showing a distribution of logical CPU core counts.
3434
* The value may be {@code null}.
3535
*/
3636
@com.google.api.client.util.Key
@@ -100,15 +100,15 @@ public final class ReportSummaryAssetAggregateStats extends com.google.api.clien
100100
private java.lang.Long totalStorageBytes;
101101

102102
/**
103-
* Histogram showing a distribution of CPU core counts.
103+
* Histogram showing a distribution of logical CPU core counts.
104104
* @return value or {@code null} for none
105105
*/
106106
public ReportSummaryHistogramChartData getCoreCountHistogram() {
107107
return coreCountHistogram;
108108
}
109109

110110
/**
111-
* Histogram showing a distribution of CPU core counts.
111+
* Histogram showing a distribution of logical CPU core counts.
112112
* @param coreCountHistogram coreCountHistogram or {@code null} for none
113113
*/
114114
public ReportSummaryAssetAggregateStats setCoreCountHistogram(ReportSummaryHistogramChartData coreCountHistogram) {

clients/google-api-services-migrationcenter/v1/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>v1-rev20240906-2.0.0</version>
12-
<name>Migration Center API v1-rev20240906-2.0.0</name>
11+
<version>v1-rev20240926-2.0.0</version>
12+
<name>Migration Center API v1-rev20240926-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-migrationcenter/v1/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>v1-rev20240906-2.0.0</version>
25+
<version>v1-rev20240926-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:v1-rev20240906-2.0.0'
38+
implementation 'com.google.apis:google-api-services-migrationcenter:v1-rev20240926-2.0.0'
3939
}
4040
```
4141

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-rev20240906-2.0.0</version>
25+
<version>v1alpha1-rev20240926-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-rev20240906-2.0.0'
38+
implementation 'com.google.apis:google-api-services-migrationcenter:v1alpha1-rev20240926-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.migrationcenter.v1alpha1.model;
1818

1919
/**
20-
* Cloud SQL for Postgres database shape.
20+
* Cloud SQL for PostgreSQL database shape.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Migration Center API. For a detailed explanation see:

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public final class DatabasePreferencesCloudSqlCommon extends com.google.api.clie
4545
private java.lang.String commitmentPlan;
4646

4747
/**
48-
* Optional. Cloud SQL edition. For SQL Server, only Enterprise is available.
48+
* Optional. Preferred Cloud SQL edition.
4949
* The value may be {@code null}.
5050
*/
5151
@com.google.api.client.util.Key
@@ -114,15 +114,15 @@ public DatabasePreferencesCloudSqlCommon setCommitmentPlan(java.lang.String comm
114114
}
115115

116116
/**
117-
* Optional. Cloud SQL edition. For SQL Server, only Enterprise is available.
117+
* Optional. Preferred Cloud SQL edition.
118118
* @return value or {@code null} for none
119119
*/
120120
public java.lang.String getEdition() {
121121
return edition;
122122
}
123123

124124
/**
125-
* Optional. Cloud SQL edition. For SQL Server, only Enterprise is available.
125+
* Optional. Preferred Cloud SQL edition.
126126
* @param edition edition or {@code null} for none
127127
*/
128128
public DatabasePreferencesCloudSqlCommon setEdition(java.lang.String edition) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public final class ReportSummaryAssetAggregateStats extends com.google.api.clien
3737
private ReportSummaryChartData assetAge;
3838

3939
/**
40-
* Histogram showing a distribution of CPU core counts.
40+
* Histogram showing a distribution of logical CPU core counts.
4141
* The value may be {@code null}.
4242
*/
4343
@com.google.api.client.util.Key
@@ -146,15 +146,15 @@ public ReportSummaryAssetAggregateStats setAssetAge(ReportSummaryChartData asset
146146
}
147147

148148
/**
149-
* Histogram showing a distribution of CPU core counts.
149+
* Histogram showing a distribution of logical CPU core counts.
150150
* @return value or {@code null} for none
151151
*/
152152
public ReportSummaryHistogramChartData getCoreCountHistogram() {
153153
return coreCountHistogram;
154154
}
155155

156156
/**
157-
* Histogram showing a distribution of CPU core counts.
157+
* Histogram showing a distribution of logical CPU core counts.
158158
* @param coreCountHistogram coreCountHistogram or {@code null} for none
159159
*/
160160
public ReportSummaryAssetAggregateStats setCoreCountHistogram(ReportSummaryHistogramChartData coreCountHistogram) {

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ public final class ReportSummaryGroupPreferenceSetFinding extends com.google.api
103103
private Money monthlyCostNetworkEgress;
104104

105105
/**
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.
108108
* The value may be {@code null}.
109109
*/
110110
@com.google.api.client.util.Key
@@ -361,17 +361,17 @@ public ReportSummaryGroupPreferenceSetFinding setMonthlyCostNetworkEgress(Money
361361
}
362362

363363
/**
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.
366366
* @return value or {@code null} for none
367367
*/
368368
public Money getMonthlyCostOsLicense() {
369369
return monthlyCostOsLicense;
370370
}
371371

372372
/**
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.
375375
* @param monthlyCostOsLicense monthlyCostOsLicense or {@code null} for none
376376
*/
377377
public ReportSummaryGroupPreferenceSetFinding setMonthlyCostOsLicense(Money monthlyCostOsLicense) {

0 commit comments

Comments
 (0)