Skip to content

Commit f9e9c52

Browse files
1 parent 6dba2de commit f9e9c52

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
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-rev20240925-2.0.0</version>
25+
<version>v1-rev20241002-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-rev20240925-2.0.0'
38+
implementation 'com.google.apis:google-api-services-batch:v1-rev20241002-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: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ public final class InstancePolicy extends com.google.api.client.json.GenericJson
8989
private java.lang.String provisioningModel;
9090

9191
/**
92-
* Optional. If specified, VMs will consume only the specified reservation. If not specified
93-
* (default), VMs will consume any applicable reservation. Additionally, VMs will not consume any
94-
* reservation if "NO_RESERVATION" is specified.
92+
* Optional. If not specified (default), VMs will consume any applicable reservation. If
93+
* "NO_RESERVATION" is specified, VMs will not consume any reservation. Otherwise, if specified,
94+
* VMs will consume only the specified reservation.
9595
* The value may be {@code null}.
9696
*/
9797
@com.google.api.client.util.Key
@@ -208,19 +208,19 @@ public InstancePolicy setProvisioningModel(java.lang.String provisioningModel) {
208208
}
209209

210210
/**
211-
* Optional. If specified, VMs will consume only the specified reservation. If not specified
212-
* (default), VMs will consume any applicable reservation. Additionally, VMs will not consume any
213-
* reservation if "NO_RESERVATION" is specified.
211+
* Optional. If not specified (default), VMs will consume any applicable reservation. If
212+
* "NO_RESERVATION" is specified, VMs will not consume any reservation. Otherwise, if specified,
213+
* VMs will consume only the specified reservation.
214214
* @return value or {@code null} for none
215215
*/
216216
public java.lang.String getReservation() {
217217
return reservation;
218218
}
219219

220220
/**
221-
* Optional. If specified, VMs will consume only the specified reservation. If not specified
222-
* (default), VMs will consume any applicable reservation. Additionally, VMs will not consume any
223-
* reservation if "NO_RESERVATION" is specified.
221+
* Optional. If not specified (default), VMs will consume any applicable reservation. If
222+
* "NO_RESERVATION" is specified, VMs will not consume any reservation. Otherwise, if specified,
223+
* VMs will consume only the specified reservation.
224224
* @param reservation reservation or {@code null} for none
225225
*/
226226
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-rev20240925-2.0.0</version>
12-
<name>Batch API v1-rev20240925-2.0.0</name>
11+
<version>v1-rev20241002-2.0.0</version>
12+
<name>Batch API v1-rev20241002-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-rev20240925-2.0.0</version>
25+
<version>v1-rev20241002-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-rev20240925-2.0.0'
38+
implementation 'com.google.apis:google-api-services-batch:v1-rev20241002-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)