Skip to content

Commit 5b06d58

Browse files
1 parent e5b6a40 commit 5b06d58

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

clients/google-api-services-batch/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-batch</artifactId>
25-
<version>v1-rev20240919-2.0.0</version>
25+
<version>v1-rev20240925-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-batch:v1-rev20240919-2.0.0'
38+
implementation 'com.google.apis:google-api-services-batch:v1-rev20240925-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-batch/v1/2.0.0/com/google/api/services/batch/v1/model/InstancePolicy.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ public final class InstancePolicy extends com.google.api.client.json.GenericJson
9090

9191
/**
9292
* Optional. If specified, VMs will consume only the specified reservation. If not specified
93-
* (default), VMs will consume any applicable reservation.
93+
* (default), VMs will consume any applicable reservation. Additionally, VMs will not consume any
94+
* reservation if "NO_RESERVATION" is specified.
9495
* The value may be {@code null}.
9596
*/
9697
@com.google.api.client.util.Key
@@ -208,7 +209,8 @@ public InstancePolicy setProvisioningModel(java.lang.String provisioningModel) {
208209

209210
/**
210211
* Optional. If specified, VMs will consume only the specified reservation. If not specified
211-
* (default), VMs will consume any applicable reservation.
212+
* (default), VMs will consume any applicable reservation. Additionally, VMs will not consume any
213+
* reservation if "NO_RESERVATION" is specified.
212214
* @return value or {@code null} for none
213215
*/
214216
public java.lang.String getReservation() {
@@ -217,7 +219,8 @@ public java.lang.String getReservation() {
217219

218220
/**
219221
* Optional. If specified, VMs will consume only the specified reservation. If not specified
220-
* (default), VMs will consume any applicable reservation.
222+
* (default), VMs will consume any applicable reservation. Additionally, VMs will not consume any
223+
* reservation if "NO_RESERVATION" is specified.
221224
* @param reservation reservation or {@code null} for none
222225
*/
223226
public InstancePolicy setReservation(java.lang.String reservation) {

clients/google-api-services-batch/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-batch</artifactId>
11-
<version>v1-rev20240919-2.0.0</version>
12-
<name>Batch API v1-rev20240919-2.0.0</name>
11+
<version>v1-rev20240925-2.0.0</version>
12+
<name>Batch API v1-rev20240925-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-batch/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-batch</artifactId>
25-
<version>v1-rev20240919-2.0.0</version>
25+
<version>v1-rev20240925-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-batch:v1-rev20240919-2.0.0'
38+
implementation 'com.google.apis:google-api-services-batch:v1-rev20240925-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)