From 471fbac344646f2ffb3369a3d32f22fb0ed6f6f6 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Fri, 20 Dec 2024 18:18:17 -0800 Subject: [PATCH] chore: regenerate ml client --- clients/google-api-services-ml/v1/2.0.0/README.md | 4 ++-- .../api/services/ml/v1/CloudMachineLearningEngine.java | 8 ++++---- clients/google-api-services-ml/v1/2.0.0/pom.xml | 6 +++--- clients/google-api-services-ml/v1/README.md | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) 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.apis google-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.0 jar 2011 @@ -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.apis google-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' } ```