File tree Expand file tree Collapse file tree
clients/google-api-services-alertcenter/v1beta1
com/google/api/services/alertcenter/v1beta1/model Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
3737dependencies {
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
Original file line number Diff line number Diff line change 3131@ SuppressWarnings ("javadoc" )
3232public 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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}
3737dependencies {
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
You can’t perform that action at this time.
0 commit comments