You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/alert_center/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,13 @@ Install this package from [Hex](https://hex.pm) by adding
11
11
12
12
```elixir
13
13
defdepsdo
14
-
[{:google_api_alert_center, "~> 0.26"}]
14
+
[{:google_api_alert_center, "~> 0.27"}]
15
15
end
16
16
```
17
17
18
18
## For more information
19
19
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/).
21
21
22
22
Library reference documentation is published on Hexdocs at
Copy file name to clipboardExpand all lines: clients/alert_center/lib/google_api/alert_center/v1beta1/api/alerts.ex
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -352,7 +352,7 @@ defmodule GoogleApi.AlertCenter.V1beta1.Api.Alerts do
352
352
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
353
353
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
354
354
* `: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).
356
356
* `: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`
357
357
* `:pageSize` (*type:* `integer()`) - Optional. The requested page size. Server may return fewer items than requested. If unspecified, server picks an appropriate default.
358
358
* `: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
548
548
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
549
549
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
550
550
* `: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).
Copy file name to clipboardExpand all lines: clients/alert_center/lib/google_api/alert_center/v1beta1/model/alert.ex
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ defmodule GoogleApi.AlertCenter.V1beta1.Model.Alert do
32
32
* `securityInvestigationToolLink` (*type:* `String.t`, *default:* `nil`) - Output only. An optional [Security Investigation Tool](https://support.google.com/a/answer/7575955) query for this alert.
33
33
* `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
34
34
* `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).
36
36
* `updateTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. The time this alert was last updated.
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).
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.
0 commit comments