Skip to content

Commit a4dde57

Browse files
feat: Automated regeneration of alertcenter v1beta1 client (googleapis#22355)
Auto-created at 2025-04-06 09:31:45 +0000 using the toys pull request generator.
1 parent 08a9fae commit a4dde57

File tree

6 files changed

+22
-17
lines changed

6 files changed

+22
-17
lines changed

generated/google-apis-alertcenter_v1beta1/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-alertcenter_v1beta1
22

3+
### v0.43.0 (2025-04-06)
4+
5+
* Regenerated from discovery document revision 20250331
6+
* Regenerated using generator version 0.16.0
7+
38
### v0.42.0 (2024-11-03)
49

510
* Regenerated from discovery document revision 20241028

generated/google-apis-alertcenter_v1beta1/OVERVIEW.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Gem names for modern clients are often of the form `google-cloud-<service_name>`
7979

8080
**For most users, we recommend the modern client, if one is available.** Compared with simple clients, modern clients are generally much easier to use and more Ruby-like, support more advanced features such as streaming and long-running operations, and often provide much better performance. You may consider using a simple client instead, if a modern client is not yet available for the service you want to use, or if you are not able to use gRPC on your infrastructure.
8181

82-
The [product documentation](https://developers.google.com/admin-sdk/alertcenter/) may provide guidance regarding the preferred client library to use.
82+
The [product documentation](https://developers.google.com/workspace/admin/alertcenter/) may provide guidance regarding the preferred client library to use.
8383

8484
## Supported Ruby versions
8585

generated/google-apis-alertcenter_v1beta1/lib/google/apis/alertcenter_v1beta1.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module Apis
2424
# Manages alerts on issues affecting your domain. Note: The current version of
2525
# this API (v1beta1) is available to all Google Workspace customers.
2626
#
27-
# @see https://developers.google.com/admin-sdk/alertcenter/
27+
# @see https://developers.google.com/workspace/admin/alertcenter/
2828
module AlertcenterV1beta1
2929
# Version of the Google Workspace Alert Center API this client connects to.
3030
# This is NOT the gem version.

generated/google-apis-alertcenter_v1beta1/lib/google/apis/alertcenter_v1beta1/classes.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ class Alert
382382

383383
# Required. The type of the alert. This is output only after alert is created.
384384
# For a list of available alert types see [Google Workspace Alert types](https://
385-
# developers.google.com/admin-sdk/alertcenter/reference/alert-types).
385+
# developers.google.com/workspace/admin/alertcenter/reference/alert-types).
386386
# Corresponds to the JSON property `type`
387387
# @return [String]
388388
attr_accessor :type
@@ -1561,8 +1561,8 @@ def update!(**args)
15611561
end
15621562

15631563
# Settings for callback notifications. For more details see [Google Workspace
1564-
# Alert Notification](https://developers.google.com/admin-sdk/alertcenter/guides/
1565-
# notifications).
1564+
# Alert Notification](https://developers.google.com/workspace/admin/alertcenter/
1565+
# guides/notifications).
15661566
class Notification
15671567
include Google::Apis::Core::Hashable
15681568

@@ -1584,8 +1584,8 @@ def update!(**args)
15841584
end
15851585

15861586
# Alert for a spike in user reported phishing. *Warning*: This type has been
1587-
# deprecated. Use [MailPhishing](/admin-sdk/alertcenter/reference/rest/v1beta1/
1588-
# MailPhishing) instead.
1587+
# deprecated. Use [MailPhishing](https://developers.google.com/workspace/admin/
1588+
# alertcenter/reference/rest/v1beta1/MailPhishing) instead.
15891589
class PhishingSpike
15901590
include Google::Apis::Core::Hashable
15911591

generated/google-apis-alertcenter_v1beta1/lib/google/apis/alertcenter_v1beta1/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module AlertcenterV1beta1
1818
# Version of the google-apis-alertcenter_v1beta1 gem
19-
GEM_VERSION = "0.42.0"
19+
GEM_VERSION = "0.43.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.15.1"
22+
GENERATOR_VERSION = "0.16.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20241028"
25+
REVISION = "20250331"
2626
end
2727
end
2828
end

generated/google-apis-alertcenter_v1beta1/lib/google/apis/alertcenter_v1beta1/service.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module AlertcenterV1beta1
3131
# Alertcenter = Google::Apis::AlertcenterV1beta1 # Alias the module
3232
# service = Alertcenter::AlertCenterService.new
3333
#
34-
# @see https://developers.google.com/admin-sdk/alertcenter/
34+
# @see https://developers.google.com/workspace/admin/alertcenter/
3535
class AlertCenterService < Google::Apis::Core::BaseService
3636
DEFAULT_ENDPOINT_TEMPLATE = "https://alertcenter.$UNIVERSE_DOMAIN$/"
3737

@@ -238,9 +238,9 @@ def get_alert_metadata(alert_id, customer_id: nil, fields: nil, quota_user: nil,
238238
# cloudidentity/answer/10070793).
239239
# @param [String] filter
240240
# Optional. A query string for filtering alert results. For more details, see [
241-
# Query filters](https://developers.google.com/admin-sdk/alertcenter/guides/
242-
# query-filters) and [Supported query filter fields](https://developers.google.
243-
# com/admin-sdk/alertcenter/reference/filter-fields#alerts.list).
241+
# Query filters](https://developers.google.com/workspace/admin/alertcenter/
242+
# guides/query-filters) and [Supported query filter fields](https://developers.
243+
# google.com/workspace/admin/alertcenter/reference/filter-fields#alerts.list).
244244
# @param [String] order_by
245245
# Optional. The sort order of the list results. If not specified results may be
246246
# returned in arbitrary order. You can sort the results in descending order
@@ -377,10 +377,10 @@ def create_alert_feedback(alert_id, alert_feedback_object = nil, customer_id: ni
377377
# answer/10070793).
378378
# @param [String] filter
379379
# Optional. A query string for filtering alert feedback results. For more
380-
# details, see [Query filters](https://developers.google.com/admin-sdk/
380+
# details, see [Query filters](https://developers.google.com/workspace/admin/
381381
# alertcenter/guides/query-filters) and [Supported query filter fields](https://
382-
# developers.google.com/admin-sdk/alertcenter/reference/filter-fields#alerts.
383-
# feedback.list).
382+
# developers.google.com/workspace/admin/alertcenter/reference/filter-fields#
383+
# alerts.feedback.list).
384384
# @param [String] fields
385385
# Selector specifying which fields to include in a partial response.
386386
# @param [String] quota_user

0 commit comments

Comments
 (0)