Skip to content

Commit 25055c2

Browse files
1 parent a93385d commit 25055c2

File tree

4 files changed

+30
-6
lines changed

4 files changed

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

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ public final class MachineArchitectureDetails extends com.google.api.client.json
4343
@com.google.api.client.util.Key
4444
private java.lang.String cpuArchitecture;
4545

46+
/**
47+
* Optional. CPU manufacturer, e.g., "Intel", "AMD".
48+
* The value may be {@code null}.
49+
*/
50+
@com.google.api.client.util.Key
51+
private java.lang.String cpuManufacturer;
52+
4653
/**
4754
* CPU name, e.g., "Intel Xeon E5-2690", "AMD EPYC 7571" etc.
4855
* The value may be {@code null}.
@@ -112,6 +119,23 @@ public MachineArchitectureDetails setCpuArchitecture(java.lang.String cpuArchite
112119
return this;
113120
}
114121

122+
/**
123+
* Optional. CPU manufacturer, e.g., "Intel", "AMD".
124+
* @return value or {@code null} for none
125+
*/
126+
public java.lang.String getCpuManufacturer() {
127+
return cpuManufacturer;
128+
}
129+
130+
/**
131+
* Optional. CPU manufacturer, e.g., "Intel", "AMD".
132+
* @param cpuManufacturer cpuManufacturer or {@code null} for none
133+
*/
134+
public MachineArchitectureDetails setCpuManufacturer(java.lang.String cpuManufacturer) {
135+
this.cpuManufacturer = cpuManufacturer;
136+
return this;
137+
}
138+
115139
/**
116140
* CPU name, e.g., "Intel Xeon E5-2690", "AMD EPYC 7571" etc.
117141
* @return value or {@code null} for none

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

0 commit comments

Comments
 (0)