diff --git a/clients/google-api-services-ml/v1/2.0.0/README.md b/clients/google-api-services-ml/v1/2.0.0/README.md
index 40ac4a1a2c6..1dd292b23e6 100644
--- a/clients/google-api-services-ml/v1/2.0.0/README.md
+++ b/clients/google-api-services-ml/v1/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apisgoogle-api-services-ml
- v1-rev20240122-2.0.0
+ v1-rev20241116-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-ml:v1-rev20240122-2.0.0'
+ implementation 'com.google.apis:google-api-services-ml:v1-rev20241116-2.0.0'
}
```
diff --git a/clients/google-api-services-ml/v1/2.0.0/com/google/api/services/ml/v1/CloudMachineLearningEngine.java b/clients/google-api-services-ml/v1/2.0.0/com/google/api/services/ml/v1/CloudMachineLearningEngine.java
index 68ff4e6d486..2fd7ceb92bc 100644
--- a/clients/google-api-services-ml/v1/2.0.0/com/google/api/services/ml/v1/CloudMachineLearningEngine.java
+++ b/clients/google-api-services-ml/v1/2.0.0/com/google/api/services/ml/v1/CloudMachineLearningEngine.java
@@ -2273,7 +2273,7 @@ public class Operations {
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
* methods to check whether the cancellation succeeded or whether the operation completed despite
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
- * operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
+ * operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
* `Code.CANCELLED`.
*
* Create a request for the method "operations.cancel".
@@ -2303,7 +2303,7 @@ public class Cancel extends CloudMachineLearningEngineRequestcom.google.apis
google-api-services-ml
- v1-rev20240122-2.0.0
- AI Platform Training & Prediction API v1-rev20240122-2.0.0
+ v1-rev20241116-2.0.0
+ AI Platform Training & Prediction API v1-rev20241116-2.0.0jar2011
@@ -90,7 +90,7 @@
AI Platform Training & Prediction API ${project.version}
http://docs.oracle.com/javase/7/docs/api
- https://googleapis.dev/java/google-http-client/1.45.0/
+ https://googleapis.dev/java/google-http-client/1.45.2/
https://googleapis.dev/java/google-oauth-client/1.36.0/
https://googleapis.dev/java/google-api-client/2.7.0/
diff --git a/clients/google-api-services-ml/v1/README.md b/clients/google-api-services-ml/v1/README.md
index 40ac4a1a2c6..1dd292b23e6 100644
--- a/clients/google-api-services-ml/v1/README.md
+++ b/clients/google-api-services-ml/v1/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apisgoogle-api-services-ml
- v1-rev20240122-2.0.0
+ v1-rev20241116-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-ml:v1-rev20240122-2.0.0'
+ implementation 'com.google.apis:google-api-services-ml:v1-rev20241116-2.0.0'
}
```