Skip to content

Commit ead1f2e

Browse files
1 parent d22c988 commit ead1f2e

File tree

4 files changed

+9
-9
lines changed

4 files changed

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public final class DiskEntry extends com.google.api.client.json.GenericJson {
8686
private java.lang.Long totalFreeBytes;
8787

8888
/**
89-
* VMware disk details.
89+
* VMware disk details. Deprecated
9090
* The value may be {@code null}.
9191
*/
9292
@com.google.api.client.util.Key
@@ -229,15 +229,15 @@ public DiskEntry setTotalFreeBytes(java.lang.Long totalFreeBytes) {
229229
}
230230

231231
/**
232-
* VMware disk details.
232+
* VMware disk details. Deprecated
233233
* @return value or {@code null} for none
234234
*/
235235
public VmwareDiskConfig getVmwareConfig() {
236236
return vmwareConfig;
237237
}
238238

239239
/**
240-
* VMware disk details.
240+
* VMware disk details. Deprecated
241241
* @param vmwareConfig vmwareConfig or {@code null} for none
242242
*/
243243
public DiskEntry setVmwareConfig(VmwareDiskConfig vmwareConfig) {

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-rev20250422-2.0.0</version>
12-
<name>Migration Center API v1alpha1-rev20250422-2.0.0</name>
11+
<version>v1alpha1-rev20250515-2.0.0</version>
12+
<name>Migration Center API v1alpha1-rev20250515-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-rev20250422-2.0.0</version>
25+
<version>v1alpha1-rev20250515-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-rev20250422-2.0.0'
38+
implementation 'com.google.apis:google-api-services-migrationcenter:v1alpha1-rev20250515-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)