Skip to content

Commit 954b502

Browse files
1 parent e86f5e9 commit 954b502

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

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ public final class InstancePolicyOrTemplate extends com.google.api.client.json.G
6969

7070
/**
7171
* Name of an instance template used to create VMs. Named the field as 'instance_template' instead
72-
* of 'template' to avoid c++ keyword conflict.
72+
* of 'template' to avoid C++ keyword conflict. Batch only supports global instance templates. You
73+
* can specify the global instance template as a full or partial URL.
7374
* The value may be {@code null}.
7475
*/
7576
@com.google.api.client.util.Key
@@ -165,7 +166,8 @@ public InstancePolicyOrTemplate setInstallOpsAgent(java.lang.Boolean installOpsA
165166

166167
/**
167168
* Name of an instance template used to create VMs. Named the field as 'instance_template' instead
168-
* of 'template' to avoid c++ keyword conflict.
169+
* of 'template' to avoid C++ keyword conflict. Batch only supports global instance templates. You
170+
* can specify the global instance template as a full or partial URL.
169171
* @return value or {@code null} for none
170172
*/
171173
public java.lang.String getInstanceTemplate() {
@@ -174,7 +176,8 @@ public java.lang.String getInstanceTemplate() {
174176

175177
/**
176178
* Name of an instance template used to create VMs. Named the field as 'instance_template' instead
177-
* of 'template' to avoid c++ keyword conflict.
179+
* of 'template' to avoid C++ keyword conflict. Batch only supports global instance templates. You
180+
* can specify the global instance template as a full or partial URL.
178181
* @param instanceTemplate instanceTemplate or {@code null} for none
179182
*/
180183
public InstancePolicyOrTemplate setInstanceTemplate(java.lang.String instanceTemplate) {

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-rev20240821-2.0.0</version>
12-
<name>Batch API v1-rev20240821-2.0.0</name>
11+
<version>v1-rev20240911-2.0.0</version>
12+
<name>Batch API v1-rev20240911-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-rev20240821-2.0.0</version>
25+
<version>v1-rev20240911-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-rev20240821-2.0.0'
38+
implementation 'com.google.apis:google-api-services-batch:v1-rev20240911-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)