diff --git a/clients/google-api-services-vmmigration/v1/2.0.0/README.md b/clients/google-api-services-vmmigration/v1/2.0.0/README.md
index d7e577d90a8..87cf4ea86c5 100644
--- a/clients/google-api-services-vmmigration/v1/2.0.0/README.md
+++ b/clients/google-api-services-vmmigration/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-vmmigration
- v1-rev20251204-2.0.0
+ v1-rev20260129-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-vmmigration:v1-rev20251204-2.0.0'
+ implementation 'com.google.apis:google-api-services-vmmigration:v1-rev20260129-2.0.0'
}
```
diff --git a/clients/google-api-services-vmmigration/v1/2.0.0/com/google/api/services/vmmigration/v1/VMMigrationService.java b/clients/google-api-services-vmmigration/v1/2.0.0/com/google/api/services/vmmigration/v1/VMMigrationService.java
index 8743a5d5a10..e9319fd7afe 100644
--- a/clients/google-api-services-vmmigration/v1/2.0.0/com/google/api/services/vmmigration/v1/VMMigrationService.java
+++ b/clients/google-api-services-vmmigration/v1/2.0.0/com/google/api/services/vmmigration/v1/VMMigrationService.java
@@ -103,7 +103,7 @@ public class VMMigrationService extends com.google.api.client.googleapis.service
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}
*
Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}
- * Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
+ * Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
*
*
* @param jsonFactory JSON factory, which may be:
@@ -312,7 +312,10 @@ public Get set(String parameterName, Object value) {
}
}
/**
- * Lists information about the supported locations for this service.
+ * Lists information about the supported locations for this service. This method can be called in
+ * two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
+ * visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
+ * public locations as well as private or other locations specifically visible to the project.
*
* Create a request for the method "locations.list".
*
@@ -336,7 +339,10 @@ public class List extends VMMigrationServiceRequest
* Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}
- * Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
- *
+ * Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
*
* @param jsonFactory JSON factory, which may be:
*
diff --git a/clients/google-api-services-vmmigration/v1/2.0.0/pom.xml b/clients/google-api-services-vmmigration/v1/2.0.0/pom.xml
index 67fb5835bb2..fcefbd056c2 100644
--- a/clients/google-api-services-vmmigration/v1/2.0.0/pom.xml
+++ b/clients/google-api-services-vmmigration/v1/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-vmmigration
- v1-rev20251204-2.0.0
- VM Migration API v1-rev20251204-2.0.0
+ v1-rev20260129-2.0.0
+ VM Migration API v1-rev20260129-2.0.0
jar
2011
diff --git a/clients/google-api-services-vmmigration/v1/README.md b/clients/google-api-services-vmmigration/v1/README.md
index d7e577d90a8..87cf4ea86c5 100644
--- a/clients/google-api-services-vmmigration/v1/README.md
+++ b/clients/google-api-services-vmmigration/v1/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-vmmigration
- v1-rev20251204-2.0.0
+ v1-rev20260129-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-vmmigration:v1-rev20251204-2.0.0'
+ implementation 'com.google.apis:google-api-services-vmmigration:v1-rev20260129-2.0.0'
}
```
diff --git a/clients/google-api-services-vmmigration/v1alpha1/2.0.0/README.md b/clients/google-api-services-vmmigration/v1alpha1/2.0.0/README.md
index 8e659f797da..9bcb46719ef 100644
--- a/clients/google-api-services-vmmigration/v1alpha1/2.0.0/README.md
+++ b/clients/google-api-services-vmmigration/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-vmmigration
- v1alpha1-rev20251204-2.0.0
+ v1alpha1-rev20260129-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-vmmigration:v1alpha1-rev20251204-2.0.0'
+ implementation 'com.google.apis:google-api-services-vmmigration:v1alpha1-rev20260129-2.0.0'
}
```
diff --git a/clients/google-api-services-vmmigration/v1alpha1/2.0.0/com/google/api/services/vmmigration/v1alpha1/VMMigrationService.java b/clients/google-api-services-vmmigration/v1alpha1/2.0.0/com/google/api/services/vmmigration/v1alpha1/VMMigrationService.java
index ab8a8a40e87..dbdbaac1256 100644
--- a/clients/google-api-services-vmmigration/v1alpha1/2.0.0/com/google/api/services/vmmigration/v1alpha1/VMMigrationService.java
+++ b/clients/google-api-services-vmmigration/v1alpha1/2.0.0/com/google/api/services/vmmigration/v1alpha1/VMMigrationService.java
@@ -103,7 +103,7 @@ public class VMMigrationService extends com.google.api.client.googleapis.service
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}
* - Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}
- * - Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
+ *
- Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
*
*
* @param jsonFactory JSON factory, which may be:
@@ -312,7 +312,10 @@ public Get set(String parameterName, Object value) {
}
}
/**
- * Lists information about the supported locations for this service.
+ * Lists information about the supported locations for this service. This method can be called in
+ * two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
+ * visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
+ * public locations as well as private or other locations specifically visible to the project.
*
* Create a request for the method "locations.list".
*
@@ -336,7 +339,10 @@ public class List extends VMMigrationServiceRequest
* Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}
- * Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
- *
+ * Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
*
* @param jsonFactory JSON factory, which may be:
*
diff --git a/clients/google-api-services-vmmigration/v1alpha1/2.0.0/pom.xml b/clients/google-api-services-vmmigration/v1alpha1/2.0.0/pom.xml
index b560a4dc406..4d957bdc450 100644
--- a/clients/google-api-services-vmmigration/v1alpha1/2.0.0/pom.xml
+++ b/clients/google-api-services-vmmigration/v1alpha1/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-vmmigration
- v1alpha1-rev20251204-2.0.0
- VM Migration API v1alpha1-rev20251204-2.0.0
+ v1alpha1-rev20260129-2.0.0
+ VM Migration API v1alpha1-rev20260129-2.0.0
jar
2011
diff --git a/clients/google-api-services-vmmigration/v1alpha1/README.md b/clients/google-api-services-vmmigration/v1alpha1/README.md
index 8e659f797da..9bcb46719ef 100644
--- a/clients/google-api-services-vmmigration/v1alpha1/README.md
+++ b/clients/google-api-services-vmmigration/v1alpha1/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-vmmigration
- v1alpha1-rev20251204-2.0.0
+ v1alpha1-rev20260129-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-vmmigration:v1alpha1-rev20251204-2.0.0'
+ implementation 'com.google.apis:google-api-services-vmmigration:v1alpha1-rev20260129-2.0.0'
}
```