Skip to content

Commit ae241a1

Browse files
1 parent 939f68b commit ae241a1

File tree

4 files changed

+30
-6
lines changed

4 files changed

+30
-6
lines changed

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

clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/AgentStatus.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,13 @@ public final class AgentStatus extends com.google.api.client.json.GenericJson {
7878
@com.google.api.client.util.Key
7979
private java.lang.String installedVersion;
8080

81+
/**
82+
* Output only. The URI of the instance. Format: projects//zones//instances/
83+
* The value may be {@code null}.
84+
*/
85+
@com.google.api.client.util.Key
86+
private java.lang.String instanceUri;
87+
8188
/**
8289
* Output only. The kernel version of the system.
8390
* The value may be {@code null}.
@@ -232,6 +239,23 @@ public AgentStatus setInstalledVersion(java.lang.String installedVersion) {
232239
return this;
233240
}
234241

242+
/**
243+
* Output only. The URI of the instance. Format: projects//zones//instances/
244+
* @return value or {@code null} for none
245+
*/
246+
public java.lang.String getInstanceUri() {
247+
return instanceUri;
248+
}
249+
250+
/**
251+
* Output only. The URI of the instance. Format: projects//zones//instances/
252+
* @param instanceUri instanceUri or {@code null} for none
253+
*/
254+
public AgentStatus setInstanceUri(java.lang.String instanceUri) {
255+
this.instanceUri = instanceUri;
256+
return this;
257+
}
258+
235259
/**
236260
* Output only. The kernel version of the system.
237261
* @return value or {@code null} for none

clients/google-api-services-workloadmanager/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-workloadmanager</artifactId>
11-
<version>v1-rev20250630-2.0.0</version>
12-
<name>Workload Manager API v1-rev20250630-2.0.0</name>
11+
<version>v1-rev20250714-2.0.0</version>
12+
<name>Workload Manager API v1-rev20250714-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)