From 406d85d21ea17a1f20e3ef5d7bd77e2a9d8f8af4 Mon Sep 17 00:00:00 2001
From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com>
Date: Tue, 4 Aug 2026 18:11:30 -0700
Subject: [PATCH] chore: regenerate migrationcenter client
---
.../v1/2.0.0/README.md | 4 ++--
.../migrationcenter/v1/MigrationCenterAPI.java | 14 ++++++++------
.../v1/2.0.0/pom.xml | 4 ++--
.../v1/README.md | 4 ++--
.../v1alpha1/2.0.0/README.md | 4 ++--
.../v1alpha1/MigrationCenterAPI.java | 14 ++++++++------
.../model/ComputeEngineShapeDescriptor.java | 12 ++++++------
.../v1alpha1/2.0.0/pom.xml | 4 ++--
.../v1alpha1/README.md | 4 ++--
9 files changed, 34 insertions(+), 30 deletions(-)
diff --git a/clients/google-api-services-migrationcenter/v1/2.0.0/README.md b/clients/google-api-services-migrationcenter/v1/2.0.0/README.md
index 9cf12e11cae..732559d277c 100644
--- a/clients/google-api-services-migrationcenter/v1/2.0.0/README.md
+++ b/clients/google-api-services-migrationcenter/v1/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-migrationcenter
- v1-rev20260423-2.0.0
+ v1-rev20260730-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-migrationcenter:v1-rev20260423-2.0.0'
+ implementation 'com.google.apis:google-api-services-migrationcenter:v1-rev20260730-2.0.0'
}
```
diff --git a/clients/google-api-services-migrationcenter/v1/2.0.0/com/google/api/services/migrationcenter/v1/MigrationCenterAPI.java b/clients/google-api-services-migrationcenter/v1/2.0.0/com/google/api/services/migrationcenter/v1/MigrationCenterAPI.java
index 02a6c53c1e1..7b885b0506f 100644
--- a/clients/google-api-services-migrationcenter/v1/2.0.0/com/google/api/services/migrationcenter/v1/MigrationCenterAPI.java
+++ b/clients/google-api-services-migrationcenter/v1/2.0.0/com/google/api/services/migrationcenter/v1/MigrationCenterAPI.java
@@ -9438,7 +9438,8 @@ public Create setParent(java.lang.String parent) {
* Required. User specified ID for the report config. It will become the last component of
* the report config name. The ID must be unique within the project, must conform with
* RFC-1034, is restricted to lower-cased letters, and has a maximum length of 63
- * characters. The ID must match the regular expression: [a-z]([a-z0-9-]{0,61}[a-z0-9])?.
+ * characters. The ID must match the regular expression:
+ * `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`.
*/
@com.google.api.client.util.Key
private java.lang.String reportConfigId;
@@ -9446,7 +9447,7 @@ public Create setParent(java.lang.String parent) {
/** Required. User specified ID for the report config. It will become the last component of the report
config name. The ID must be unique within the project, must conform with RFC-1034, is restricted to
lower-cased letters, and has a maximum length of 63 characters. The ID must match the regular
- expression: [a-z]([a-z0-9-]{0,61}[a-z0-9])?.
+ expression: `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`.
*/
public java.lang.String getReportConfigId() {
return reportConfigId;
@@ -9456,7 +9457,8 @@ public java.lang.String getReportConfigId() {
* Required. User specified ID for the report config. It will become the last component of
* the report config name. The ID must be unique within the project, must conform with
* RFC-1034, is restricted to lower-cased letters, and has a maximum length of 63
- * characters. The ID must match the regular expression: [a-z]([a-z0-9-]{0,61}[a-z0-9])?.
+ * characters. The ID must match the regular expression:
+ * `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`.
*/
public Create setReportConfigId(java.lang.String reportConfigId) {
this.reportConfigId = reportConfigId;
@@ -10204,7 +10206,7 @@ public Create setParent(java.lang.String parent) {
* Required. User specified id for the report. It will become the last component of the
* report name. The id must be unique within the project, must conform with RFC-1034, is
* restricted to lower-cased letters, and has a maximum length of 63 characters. The id
- * must match the regular expression: [a-z]([a-z0-9-]{0,61}[a-z0-9])?.
+ * must match the regular expression: `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`.
*/
@com.google.api.client.util.Key
private java.lang.String reportId;
@@ -10212,7 +10214,7 @@ public Create setParent(java.lang.String parent) {
/** Required. User specified id for the report. It will become the last component of the report name.
The id must be unique within the project, must conform with RFC-1034, is restricted to lower-cased
letters, and has a maximum length of 63 characters. The id must match the regular expression:
- [a-z]([a-z0-9-]{0,61}[a-z0-9])?.
+ `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`.
*/
public java.lang.String getReportId() {
return reportId;
@@ -10222,7 +10224,7 @@ public java.lang.String getReportId() {
* Required. User specified id for the report. It will become the last component of the
* report name. The id must be unique within the project, must conform with RFC-1034, is
* restricted to lower-cased letters, and has a maximum length of 63 characters. The id
- * must match the regular expression: [a-z]([a-z0-9-]{0,61}[a-z0-9])?.
+ * must match the regular expression: `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`.
*/
public Create setReportId(java.lang.String reportId) {
this.reportId = reportId;
diff --git a/clients/google-api-services-migrationcenter/v1/2.0.0/pom.xml b/clients/google-api-services-migrationcenter/v1/2.0.0/pom.xml
index 1dc4863e624..a10dc87546e 100644
--- a/clients/google-api-services-migrationcenter/v1/2.0.0/pom.xml
+++ b/clients/google-api-services-migrationcenter/v1/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-migrationcenter
- v1-rev20260423-2.0.0
- Migration Center API v1-rev20260423-2.0.0
+ v1-rev20260730-2.0.0
+ Migration Center API v1-rev20260730-2.0.0
jar
2011
diff --git a/clients/google-api-services-migrationcenter/v1/README.md b/clients/google-api-services-migrationcenter/v1/README.md
index 9cf12e11cae..732559d277c 100644
--- a/clients/google-api-services-migrationcenter/v1/README.md
+++ b/clients/google-api-services-migrationcenter/v1/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-migrationcenter
- v1-rev20260423-2.0.0
+ v1-rev20260730-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-migrationcenter:v1-rev20260423-2.0.0'
+ implementation 'com.google.apis:google-api-services-migrationcenter:v1-rev20260730-2.0.0'
}
```
diff --git a/clients/google-api-services-migrationcenter/v1alpha1/2.0.0/README.md b/clients/google-api-services-migrationcenter/v1alpha1/2.0.0/README.md
index eb4a9938977..e49ff03495b 100644
--- a/clients/google-api-services-migrationcenter/v1alpha1/2.0.0/README.md
+++ b/clients/google-api-services-migrationcenter/v1alpha1/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-migrationcenter
- v1alpha1-rev20260621-2.0.0
+ v1alpha1-rev20260730-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-migrationcenter:v1alpha1-rev20260621-2.0.0'
+ implementation 'com.google.apis:google-api-services-migrationcenter:v1alpha1-rev20260730-2.0.0'
}
```
diff --git a/clients/google-api-services-migrationcenter/v1alpha1/2.0.0/com/google/api/services/migrationcenter/v1alpha1/MigrationCenterAPI.java b/clients/google-api-services-migrationcenter/v1alpha1/2.0.0/com/google/api/services/migrationcenter/v1alpha1/MigrationCenterAPI.java
index 74cfe24d670..6eed9d68443 100644
--- a/clients/google-api-services-migrationcenter/v1alpha1/2.0.0/com/google/api/services/migrationcenter/v1alpha1/MigrationCenterAPI.java
+++ b/clients/google-api-services-migrationcenter/v1alpha1/2.0.0/com/google/api/services/migrationcenter/v1alpha1/MigrationCenterAPI.java
@@ -9420,7 +9420,8 @@ public Create setParent(java.lang.String parent) {
* Required. User specified ID for the report config. It will become the last component of
* the report config name. The ID must be unique within the project, must conform with
* RFC-1034, is restricted to lower-cased letters, and has a maximum length of 63
- * characters. The ID must match the regular expression: [a-z]([a-z0-9-]{0,61}[a-z0-9])?.
+ * characters. The ID must match the regular expression:
+ * `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`.
*/
@com.google.api.client.util.Key
private java.lang.String reportConfigId;
@@ -9428,7 +9429,7 @@ public Create setParent(java.lang.String parent) {
/** Required. User specified ID for the report config. It will become the last component of the report
config name. The ID must be unique within the project, must conform with RFC-1034, is restricted to
lower-cased letters, and has a maximum length of 63 characters. The ID must match the regular
- expression: [a-z]([a-z0-9-]{0,61}[a-z0-9])?.
+ expression: `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`.
*/
public java.lang.String getReportConfigId() {
return reportConfigId;
@@ -9438,7 +9439,8 @@ public java.lang.String getReportConfigId() {
* Required. User specified ID for the report config. It will become the last component of
* the report config name. The ID must be unique within the project, must conform with
* RFC-1034, is restricted to lower-cased letters, and has a maximum length of 63
- * characters. The ID must match the regular expression: [a-z]([a-z0-9-]{0,61}[a-z0-9])?.
+ * characters. The ID must match the regular expression:
+ * `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`.
*/
public Create setReportConfigId(java.lang.String reportConfigId) {
this.reportConfigId = reportConfigId;
@@ -10186,7 +10188,7 @@ public Create setParent(java.lang.String parent) {
* Required. User specified id for the report. It will become the last component of the
* report name. The id must be unique within the project, must conform with RFC-1034, is
* restricted to lower-cased letters, and has a maximum length of 63 characters. The id
- * must match the regular expression: [a-z]([a-z0-9-]{0,61}[a-z0-9])?.
+ * must match the regular expression: `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`.
*/
@com.google.api.client.util.Key
private java.lang.String reportId;
@@ -10194,7 +10196,7 @@ public Create setParent(java.lang.String parent) {
/** Required. User specified id for the report. It will become the last component of the report name.
The id must be unique within the project, must conform with RFC-1034, is restricted to lower-cased
letters, and has a maximum length of 63 characters. The id must match the regular expression:
- [a-z]([a-z0-9-]{0,61}[a-z0-9])?.
+ `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`.
*/
public java.lang.String getReportId() {
return reportId;
@@ -10204,7 +10206,7 @@ public java.lang.String getReportId() {
* Required. User specified id for the report. It will become the last component of the
* report name. The id must be unique within the project, must conform with RFC-1034, is
* restricted to lower-cased letters, and has a maximum length of 63 characters. The id
- * must match the regular expression: [a-z]([a-z0-9-]{0,61}[a-z0-9])?.
+ * must match the regular expression: `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`.
*/
public Create setReportId(java.lang.String reportId) {
this.reportId = reportId;
diff --git a/clients/google-api-services-migrationcenter/v1alpha1/2.0.0/com/google/api/services/migrationcenter/v1alpha1/model/ComputeEngineShapeDescriptor.java b/clients/google-api-services-migrationcenter/v1alpha1/2.0.0/com/google/api/services/migrationcenter/v1alpha1/model/ComputeEngineShapeDescriptor.java
index abc578d7a7d..b01c4f6de76 100644
--- a/clients/google-api-services-migrationcenter/v1alpha1/2.0.0/com/google/api/services/migrationcenter/v1alpha1/model/ComputeEngineShapeDescriptor.java
+++ b/clients/google-api-services-migrationcenter/v1alpha1/2.0.0/com/google/api/services/migrationcenter/v1alpha1/model/ComputeEngineShapeDescriptor.java
@@ -65,8 +65,8 @@ public final class ComputeEngineShapeDescriptor extends com.google.api.client.js
private java.lang.String series;
/**
- * Output only. Whether simultaneous multithreading is enabled (see
- * https://cloud.google.com/compute/docs/instances/set-threads-per-core).
+ * Output only. Whether simultaneous multithreading is enabled. See
+ * https://cloud.google.com/compute/docs/instances/set-threads-per-core.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -165,8 +165,8 @@ public ComputeEngineShapeDescriptor setSeries(java.lang.String series) {
}
/**
- * Output only. Whether simultaneous multithreading is enabled (see
- * https://cloud.google.com/compute/docs/instances/set-threads-per-core).
+ * Output only. Whether simultaneous multithreading is enabled. See
+ * https://cloud.google.com/compute/docs/instances/set-threads-per-core.
* @return value or {@code null} for none
*/
public java.lang.Boolean getSmtEnabled() {
@@ -174,8 +174,8 @@ public java.lang.Boolean getSmtEnabled() {
}
/**
- * Output only. Whether simultaneous multithreading is enabled (see
- * https://cloud.google.com/compute/docs/instances/set-threads-per-core).
+ * Output only. Whether simultaneous multithreading is enabled. See
+ * https://cloud.google.com/compute/docs/instances/set-threads-per-core.
* @param smtEnabled smtEnabled or {@code null} for none
*/
public ComputeEngineShapeDescriptor setSmtEnabled(java.lang.Boolean smtEnabled) {
diff --git a/clients/google-api-services-migrationcenter/v1alpha1/2.0.0/pom.xml b/clients/google-api-services-migrationcenter/v1alpha1/2.0.0/pom.xml
index 6d8840da857..a425bc6647a 100644
--- a/clients/google-api-services-migrationcenter/v1alpha1/2.0.0/pom.xml
+++ b/clients/google-api-services-migrationcenter/v1alpha1/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-migrationcenter
- v1alpha1-rev20260621-2.0.0
- Migration Center API v1alpha1-rev20260621-2.0.0
+ v1alpha1-rev20260730-2.0.0
+ Migration Center API v1alpha1-rev20260730-2.0.0
jar
2011
diff --git a/clients/google-api-services-migrationcenter/v1alpha1/README.md b/clients/google-api-services-migrationcenter/v1alpha1/README.md
index eb4a9938977..e49ff03495b 100644
--- a/clients/google-api-services-migrationcenter/v1alpha1/README.md
+++ b/clients/google-api-services-migrationcenter/v1alpha1/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-migrationcenter
- v1alpha1-rev20260621-2.0.0
+ v1alpha1-rev20260730-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-migrationcenter:v1alpha1-rev20260621-2.0.0'
+ implementation 'com.google.apis:google-api-services-migrationcenter:v1alpha1-rev20260730-2.0.0'
}
```