Skip to content

Commit

Permalink
chore: regenerate run client (#18285)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Oct 4, 2023
1 parent 8d0b6a1 commit 35e4ccf
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 44 deletions.
4 changes: 2 additions & 2 deletions clients/google-api-services-run/v1/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-run</artifactId>
<version>v1-rev20230924-2.0.0</version>
<version>v1-rev20231001-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -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'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -53,15 +53,15 @@ 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() {
return name;
}

/**
* 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) {
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-run/v1/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-run</artifactId>
<version>v1-rev20230924-2.0.0</version>
<name>Cloud Run Admin API v1-rev20230924-2.0.0</name>
<version>v1-rev20231001-2.0.0</version>
<name>Cloud Run Admin API v1-rev20231001-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-run/v2/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-run</artifactId>
<version>v2-rev20230924-2.0.0</version>
<version>v2-rev20231001-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -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'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -56,17 +55,15 @@ 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() {
return name;
}

/**
* 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) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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<GoogleCloudRunV2TrafficTargetStatus> 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.
Expand Down Expand Up @@ -866,25 +858,6 @@ public GoogleCloudRunV2Service setTrafficStatuses(java.util.List<GoogleCloudRunV
return this;
}

/**
* 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.
* @return value or {@code null} for none
*/
public java.lang.Long getTrafficTagsCleanupThreshold() {
return trafficTagsCleanupThreshold;
}

/**
* 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.
* @param trafficTagsCleanupThreshold trafficTagsCleanupThreshold or {@code null} for none
*/
public GoogleCloudRunV2Service setTrafficTagsCleanupThreshold(java.lang.Long trafficTagsCleanupThreshold) {
this.trafficTagsCleanupThreshold = trafficTagsCleanupThreshold;
return this;
}

/**
* 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.
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-run/v2/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-run</artifactId>
<version>v2-rev20230924-2.0.0</version>
<name>Cloud Run Admin API v2-rev20230924-2.0.0</name>
<version>v2-rev20231001-2.0.0</version>
<name>Cloud Run Admin API v2-rev20231001-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down

0 comments on commit 35e4ccf

Please sign in to comment.