Skip to content

Commit 1ccbcea

Browse files
feat: Automated regeneration of AlertCenter client (#13280)
Auto-created at 2025-04-02 13:17:34 +0000 using the toys pull request generator.
1 parent 3277a6b commit 1ccbcea

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

clients/alert_center/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ Install this package from [Hex](https://hex.pm) by adding
1111

1212
```elixir
1313
def deps do
14-
[{:google_api_alert_center, "~> 0.26"}]
14+
[{:google_api_alert_center, "~> 0.27"}]
1515
end
1616
```
1717

1818
## For more information
1919

20-
Product documentation is available at [https://developers.google.com/admin-sdk/alertcenter/](https://developers.google.com/admin-sdk/alertcenter/).
20+
Product documentation is available at [https://developers.google.com/workspace/admin/alertcenter/](https://developers.google.com/workspace/admin/alertcenter/).
2121

2222
Library reference documentation is published on Hexdocs at
2323
[https://hexdocs.pm/google_api_alert_center](https://hexdocs.pm/google_api_alert_center).

clients/alert_center/lib/google_api/alert_center/v1beta1/api/alerts.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ defmodule GoogleApi.AlertCenter.V1beta1.Api.Alerts do
352352
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
353353
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
354354
* `:customerId` (*type:* `String.t`) - Optional. The unique identifier of the Google Workspace account of the customer the alerts are associated with. The `customer_id` must have the initial "C" stripped (for example, `046psxkn`). Inferred from the caller identity if not provided. [Find your customer ID](https://support.google.com/cloudidentity/answer/10070793).
355-
* `:filter` (*type:* `String.t`) - Optional. A query string for filtering alert results. For more details, see [Query filters](https://developers.google.com/admin-sdk/alertcenter/guides/query-filters) and [Supported query filter fields](https://developers.google.com/admin-sdk/alertcenter/reference/filter-fields#alerts.list).
355+
* `:filter` (*type:* `String.t`) - Optional. A query string for filtering alert results. For more details, see [Query filters](https://developers.google.com/workspace/admin/alertcenter/guides/query-filters) and [Supported query filter fields](https://developers.google.com/workspace/admin/alertcenter/reference/filter-fields#alerts.list).
356356
* `:orderBy` (*type:* `String.t`) - Optional. The sort order of the list results. If not specified results may be returned in arbitrary order. You can sort the results in descending order based on the creation timestamp using `order_by="create_time desc"`. Currently, supported sorting are `create_time asc`, `create_time desc`, `update_time desc`
357357
* `:pageSize` (*type:* `integer()`) - Optional. The requested page size. Server may return fewer items than requested. If unspecified, server picks an appropriate default.
358358
* `:pageToken` (*type:* `String.t`) - Optional. A token identifying a page of results the server should return. If empty, a new iteration is started. To continue an iteration, pass in the value from the previous ListAlertsResponse's next_page_token field.
@@ -548,7 +548,7 @@ defmodule GoogleApi.AlertCenter.V1beta1.Api.Alerts do
548548
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
549549
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
550550
* `:customerId` (*type:* `String.t`) - Optional. The unique identifier of the Google Workspace account of the customer the alert is associated with. The `customer_id` must have the initial "C" stripped (for example, `046psxkn`). Inferred from the caller identity if not provided. [Find your customer ID](https://support.google.com/cloudidentity/answer/10070793).
551-
* `:filter` (*type:* `String.t`) - Optional. A query string for filtering alert feedback results. For more details, see [Query filters](https://developers.google.com/admin-sdk/alertcenter/guides/query-filters) and [Supported query filter fields](https://developers.google.com/admin-sdk/alertcenter/reference/filter-fields#alerts.feedback.list).
551+
* `:filter` (*type:* `String.t`) - Optional. A query string for filtering alert feedback results. For more details, see [Query filters](https://developers.google.com/workspace/admin/alertcenter/guides/query-filters) and [Supported query filter fields](https://developers.google.com/workspace/admin/alertcenter/reference/filter-fields#alerts.feedback.list).
552552
* `opts` (*type:* `keyword()`) - Call options
553553
554554
## Returns

clients/alert_center/lib/google_api/alert_center/v1beta1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.AlertCenter.V1beta1 do
2020
API client metadata for GoogleApi.AlertCenter.V1beta1.
2121
"""
2222

23-
@discovery_revision "20241028"
23+
@discovery_revision "20250331"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/alert_center/lib/google_api/alert_center/v1beta1/model/alert.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ defmodule GoogleApi.AlertCenter.V1beta1.Model.Alert do
3232
* `securityInvestigationToolLink` (*type:* `String.t`, *default:* `nil`) - Output only. An optional [Security Investigation Tool](https://support.google.com/a/answer/7575955) query for this alert.
3333
* `source` (*type:* `String.t`, *default:* `nil`) - Required. A unique identifier for the system that reported the alert. This is output only after alert is created. Supported sources are any of the following: * Google Operations * Mobile device management * Gmail phishing * Data Loss Prevention * Domain wide takeout * State sponsored attack * Google identity * Apps outage
3434
* `startTime` (*type:* `DateTime.t`, *default:* `nil`) - Required. The time the event that caused this alert was started or detected.
35-
* `type` (*type:* `String.t`, *default:* `nil`) - Required. The type of the alert. This is output only after alert is created. For a list of available alert types see [Google Workspace Alert types](https://developers.google.com/admin-sdk/alertcenter/reference/alert-types).
35+
* `type` (*type:* `String.t`, *default:* `nil`) - Required. The type of the alert. This is output only after alert is created. For a list of available alert types see [Google Workspace Alert types](https://developers.google.com/workspace/admin/alertcenter/reference/alert-types).
3636
* `updateTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. The time this alert was last updated.
3737
"""
3838

clients/alert_center/lib/google_api/alert_center/v1beta1/model/notification.ex

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

1818
defmodule GoogleApi.AlertCenter.V1beta1.Model.Notification do
1919
@moduledoc """
20-
Settings for callback notifications. For more details see [Google Workspace Alert Notification](https://developers.google.com/admin-sdk/alertcenter/guides/notifications).
20+
Settings for callback notifications. For more details see [Google Workspace Alert Notification](https://developers.google.com/workspace/admin/alertcenter/guides/notifications).
2121
2222
## Attributes
2323

clients/alert_center/lib/google_api/alert_center/v1beta1/model/phishing_spike.ex

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

1818
defmodule GoogleApi.AlertCenter.V1beta1.Model.PhishingSpike do
1919
@moduledoc """
20-
Alert for a spike in user reported phishing. *Warning*: This type has been deprecated. Use [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 [MailPhishing](https://developers.google.com/workspace/admin/alertcenter/reference/rest/v1beta1/MailPhishing) instead.
2121
2222
## Attributes
2323

clients/alert_center/mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.AlertCenter.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.26.1"
21+
@version "0.27.0"
2222

2323
def project() do
2424
[
@@ -59,7 +59,7 @@ defmodule GoogleApi.AlertCenter.Mixfile do
5959
licenses: ["Apache-2.0"],
6060
links: %{
6161
"GitHub" => "https://github.com/googleapis/elixir-google-api/tree/master/clients/alert_center",
62-
"Homepage" => "https://developers.google.com/admin-sdk/alertcenter/"
62+
"Homepage" => "https://developers.google.com/workspace/admin/alertcenter/"
6363
}
6464
]
6565
end

0 commit comments

Comments
 (0)