Skip to content
Merged
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/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-rev20260512-2.0.0</version>
<version>v1-rev20260522-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-rev20260512-2.0.0'
implementation 'com.google.apis:google-api-services-run:v1-rev20260522-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,6 @@ public final class InstanceSpec extends com.google.api.client.json.GenericJson {
@com.google.api.client.util.Key
private java.lang.String serviceAccountName;

/**
* Optional. Duration the instance may be active before the system will shut it down.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private String timeout;

/**
* Optional. List of volumes that can be mounted by containers belonging to the Instance.
* The value may be {@code null}.
Expand Down Expand Up @@ -130,23 +123,6 @@ public InstanceSpec setServiceAccountName(java.lang.String serviceAccountName) {
return this;
}

/**
* Optional. Duration the instance may be active before the system will shut it down.
* @return value or {@code null} for none
*/
public String getTimeout() {
return timeout;
}

/**
* Optional. Duration the instance may be active before the system will shut it down.
* @param timeout timeout or {@code null} for none
*/
public InstanceSpec setTimeout(String timeout) {
this.timeout = timeout;
return this;
}

/**
* Optional. List of volumes that can be mounted by containers belonging to the Instance.
* @return value or {@code null} for none
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-rev20260512-2.0.0</version>
<name>Cloud Run Admin API v1-rev20260512-2.0.0</name>
<version>v1-rev20260522-2.0.0</version>
<name>Cloud Run Admin API v1-rev20260522-2.0.0</name>
<packaging>jar</packaging>

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

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-rev20260512-2.0.0</version>
<version>v2-rev20260522-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-rev20260512-2.0.0'
implementation 'com.google.apis:google-api-services-run:v2-rev20260522-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -305,13 +305,6 @@ public final class GoogleCloudRunV2Instance extends com.google.api.client.json.G
@com.google.api.client.util.Key
private GoogleCloudRunV2Condition terminalCondition;

/**
* Optional. Duration the instance may be active before the system will shut it down.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private String timeout;

/**
* 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 @@ -964,23 +957,6 @@ public GoogleCloudRunV2Instance setTerminalCondition(GoogleCloudRunV2Condition t
return this;
}

/**
* Optional. Duration the instance may be active before the system will shut it down.
* @return value or {@code null} for none
*/
public String getTimeout() {
return timeout;
}

/**
* Optional. Duration the instance may be active before the system will shut it down.
* @param timeout timeout or {@code null} for none
*/
public GoogleCloudRunV2Instance setTimeout(String timeout) {
this.timeout = timeout;
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-rev20260512-2.0.0</version>
<name>Cloud Run Admin API v2-rev20260512-2.0.0</name>
<version>v2-rev20260522-2.0.0</version>
<name>Cloud Run Admin API v2-rev20260522-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-rev20260512-2.0.0</version>
<version>v2-rev20260522-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-rev20260512-2.0.0'
implementation 'com.google.apis:google-api-services-run:v2-rev20260522-2.0.0'
}
```

Expand Down