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 551e4c4f511..0c5752bba2e 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-rev20230924-2.0.0
+ v1-rev20231001-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-run:v1-rev20230924-2.0.0'
+ implementation 'com.google.apis:google-api-services-run:v1-rev20231001-2.0.0'
}
```
diff --git a/clients/google-api-services-run/v1/2.0.0/com/google/api/services/run/v1/model/EnvVar.java b/clients/google-api-services-run/v1/2.0.0/com/google/api/services/run/v1/model/EnvVar.java
index 102d7926c26..1b9a8fa3483 100644
--- a/clients/google-api-services-run/v1/2.0.0/com/google/api/services/run/v1/model/EnvVar.java
+++ b/clients/google-api-services-run/v1/2.0.0/com/google/api/services/run/v1/model/EnvVar.java
@@ -30,7 +30,7 @@
public final class EnvVar extends com.google.api.client.json.GenericJson {
/**
- * Required. Name of the environment variable. Must be a C_IDENTIFIER.
+ * Required. Name of the environment variable.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -53,7 +53,7 @@ public final class EnvVar extends com.google.api.client.json.GenericJson {
private EnvVarSource valueFrom;
/**
- * Required. Name of the environment variable. Must be a C_IDENTIFIER.
+ * Required. Name of the environment variable.
* @return value or {@code null} for none
*/
public java.lang.String getName() {
@@ -61,7 +61,7 @@ public java.lang.String getName() {
}
/**
- * Required. Name of the environment variable. Must be a C_IDENTIFIER.
+ * Required. Name of the environment variable.
* @param name name or {@code null} for none
*/
public EnvVar setName(java.lang.String name) {
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 39f2d19f953..28ff90cbb69 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-rev20230924-2.0.0
- Cloud Run Admin API v1-rev20230924-2.0.0
+ v1-rev20231001-2.0.0
+ Cloud Run Admin API v1-rev20231001-2.0.0
jar
2011
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 1e6d5abfeca..7e7e577f94c 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-rev20230924-2.0.0
+ v2-rev20231001-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-run:v2-rev20230924-2.0.0'
+ implementation 'com.google.apis:google-api-services-run:v2-rev20231001-2.0.0'
}
```
diff --git a/clients/google-api-services-run/v2/2.0.0/com/google/api/services/run/v2/model/GoogleCloudRunV2EnvVar.java b/clients/google-api-services-run/v2/2.0.0/com/google/api/services/run/v2/model/GoogleCloudRunV2EnvVar.java
index be234afb2ed..7daceadc99d 100644
--- a/clients/google-api-services-run/v2/2.0.0/com/google/api/services/run/v2/model/GoogleCloudRunV2EnvVar.java
+++ b/clients/google-api-services-run/v2/2.0.0/com/google/api/services/run/v2/model/GoogleCloudRunV2EnvVar.java
@@ -30,8 +30,7 @@
public final class GoogleCloudRunV2EnvVar extends com.google.api.client.json.GenericJson {
/**
- * Required. Name of the environment variable. Must be a C_IDENTIFIER, and must not exceed 32768
- * characters.
+ * Required. Name of the environment variable. Must not exceed 32768 characters.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -56,8 +55,7 @@ public final class GoogleCloudRunV2EnvVar extends com.google.api.client.json.Gen
private GoogleCloudRunV2EnvVarSource valueSource;
/**
- * Required. Name of the environment variable. Must be a C_IDENTIFIER, and must not exceed 32768
- * characters.
+ * Required. Name of the environment variable. Must not exceed 32768 characters.
* @return value or {@code null} for none
*/
public java.lang.String getName() {
@@ -65,8 +63,7 @@ public java.lang.String getName() {
}
/**
- * Required. Name of the environment variable. Must be a C_IDENTIFIER, and must not exceed 32768
- * characters.
+ * Required. Name of the environment variable. Must not exceed 32768 characters.
* @param name name or {@code null} for none
*/
public GoogleCloudRunV2EnvVar setName(java.lang.String name) {
diff --git a/clients/google-api-services-run/v2/2.0.0/com/google/api/services/run/v2/model/GoogleCloudRunV2Service.java b/clients/google-api-services-run/v2/2.0.0/com/google/api/services/run/v2/model/GoogleCloudRunV2Service.java
index 0de85d23e72..5078f201fba 100644
--- a/clients/google-api-services-run/v2/2.0.0/com/google/api/services/run/v2/model/GoogleCloudRunV2Service.java
+++ b/clients/google-api-services-run/v2/2.0.0/com/google/api/services/run/v2/model/GoogleCloudRunV2Service.java
@@ -277,14 +277,6 @@ public final class GoogleCloudRunV2Service extends com.google.api.client.json.Ge
@com.google.api.client.util.Key
private java.util.List trafficStatuses;
- /**
- * Optional. Override the traffic tag threshold limit. Garbage collection will start cleaning up
- * non-serving tagged traffic targets based on creation item. The default value is 2000.
- * The value may be {@code null}.
- */
- @com.google.api.client.util.Key @com.google.api.client.json.JsonString
- private java.lang.Long trafficTagsCleanupThreshold;
-
/**
* Output only. Server assigned unique identifier for the trigger. The value is a UUID4 string and
* guaranteed to remain unchanged until the resource is deleted.
@@ -866,25 +858,6 @@ public GoogleCloudRunV2Service setTrafficStatuses(java.util.Listcom.google.apis
google-api-services-run
- v2-rev20230924-2.0.0
- Cloud Run Admin API v2-rev20230924-2.0.0
+ v2-rev20231001-2.0.0
+ Cloud Run Admin API v2-rev20231001-2.0.0
jar
2011