Skip to content

Commit ce40cd4

Browse files
1 parent 34a494c commit ce40cd4

File tree

7 files changed

+42
-12
lines changed

7 files changed

+42
-12
lines changed

clients/google-api-services-compute/beta/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-compute</artifactId>
25-
<version>beta-rev20250107-2.0.0</version>
25+
<version>beta-rev20250119-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-compute:beta-rev20250107-2.0.0'
38+
implementation 'com.google.apis:google-api-services-compute:beta-rev20250119-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-compute/beta/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-compute</artifactId>
11-
<version>beta-rev20250107-2.0.0</version>
12-
<name>Compute Engine API beta-rev20250107-2.0.0</name>
11+
<version>beta-rev20250119-2.0.0</version>
12+
<name>Compute Engine API beta-rev20250119-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-compute/beta/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-compute</artifactId>
25-
<version>beta-rev20250107-2.0.0</version>
25+
<version>beta-rev20250119-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-compute:beta-rev20250107-2.0.0'
38+
implementation 'com.google.apis:google-api-services-compute:beta-rev20250119-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-compute/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-compute</artifactId>
25-
<version>v1-rev20250107-2.0.0</version>
25+
<version>v1-rev20250119-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-compute:v1-rev20250107-2.0.0'
38+
implementation 'com.google.apis:google-api-services-compute:v1-rev20250119-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-compute/v1/2.0.0/com/google/api/services/compute/model/Scheduling.java

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,15 @@ public final class Scheduling extends com.google.api.client.json.GenericJson {
4848
@com.google.api.client.util.Key
4949
private java.lang.Integer availabilityDomain;
5050

51+
/**
52+
* Specify the time in seconds for host error detection, the value must be within the range of
53+
* [90, 330] with the increment of 30, if unset, the default behavior of host error recovery will
54+
* be used.
55+
* The value may be {@code null}.
56+
*/
57+
@com.google.api.client.util.Key
58+
private java.lang.Integer hostErrorTimeoutSeconds;
59+
5160
/**
5261
* Specifies the termination action for the instance.
5362
* The value may be {@code null}.
@@ -179,6 +188,27 @@ public Scheduling setAvailabilityDomain(java.lang.Integer availabilityDomain) {
179188
return this;
180189
}
181190

191+
/**
192+
* Specify the time in seconds for host error detection, the value must be within the range of
193+
* [90, 330] with the increment of 30, if unset, the default behavior of host error recovery will
194+
* be used.
195+
* @return value or {@code null} for none
196+
*/
197+
public java.lang.Integer getHostErrorTimeoutSeconds() {
198+
return hostErrorTimeoutSeconds;
199+
}
200+
201+
/**
202+
* Specify the time in seconds for host error detection, the value must be within the range of
203+
* [90, 330] with the increment of 30, if unset, the default behavior of host error recovery will
204+
* be used.
205+
* @param hostErrorTimeoutSeconds hostErrorTimeoutSeconds or {@code null} for none
206+
*/
207+
public Scheduling setHostErrorTimeoutSeconds(java.lang.Integer hostErrorTimeoutSeconds) {
208+
this.hostErrorTimeoutSeconds = hostErrorTimeoutSeconds;
209+
return this;
210+
}
211+
182212
/**
183213
* Specifies the termination action for the instance.
184214
* @return value or {@code null} for none

clients/google-api-services-compute/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-compute</artifactId>
11-
<version>v1-rev20250107-2.0.0</version>
12-
<name>Compute Engine API v1-rev20250107-2.0.0</name>
11+
<version>v1-rev20250119-2.0.0</version>
12+
<name>Compute Engine API v1-rev20250119-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-compute/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-compute</artifactId>
25-
<version>v1-rev20250107-2.0.0</version>
25+
<version>v1-rev20250119-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-compute:v1-rev20250107-2.0.0'
38+
implementation 'com.google.apis:google-api-services-compute:v1-rev20250119-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)