Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-rev20260713-2.0.0</version>
<version>v2-rev20260717-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-rev20260713-2.0.0'
implementation 'com.google.apis:google-api-services-run:v2-rev20260717-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}.
*/
Expand Down Expand Up @@ -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
*/
Expand All @@ -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
*/
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-rev20260713-2.0.0</version>
<name>Cloud Run Admin API v2-rev20260713-2.0.0</name>
<version>v2-rev20260717-2.0.0</version>
<name>Cloud Run Admin API v2-rev20260717-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-run/v2/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-rev20260713-2.0.0</version>
<version>v2-rev20260717-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-rev20260713-2.0.0'
implementation 'com.google.apis:google-api-services-run:v2-rev20260717-2.0.0'
}
```

Expand Down
Loading