Skip to content

Commit 12597a1

Browse files
1 parent 5f4273c commit 12597a1

File tree

5 files changed

+39
-12
lines changed

5 files changed

+39
-12
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-rev20250813-2.0.0</version>
25+
<version>v1-rev20250820-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-rev20250813-2.0.0'
38+
implementation 'com.google.apis:google-api-services-workloadmanager:v1-rev20250820-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,15 @@ public final class CloudResource extends com.google.api.client.json.GenericJson
3737
private InstanceProperties instanceProperties;
3838

3939
/**
40-
* Output only. ComputeInstance, ComputeDisk, VPC, Bare Metal server, etc.
40+
* Output only.
4141
* The value may be {@code null}.
4242
*/
4343
@com.google.api.client.util.Key
4444
private java.lang.String kind;
4545

4646
/**
47-
* Output only. resource name
47+
* Output only. resource name Example: compute.googleapis.com/projects/wlm-obs-dev/zones/us-
48+
* central1-a/instances/sap-pri
4849
* The value may be {@code null}.
4950
*/
5051
@com.google.api.client.util.Key
@@ -68,15 +69,15 @@ public CloudResource setInstanceProperties(InstanceProperties instanceProperties
6869
}
6970

7071
/**
71-
* Output only. ComputeInstance, ComputeDisk, VPC, Bare Metal server, etc.
72+
* Output only.
7273
* @return value or {@code null} for none
7374
*/
7475
public java.lang.String getKind() {
7576
return kind;
7677
}
7778

7879
/**
79-
* Output only. ComputeInstance, ComputeDisk, VPC, Bare Metal server, etc.
80+
* Output only.
8081
* @param kind kind or {@code null} for none
8182
*/
8283
public CloudResource setKind(java.lang.String kind) {
@@ -85,15 +86,17 @@ public CloudResource setKind(java.lang.String kind) {
8586
}
8687

8788
/**
88-
* Output only. resource name
89+
* Output only. resource name Example: compute.googleapis.com/projects/wlm-obs-dev/zones/us-
90+
* central1-a/instances/sap-pri
8991
* @return value or {@code null} for none
9092
*/
9193
public java.lang.String getName() {
9294
return name;
9395
}
9496

9597
/**
96-
* Output only. resource name
98+
* Output only. resource name Example: compute.googleapis.com/projects/wlm-obs-dev/zones/us-
99+
* central1-a/instances/sap-pri
97100
* @param name name or {@code null} for none
98101
*/
99102
public CloudResource setName(java.lang.String name) {

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

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

81+
/**
82+
* The type of the rule.
83+
* The value may be {@code null}.
84+
*/
85+
@com.google.api.client.util.Key
86+
private java.lang.String ruleType;
87+
8188
/**
8289
* the secondary category
8390
* The value may be {@code null}.
@@ -225,6 +232,23 @@ public Rule setRevisionId(java.lang.String revisionId) {
225232
return this;
226233
}
227234

235+
/**
236+
* The type of the rule.
237+
* @return value or {@code null} for none
238+
*/
239+
public java.lang.String getRuleType() {
240+
return ruleType;
241+
}
242+
243+
/**
244+
* The type of the rule.
245+
* @param ruleType ruleType or {@code null} for none
246+
*/
247+
public Rule setRuleType(java.lang.String ruleType) {
248+
this.ruleType = ruleType;
249+
return this;
250+
}
251+
228252
/**
229253
* the secondary category
230254
* @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-rev20250813-2.0.0</version>
12-
<name>Workload Manager API v1-rev20250813-2.0.0</name>
11+
<version>v1-rev20250820-2.0.0</version>
12+
<name>Workload Manager API v1-rev20250820-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-rev20250813-2.0.0</version>
25+
<version>v1-rev20250820-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-rev20250813-2.0.0'
38+
implementation 'com.google.apis:google-api-services-workloadmanager:v1-rev20250820-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)