From def0e5470ebc4c04dfb5d22478849ad4aeb8b576 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Sun, 7 Jun 2026 18:36:44 -0700 Subject: [PATCH] chore: regenerate run client --- .../v1/2.0.0/README.md | 4 +-- .../services/run/v1/model/InstanceSpec.java | 27 +++++++++++++++++++ .../google-api-services-run/v1/2.0.0/pom.xml | 4 +-- clients/google-api-services-run/v1/README.md | 4 +-- .../v2/2.0.0/README.md | 4 +-- .../v2/model/GoogleCloudRunV2Instance.java | 24 +++++++++++++++++ .../google-api-services-run/v2/2.0.0/pom.xml | 4 +-- clients/google-api-services-run/v2/README.md | 4 +-- 8 files changed, 63 insertions(+), 12 deletions(-) diff --git a/clients/google-api-services-run/v1/2.0.0/README.md b/clients/google-api-services-run/v1/2.0.0/README.md index 58ed9dafac4..ef2819378e3 100644 --- a/clients/google-api-services-run/v1/2.0.0/README.md +++ b/clients/google-api-services-run/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-run - v1-rev20260522-2.0.0 + v1-rev20260529-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-run:v1-rev20260522-2.0.0' + implementation 'com.google.apis:google-api-services-run:v1-rev20260529-2.0.0' } ``` diff --git a/clients/google-api-services-run/v1/2.0.0/com/google/api/services/run/v1/model/InstanceSpec.java b/clients/google-api-services-run/v1/2.0.0/com/google/api/services/run/v1/model/InstanceSpec.java index 840bea882b3..15522229499 100644 --- a/clients/google-api-services-run/v1/2.0.0/com/google/api/services/run/v1/model/InstanceSpec.java +++ b/clients/google-api-services-run/v1/2.0.0/com/google/api/services/run/v1/model/InstanceSpec.java @@ -50,6 +50,14 @@ public final class InstanceSpec extends com.google.api.client.json.GenericJson { @com.google.api.client.util.Key private java.util.Map nodeSelector; + /** + * Optional. Restart policy for the Instance. Allowable values are 'Always', 'OnFailure', or + * 'Never'. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.lang.String restartPolicy; + /** * Optional. Email address of the IAM service account associated with the Instance. The service * account represents the identity of the running container, and determines what permissions the @@ -102,6 +110,25 @@ public InstanceSpec setNodeSelector(java.util.Map node return this; } + /** + * Optional. Restart policy for the Instance. Allowable values are 'Always', 'OnFailure', or + * 'Never'. + * @return value or {@code null} for none + */ + public java.lang.String getRestartPolicy() { + return restartPolicy; + } + + /** + * Optional. Restart policy for the Instance. Allowable values are 'Always', 'OnFailure', or + * 'Never'. + * @param restartPolicy restartPolicy or {@code null} for none + */ + public InstanceSpec setRestartPolicy(java.lang.String restartPolicy) { + this.restartPolicy = restartPolicy; + return this; + } + /** * Optional. Email address of the IAM service account associated with the Instance. The service * account represents the identity of the running container, and determines what permissions the diff --git a/clients/google-api-services-run/v1/2.0.0/pom.xml b/clients/google-api-services-run/v1/2.0.0/pom.xml index 11ebf40e249..d417d58aed9 100644 --- a/clients/google-api-services-run/v1/2.0.0/pom.xml +++ b/clients/google-api-services-run/v1/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-run - v1-rev20260522-2.0.0 - Cloud Run Admin API v1-rev20260522-2.0.0 + v1-rev20260529-2.0.0 + Cloud Run Admin API v1-rev20260529-2.0.0 jar 2011 diff --git a/clients/google-api-services-run/v1/README.md b/clients/google-api-services-run/v1/README.md index 58ed9dafac4..ef2819378e3 100644 --- a/clients/google-api-services-run/v1/README.md +++ b/clients/google-api-services-run/v1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-run - v1-rev20260522-2.0.0 + v1-rev20260529-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-run:v1-rev20260522-2.0.0' + implementation 'com.google.apis:google-api-services-run:v1-rev20260529-2.0.0' } ``` diff --git a/clients/google-api-services-run/v2/2.0.0/README.md b/clients/google-api-services-run/v2/2.0.0/README.md index f11816f4f92..05b86dfbdab 100644 --- a/clients/google-api-services-run/v2/2.0.0/README.md +++ b/clients/google-api-services-run/v2/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-run - v2-rev20260522-2.0.0 + v2-rev20260529-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-run:v2-rev20260522-2.0.0' + implementation 'com.google.apis:google-api-services-run:v2-rev20260529-2.0.0' } ``` diff --git a/clients/google-api-services-run/v2/2.0.0/com/google/api/services/run/v2/model/GoogleCloudRunV2Instance.java b/clients/google-api-services-run/v2/2.0.0/com/google/api/services/run/v2/model/GoogleCloudRunV2Instance.java index 3c5c6f384d0..0a89728d076 100644 --- a/clients/google-api-services-run/v2/2.0.0/com/google/api/services/run/v2/model/GoogleCloudRunV2Instance.java +++ b/clients/google-api-services-run/v2/2.0.0/com/google/api/services/run/v2/model/GoogleCloudRunV2Instance.java @@ -283,6 +283,13 @@ public final class GoogleCloudRunV2Instance extends com.google.api.client.json.G @com.google.api.client.util.Key private java.lang.Boolean reconciling; + /** + * Optional. Restart policy for the Instance. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.lang.String restartPolicy; + /** * Output only. Reserved for future use. * The value may be {@code null}. @@ -904,6 +911,23 @@ public GoogleCloudRunV2Instance setReconciling(java.lang.Boolean reconciling) { return this; } + /** + * Optional. Restart policy for the Instance. + * @return value or {@code null} for none + */ + public java.lang.String getRestartPolicy() { + return restartPolicy; + } + + /** + * Optional. Restart policy for the Instance. + * @param restartPolicy restartPolicy or {@code null} for none + */ + public GoogleCloudRunV2Instance setRestartPolicy(java.lang.String restartPolicy) { + this.restartPolicy = restartPolicy; + return this; + } + /** * Output only. Reserved for future use. * @return value or {@code null} for none diff --git a/clients/google-api-services-run/v2/2.0.0/pom.xml b/clients/google-api-services-run/v2/2.0.0/pom.xml index a86dd741807..f063593d0a6 100644 --- a/clients/google-api-services-run/v2/2.0.0/pom.xml +++ b/clients/google-api-services-run/v2/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-run - v2-rev20260522-2.0.0 - Cloud Run Admin API v2-rev20260522-2.0.0 + v2-rev20260529-2.0.0 + Cloud Run Admin API v2-rev20260529-2.0.0 jar 2011 diff --git a/clients/google-api-services-run/v2/README.md b/clients/google-api-services-run/v2/README.md index f11816f4f92..05b86dfbdab 100644 --- a/clients/google-api-services-run/v2/README.md +++ b/clients/google-api-services-run/v2/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-run - v2-rev20260522-2.0.0 + v2-rev20260529-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-run:v2-rev20260522-2.0.0' + implementation 'com.google.apis:google-api-services-run:v2-rev20260529-2.0.0' } ```