Skip to content

Commit 7b63f25

Browse files
1 parent be80d32 commit 7b63f25

File tree

4 files changed

+29
-6
lines changed

4 files changed

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

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

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4086,6 +4086,29 @@ public List setCustomRulesBucket(java.lang.String customRulesBucket) {
40864086
return this;
40874087
}
40884088

4089+
/**
4090+
* Optional. The evaluation type of the rules will be applied to. The Cloud Storage bucket
4091+
* name for custom rules.
4092+
*/
4093+
@com.google.api.client.util.Key
4094+
private java.lang.String evaluationType;
4095+
4096+
/** Optional. The evaluation type of the rules will be applied to. The Cloud Storage bucket name for
4097+
custom rules.
4098+
*/
4099+
public java.lang.String getEvaluationType() {
4100+
return evaluationType;
4101+
}
4102+
4103+
/**
4104+
* Optional. The evaluation type of the rules will be applied to. The Cloud Storage bucket
4105+
* name for custom rules.
4106+
*/
4107+
public List setEvaluationType(java.lang.String evaluationType) {
4108+
this.evaluationType = evaluationType;
4109+
return this;
4110+
}
4111+
40894112
/** Filter based on primary_category, secondary_category */
40904113
@com.google.api.client.util.Key
40914114
private java.lang.String filter;

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-rev20250226-2.0.0</version>
12-
<name>Workload Manager API v1-rev20250226-2.0.0</name>
11+
<version>v1-rev20250310-2.0.0</version>
12+
<name>Workload Manager API v1-rev20250310-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-rev20250226-2.0.0</version>
25+
<version>v1-rev20250310-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-rev20250226-2.0.0'
38+
implementation 'com.google.apis:google-api-services-workloadmanager:v1-rev20250310-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)