Skip to content

Commit 59e86c8

Browse files
1 parent 05d07ee commit 59e86c8

File tree

15 files changed

+223
-46
lines changed

15 files changed

+223
-46
lines changed

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

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

Lines changed: 23 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*
2626
* <p>
2727
* For more information about this service, see the
28-
* <a href="https://developers.google.com/admin-sdk/alertcenter/" target="_blank">API Documentation</a>
28+
* <a href="https://developers.google.com/workspace/admin/alertcenter/" target="_blank">API Documentation</a>
2929
* </p>
3030
*
3131
* <p>
@@ -945,16 +945,18 @@ public List setCustomerId(java.lang.String customerId) {
945945

946946
/**
947947
* Optional. A query string for filtering alert results. For more details, see [Query
948-
* filters](https://developers.google.com/admin-sdk/alertcenter/guides/query-filters) and
949-
* [Supported query filter fields](https://developers.google.com/admin-
950-
* sdk/alertcenter/reference/filter-fields#alerts.list).
948+
* filters](https://developers.google.com/workspace/admin/alertcenter/guides/query-filters)
949+
* and [Supported query filter
950+
* fields](https://developers.google.com/workspace/admin/alertcenter/reference/filter-
951+
* fields#alerts.list).
951952
*/
952953
@com.google.api.client.util.Key
953954
private java.lang.String filter;
954955

955956
/** Optional. A query string for filtering alert results. For more details, see [Query
956-
filters](https://developers.google.com/admin-sdk/alertcenter/guides/query-filters) and [Supported
957-
query filter fields](https://developers.google.com/admin-sdk/alertcenter/reference/filter-
957+
filters](https://developers.google.com/workspace/admin/alertcenter/guides/query-filters) and
958+
[Supported query filter
959+
fields](https://developers.google.com/workspace/admin/alertcenter/reference/filter-
958960
fields#alerts.list).
959961
*/
960962
public java.lang.String getFilter() {
@@ -963,9 +965,10 @@ public java.lang.String getFilter() {
963965

964966
/**
965967
* Optional. A query string for filtering alert results. For more details, see [Query
966-
* filters](https://developers.google.com/admin-sdk/alertcenter/guides/query-filters) and
967-
* [Supported query filter fields](https://developers.google.com/admin-
968-
* sdk/alertcenter/reference/filter-fields#alerts.list).
968+
* filters](https://developers.google.com/workspace/admin/alertcenter/guides/query-filters)
969+
* and [Supported query filter
970+
* fields](https://developers.google.com/workspace/admin/alertcenter/reference/filter-
971+
* fields#alerts.list).
969972
*/
970973
public List setFilter(java.lang.String filter) {
971974
this.filter = filter;
@@ -1508,16 +1511,18 @@ public List setCustomerId(java.lang.String customerId) {
15081511

15091512
/**
15101513
* Optional. A query string for filtering alert feedback results. For more details, see
1511-
* [Query filters](https://developers.google.com/admin-sdk/alertcenter/guides/query-filters)
1512-
* and [Supported query filter fields](https://developers.google.com/admin-
1513-
* sdk/alertcenter/reference/filter-fields#alerts.feedback.list).
1514+
* [Query filters](https://developers.google.com/workspace/admin/alertcenter/guides/query-
1515+
* filters) and [Supported query filter
1516+
* fields](https://developers.google.com/workspace/admin/alertcenter/reference/filter-
1517+
* fields#alerts.feedback.list).
15141518
*/
15151519
@com.google.api.client.util.Key
15161520
private java.lang.String filter;
15171521

15181522
/** Optional. A query string for filtering alert feedback results. For more details, see [Query
1519-
filters](https://developers.google.com/admin-sdk/alertcenter/guides/query-filters) and [Supported
1520-
query filter fields](https://developers.google.com/admin-sdk/alertcenter/reference/filter-
1523+
filters](https://developers.google.com/workspace/admin/alertcenter/guides/query-filters) and
1524+
[Supported query filter
1525+
fields](https://developers.google.com/workspace/admin/alertcenter/reference/filter-
15211526
fields#alerts.feedback.list).
15221527
*/
15231528
public java.lang.String getFilter() {
@@ -1526,9 +1531,10 @@ public java.lang.String getFilter() {
15261531

15271532
/**
15281533
* Optional. A query string for filtering alert feedback results. For more details, see
1529-
* [Query filters](https://developers.google.com/admin-sdk/alertcenter/guides/query-filters)
1530-
* and [Supported query filter fields](https://developers.google.com/admin-
1531-
* sdk/alertcenter/reference/filter-fields#alerts.feedback.list).
1534+
* [Query filters](https://developers.google.com/workspace/admin/alertcenter/guides/query-
1535+
* filters) and [Supported query filter
1536+
* fields](https://developers.google.com/workspace/admin/alertcenter/reference/filter-
1537+
* fields#alerts.feedback.list).
15321538
*/
15331539
public List setFilter(java.lang.String filter) {
15341540
this.filter = filter;

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ public final class Alert extends com.google.api.client.json.GenericJson {
121121

122122
/**
123123
* Required. The type of the alert. This is output only after alert is created. For a list of
124-
* available alert types see [Google Workspace Alert types](https://developers.google.com/admin-
125-
* sdk/alertcenter/reference/alert-types).
124+
* available alert types see [Google Workspace Alert
125+
* types](https://developers.google.com/workspace/admin/alertcenter/reference/alert-types).
126126
* The value may be {@code null}.
127127
*/
128128
@com.google.api.client.util.Key
@@ -348,8 +348,8 @@ public Alert setStartTime(String startTime) {
348348

349349
/**
350350
* Required. The type of the alert. This is output only after alert is created. For a list of
351-
* available alert types see [Google Workspace Alert types](https://developers.google.com/admin-
352-
* sdk/alertcenter/reference/alert-types).
351+
* available alert types see [Google Workspace Alert
352+
* types](https://developers.google.com/workspace/admin/alertcenter/reference/alert-types).
353353
* @return value or {@code null} for none
354354
*/
355355
public java.lang.String getType() {
@@ -358,8 +358,8 @@ public java.lang.String getType() {
358358

359359
/**
360360
* Required. The type of the alert. This is output only after alert is created. For a list of
361-
* available alert types see [Google Workspace Alert types](https://developers.google.com/admin-
362-
* sdk/alertcenter/reference/alert-types).
361+
* available alert types see [Google Workspace Alert
362+
* types](https://developers.google.com/workspace/admin/alertcenter/reference/alert-types).
363363
* @param type type or {@code null} for none
364364
*/
365365
public Alert setType(java.lang.String type) {

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717
package com.google.api.services.alertcenter.v1beta1.model;
1818

1919
/**
20-
* * Alerts from AppSettingsChanged bucket Rules configured by Admin which contain the below rules.
21-
* Calendar settings changed Drive settings changed Email settings changed Mobile settings changed
20+
* Alerts from AppSettingsChanged bucket Rules configured by Admin which contain the following
21+
* rules: - Calendar settings changed - Drive settings changed - Email settings changed - Mobile
22+
* settings changed
2223
*
2324
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2425
* transmitted over HTTP when working with the Google Workspace Alert Center API. For a detailed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
/**
2020
* Settings for callback notifications. For more details see [Google Workspace Alert
21-
* Notification](https://developers.google.com/admin-sdk/alertcenter/guides/notifications).
21+
* Notification](https://developers.google.com/workspace/admin/alertcenter/guides/notifications).
2222
*
2323
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2424
* transmitted over HTTP when working with the Google Workspace Alert Center API. For a detailed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717
package com.google.api.services.alertcenter.v1beta1.model;
1818

1919
/**
20-
* Alert for a spike in user reported phishing. *Warning*: This type has been deprecated. Use
21-
* [MailPhishing](/admin-sdk/alertcenter/reference/rest/v1beta1/MailPhishing) instead.
20+
* Alert for a spike in user reported phishing. *Warning*: This type has been deprecated. Use [MailP
21+
* hishing](https://developers.google.com/workspace/admin/alertcenter/reference/rest/v1beta1/MailPhi
22+
* shing) instead.
2223
*
2324
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2425
* transmitted over HTTP when working with the Google Workspace Alert Center API. For a detailed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.alertcenter.v1beta1.model;
1818

1919
/**
20-
* * Event occurred when primary admin changed in customer's account. The event are being received
20+
* Event occurred when primary admin changed in customer's account. The event are being received
2121
* from insight forwarder
2222
*
2323
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
package com.google.api.services.alertcenter.v1beta1.model;
1818

1919
/**
20-
* * Event occurred when SSO Profile created in customer's account. The event are being received
21-
* from insight forwarder
20+
* Event occurred when SSO Profile created in customer's account. The event are being received from
21+
* insight forwarder
2222
*
2323
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2424
* transmitted over HTTP when working with the Google Workspace Alert Center API. For a detailed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
package com.google.api.services.alertcenter.v1beta1.model;
1818

1919
/**
20-
* * Event occurred when SSO Profile deleted in customer's account. The event are being received
21-
* from insight forwarder
20+
* Event occurred when SSO Profile deleted in customer's account. The event are being received from
21+
* insight forwarder
2222
*
2323
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2424
* transmitted over HTTP when working with the Google Workspace Alert Center API. For a detailed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
package com.google.api.services.alertcenter.v1beta1.model;
1818

1919
/**
20-
* * Event occurred when SSO Profile updated in customer's account. The event are being received
21-
* from insight forwarder
20+
* Event occurred when SSO Profile updated in customer's account. The event are being received from
21+
* insight forwarder
2222
*
2323
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2424
* transmitted over HTTP when working with the Google Workspace Alert Center API. For a detailed

0 commit comments

Comments
 (0)