Skip to content

Commit f9ed070

Browse files
1 parent e6fc3cc commit f9ed070

4 files changed

Lines changed: 30 additions & 6 deletions

File tree

clients/google-api-services-alertcenter/v1beta1/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-alertcenter</artifactId>
25-
<version>v1beta1-rev20260427-2.0.0</version>
25+
<version>v1beta1-rev20260525-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-alertcenter:v1beta1-rev20260427-2.0.0'
38+
implementation 'com.google.apis:google-api-services-alertcenter:v1beta1-rev20260525-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-alertcenter/v1beta1/2.0.0/com/google/api/services/alertcenter/v1beta1/model/RuleViolationInfo.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@
3131
@SuppressWarnings("javadoc")
3232
public final class RuleViolationInfo extends com.google.api.client.json.GenericJson {
3333

34+
/**
35+
* Optional. Agent type that triggered the rule.
36+
* The value may be {@code null}.
37+
*/
38+
@com.google.api.client.util.Key
39+
private java.lang.String agentType;
40+
3441
/**
3542
* Source of the data.
3643
* The value may be {@code null}.
@@ -124,6 +131,23 @@ public final class RuleViolationInfo extends com.google.api.client.json.GenericJ
124131
@com.google.api.client.util.Key
125132
private java.lang.String triggeringUserEmail;
126133

134+
/**
135+
* Optional. Agent type that triggered the rule.
136+
* @return value or {@code null} for none
137+
*/
138+
public java.lang.String getAgentType() {
139+
return agentType;
140+
}
141+
142+
/**
143+
* Optional. Agent type that triggered the rule.
144+
* @param agentType agentType or {@code null} for none
145+
*/
146+
public RuleViolationInfo setAgentType(java.lang.String agentType) {
147+
this.agentType = agentType;
148+
return this;
149+
}
150+
127151
/**
128152
* Source of the data.
129153
* @return value or {@code null} for none

clients/google-api-services-alertcenter/v1beta1/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-alertcenter</artifactId>
11-
<version>v1beta1-rev20260427-2.0.0</version>
12-
<name>Google Workspace Alert Center API v1beta1-rev20260427-2.0.0</name>
11+
<version>v1beta1-rev20260525-2.0.0</version>
12+
<name>Google Workspace Alert Center API v1beta1-rev20260525-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-alertcenter/v1beta1/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-alertcenter</artifactId>
25-
<version>v1beta1-rev20260427-2.0.0</version>
25+
<version>v1beta1-rev20260525-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-alertcenter:v1beta1-rev20260427-2.0.0'
38+
implementation 'com.google.apis:google-api-services-alertcenter:v1beta1-rev20260525-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)