Skip to content

Commit 2bdf449

Browse files
1 parent 03729cf commit 2bdf449

24 files changed

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

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

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

3232
/**
33-
* Number of logical cores.
33+
* Output only. Number of logical cores.
3434
* The value may be {@code null}.
3535
*/
3636
@com.google.api.client.util.Key
3737
private java.lang.Integer logicalCoreCount;
3838

3939
/**
40-
* Compute Engine machine type.
40+
* Output only. Compute Engine machine type.
4141
* The value may be {@code null}.
4242
*/
4343
@com.google.api.client.util.Key
@@ -58,29 +58,29 @@ public final class ComputeEngineShapeDescriptor extends com.google.api.client.js
5858
private java.lang.Integer physicalCoreCount;
5959

6060
/**
61-
* Compute Engine machine series.
61+
* Output only. Compute Engine machine series.
6262
* The value may be {@code null}.
6363
*/
6464
@com.google.api.client.util.Key
6565
private java.lang.String series;
6666

6767
/**
68-
* Compute Engine storage. Never empty.
68+
* Output only. Compute Engine storage. Never empty.
6969
* The value may be {@code null}.
7070
*/
7171
@com.google.api.client.util.Key
7272
private java.util.List<ComputeStorageDescriptor> storage;
7373

7474
/**
75-
* Number of logical cores.
75+
* Output only. Number of logical cores.
7676
* @return value or {@code null} for none
7777
*/
7878
public java.lang.Integer getLogicalCoreCount() {
7979
return logicalCoreCount;
8080
}
8181

8282
/**
83-
* Number of logical cores.
83+
* Output only. Number of logical cores.
8484
* @param logicalCoreCount logicalCoreCount or {@code null} for none
8585
*/
8686
public ComputeEngineShapeDescriptor setLogicalCoreCount(java.lang.Integer logicalCoreCount) {
@@ -89,15 +89,15 @@ public ComputeEngineShapeDescriptor setLogicalCoreCount(java.lang.Integer logica
8989
}
9090

9191
/**
92-
* Compute Engine machine type.
92+
* Output only. Compute Engine machine type.
9393
* @return value or {@code null} for none
9494
*/
9595
public java.lang.String getMachineType() {
9696
return machineType;
9797
}
9898

9999
/**
100-
* Compute Engine machine type.
100+
* Output only. Compute Engine machine type.
101101
* @param machineType machineType or {@code null} for none
102102
*/
103103
public ComputeEngineShapeDescriptor setMachineType(java.lang.String machineType) {
@@ -140,15 +140,15 @@ public ComputeEngineShapeDescriptor setPhysicalCoreCount(java.lang.Integer physi
140140
}
141141

142142
/**
143-
* Compute Engine machine series.
143+
* Output only. Compute Engine machine series.
144144
* @return value or {@code null} for none
145145
*/
146146
public java.lang.String getSeries() {
147147
return series;
148148
}
149149

150150
/**
151-
* Compute Engine machine series.
151+
* Output only. Compute Engine machine series.
152152
* @param series series or {@code null} for none
153153
*/
154154
public ComputeEngineShapeDescriptor setSeries(java.lang.String series) {
@@ -157,15 +157,15 @@ public ComputeEngineShapeDescriptor setSeries(java.lang.String series) {
157157
}
158158

159159
/**
160-
* Compute Engine storage. Never empty.
160+
* Output only. Compute Engine storage. Never empty.
161161
* @return value or {@code null} for none
162162
*/
163163
public java.util.List<ComputeStorageDescriptor> getStorage() {
164164
return storage;
165165
}
166166

167167
/**
168-
* Compute Engine storage. Never empty.
168+
* Output only. Compute Engine storage. Never empty.
169169
* @param storage storage or {@code null} for none
170170
*/
171171
public ComputeEngineShapeDescriptor setStorage(java.util.List<ComputeStorageDescriptor> storage) {

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

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

3232
/**
33-
* Disk size in GiB.
33+
* Output only. Disk size in GiB.
3434
* The value may be {@code null}.
3535
*/
3636
@com.google.api.client.util.Key
3737
private java.lang.Integer sizeGb;
3838

3939
/**
40-
* Disk type backing the storage.
40+
* Output only. Disk type backing the storage.
4141
* The value may be {@code null}.
4242
*/
4343
@com.google.api.client.util.Key
4444
private java.lang.String type;
4545

4646
/**
47-
* Disk size in GiB.
47+
* Output only. Disk size in GiB.
4848
* @return value or {@code null} for none
4949
*/
5050
public java.lang.Integer getSizeGb() {
5151
return sizeGb;
5252
}
5353

5454
/**
55-
* Disk size in GiB.
55+
* Output only. Disk size in GiB.
5656
* @param sizeGb sizeGb or {@code null} for none
5757
*/
5858
public ComputeStorageDescriptor setSizeGb(java.lang.Integer sizeGb) {
@@ -61,15 +61,15 @@ public ComputeStorageDescriptor setSizeGb(java.lang.Integer sizeGb) {
6161
}
6262

6363
/**
64-
* Disk type backing the storage.
64+
* Output only. Disk type backing the storage.
6565
* @return value or {@code null} for none
6666
*/
6767
public java.lang.String getType() {
6868
return type;
6969
}
7070

7171
/**
72-
* Disk type backing the storage.
72+
* Output only. Disk type backing the storage.
7373
* @param type type or {@code null} for none
7474
*/
7575
public ComputeStorageDescriptor setType(java.lang.String type) {

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

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

3232
/**
33-
* Fit level.
33+
* Output only. Fit level.
3434
* The value may be {@code null}.
3535
*/
3636
@com.google.api.client.util.Key
3737
private java.lang.String fitLevel;
3838

3939
/**
40-
* Fit level.
40+
* Output only. Fit level.
4141
* @return value or {@code null} for none
4242
*/
4343
public java.lang.String getFitLevel() {
4444
return fitLevel;
4545
}
4646

4747
/**
48-
* Fit level.
48+
* Output only. Fit level.
4949
* @param fitLevel fitLevel or {@code null} for none
5050
*/
5151
public FitDescriptor setFitLevel(java.lang.String fitLevel) {

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

Lines changed: 4 additions & 4 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-rev20240822-2.0.0</version>
12-
<name>Migration Center API v1-rev20240822-2.0.0</name>
11+
<version>v1-rev20240906-2.0.0</version>
12+
<name>Migration Center API v1-rev20240906-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -92,7 +92,7 @@
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
9393
<link>https://googleapis.dev/java/google-http-client/1.45.0/</link>
9494
<link>https://googleapis.dev/java/google-oauth-client/1.36.0/</link>
95-
<link>https://googleapis.dev/java/google-api-client/2.6.0/</link>
95+
<link>https://googleapis.dev/java/google-api-client/2.7.0/</link>
9696
</links>
9797
</configuration>
9898
</plugin>
@@ -125,7 +125,7 @@
125125
<dependency>
126126
<groupId>com.google.api-client</groupId>
127127
<artifactId>google-api-client</artifactId>
128-
<version>2.6.0</version>
128+
<version>2.7.0</version>
129129
</dependency>
130130
</dependencies>
131131

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public final class Asset extends com.google.api.client.json.GenericJson {
108108
private java.lang.String name;
109109

110110
/**
111-
* Output only. Performance data for the asset.
111+
* Performance data for the asset.
112112
* The value may be {@code null}.
113113
*/
114114
@com.google.api.client.util.Key
@@ -330,15 +330,15 @@ public Asset setName(java.lang.String name) {
330330
}
331331

332332
/**
333-
* Output only. Performance data for the asset.
333+
* Performance data for the asset.
334334
* @return value or {@code null} for none
335335
*/
336336
public AssetPerformanceData getPerformanceData() {
337337
return performanceData;
338338
}
339339

340340
/**
341-
* Output only. Performance data for the asset.
341+
* Performance data for the asset.
342342
* @param performanceData performanceData or {@code null} for none
343343
*/
344344
public Asset setPerformanceData(AssetPerformanceData performanceData) {

0 commit comments

Comments
 (0)