From 671e0b3f65efccf3778f96dbf954601a42f2c066 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Wed, 22 Jul 2026 18:04:36 -0700 Subject: [PATCH] chore: regenerate run client --- clients/google-api-services-run/v2/2.0.0/README.md | 4 ++-- .../run/v2/model/GoogleCloudRunV2RevisionScaling.java | 6 +++--- clients/google-api-services-run/v2/2.0.0/pom.xml | 4 ++-- clients/google-api-services-run/v2/README.md | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) 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 a9a3d710044..3ccc337eaae 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-rev20260713-2.0.0 + v2-rev20260717-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-run:v2-rev20260713-2.0.0' + implementation 'com.google.apis:google-api-services-run:v2-rev20260717-2.0.0' } ``` diff --git a/clients/google-api-services-run/v2/2.0.0/com/google/api/services/run/v2/model/GoogleCloudRunV2RevisionScaling.java b/clients/google-api-services-run/v2/2.0.0/com/google/api/services/run/v2/model/GoogleCloudRunV2RevisionScaling.java index 5a0173c900a..9a3f50af7e5 100644 --- a/clients/google-api-services-run/v2/2.0.0/com/google/api/services/run/v2/model/GoogleCloudRunV2RevisionScaling.java +++ b/clients/google-api-services-run/v2/2.0.0/com/google/api/services/run/v2/model/GoogleCloudRunV2RevisionScaling.java @@ -40,7 +40,7 @@ public final class GoogleCloudRunV2RevisionScaling extends com.google.api.client /** * Optional. Determines a threshold for CPU utilization before scaling begins. Accepted values are - * between `0.1` and `0.95` (inclusive) or `0.0` to disable CPU utilization as threshold for + * between `0.1` and `0.90` (inclusive) or `0.0` to disable CPU utilization as threshold for * scaling. CPU and concurrency scaling cannot both be disabled. * The value may be {@code null}. */ @@ -86,7 +86,7 @@ public GoogleCloudRunV2RevisionScaling setConcurrencyUtilization(java.lang.Float /** * Optional. Determines a threshold for CPU utilization before scaling begins. Accepted values are - * between `0.1` and `0.95` (inclusive) or `0.0` to disable CPU utilization as threshold for + * between `0.1` and `0.90` (inclusive) or `0.0` to disable CPU utilization as threshold for * scaling. CPU and concurrency scaling cannot both be disabled. * @return value or {@code null} for none */ @@ -96,7 +96,7 @@ public java.lang.Float getCpuUtilization() { /** * Optional. Determines a threshold for CPU utilization before scaling begins. Accepted values are - * between `0.1` and `0.95` (inclusive) or `0.0` to disable CPU utilization as threshold for + * between `0.1` and `0.90` (inclusive) or `0.0` to disable CPU utilization as threshold for * scaling. CPU and concurrency scaling cannot both be disabled. * @param cpuUtilization cpuUtilization 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 2e056729ac4..c849579a781 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-rev20260713-2.0.0 - Cloud Run Admin API v2-rev20260713-2.0.0 + v2-rev20260717-2.0.0 + Cloud Run Admin API v2-rev20260717-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 a9a3d710044..3ccc337eaae 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-rev20260713-2.0.0 + v2-rev20260717-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-run:v2-rev20260713-2.0.0' + implementation 'com.google.apis:google-api-services-run:v2-rev20260717-2.0.0' } ```