Current section

36 Versions

Jump to

Compare versions

34 files changed
+1089 additions
-98 deletions
  @@ -2,7 +2,7 @@
2 2
3 3 Google Workspace Alert Center API client library.
4 4
5 - Manages alerts on issues affecting your domain.
5 + Manages alerts on issues affecting your domain. Note: The current version of this API (v1beta1) is available to all Google Workspace customers.
6 6
7 7 ## Installation
8 8
  @@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding
11 11
12 12 ```elixir
13 13 def deps do
14 - [{:google_api_alert_center, "~> 0.21"}]
14 + [{:google_api_alert_center, "~> 0.22"}]
15 15 end
16 16 ```
  @@ -1,82 +1,100 @@
1 - {<<"app">>,<<"google_api_alert_center">>}.
2 - {<<"build_tools">>,[<<"mix">>]}.
3 - {<<"description">>,
4 - <<"Google Workspace Alert Center API client library. Manages alerts on issues affecting your domain.">>}.
5 - {<<"elixir">>,<<"~> 1.6">>}.
6 - {<<"files">>,
7 - [<<"lib">>,<<"lib/google_api">>,<<"lib/google_api/alert_center">>,
8 - <<"lib/google_api/alert_center/v1beta1">>,
9 - <<"lib/google_api/alert_center/v1beta1/model">>,
10 - <<"lib/google_api/alert_center/v1beta1/model/phishing_spike.ex">>,
11 - <<"lib/google_api/alert_center/v1beta1/model/cloud_pubsub_topic.ex">>,
12 - <<"lib/google_api/alert_center/v1beta1/model/device_compromised.ex">>,
13 - <<"lib/google_api/alert_center/v1beta1/model/resource_info.ex">>,
14 - <<"lib/google_api/alert_center/v1beta1/model/alert_metadata.ex">>,
15 - <<"lib/google_api/alert_center/v1beta1/model/mandatory_service_announcement.ex">>,
16 - <<"lib/google_api/alert_center/v1beta1/model/action_info.ex">>,
17 - <<"lib/google_api/alert_center/v1beta1/model/account_suspension_details.ex">>,
18 - <<"lib/google_api/alert_center/v1beta1/model/batch_undelete_alerts_request.ex">>,
19 - <<"lib/google_api/alert_center/v1beta1/model/bad_whitelist.ex">>,
20 - <<"lib/google_api/alert_center/v1beta1/model/domain_id.ex">>,
21 - <<"lib/google_api/alert_center/v1beta1/model/mail_phishing.ex">>,
22 - <<"lib/google_api/alert_center/v1beta1/model/device_compromised_security_detail.ex">>,
23 - <<"lib/google_api/alert_center/v1beta1/model/empty.ex">>,
24 - <<"lib/google_api/alert_center/v1beta1/model/merge_info.ex">>,
25 - <<"lib/google_api/alert_center/v1beta1/model/activity_rule.ex">>,
26 - <<"lib/google_api/alert_center/v1beta1/model/user.ex">>,
27 - <<"lib/google_api/alert_center/v1beta1/model/undelete_alert_request.ex">>,
28 - <<"lib/google_api/alert_center/v1beta1/model/attachment.ex">>,
29 - <<"lib/google_api/alert_center/v1beta1/model/google_operations.ex">>,
30 - <<"lib/google_api/alert_center/v1beta1/model/apps_outage.ex">>,
31 - <<"lib/google_api/alert_center/v1beta1/model/list_alerts_response.ex">>,
32 - <<"lib/google_api/alert_center/v1beta1/model/csv_row.ex">>,
33 - <<"lib/google_api/alert_center/v1beta1/model/batch_undelete_alerts_response.ex">>,
34 - <<"lib/google_api/alert_center/v1beta1/model/csv.ex">>,
35 - <<"lib/google_api/alert_center/v1beta1/model/user_defined_detector_info.ex">>,
36 - <<"lib/google_api/alert_center/v1beta1/model/reporting_rule.ex">>,
37 - <<"lib/google_api/alert_center/v1beta1/model/login_details.ex">>,
38 - <<"lib/google_api/alert_center/v1beta1/model/predefined_detector_info.ex">>,
39 - <<"lib/google_api/alert_center/v1beta1/model/domain_wide_takeout_initiated.ex">>,
40 - <<"lib/google_api/alert_center/v1beta1/model/suspicious_activity_security_detail.ex">>,
41 - <<"lib/google_api/alert_center/v1beta1/model/account_warning.ex">>,
42 - <<"lib/google_api/alert_center/v1beta1/model/user_changes.ex">>,
43 - <<"lib/google_api/alert_center/v1beta1/model/alert_feedback.ex">>,
44 - <<"lib/google_api/alert_center/v1beta1/model/malicious_entity.ex">>,
45 - <<"lib/google_api/alert_center/v1beta1/model/match_info.ex">>,
46 - <<"lib/google_api/alert_center/v1beta1/model/notification.ex">>,
47 - <<"lib/google_api/alert_center/v1beta1/model/status.ex">>,
48 - <<"lib/google_api/alert_center/v1beta1/model/suspicious_activity.ex">>,
49 - <<"lib/google_api/alert_center/v1beta1/model/state_sponsored_attack.ex">>,
50 - <<"lib/google_api/alert_center/v1beta1/model/dlp_rule_violation.ex">>,
51 - <<"lib/google_api/alert_center/v1beta1/model/app_settings_changed.ex">>,
52 - <<"lib/google_api/alert_center/v1beta1/model/batch_delete_alerts_response.ex">>,
53 - <<"lib/google_api/alert_center/v1beta1/model/alert.ex">>,
54 - <<"lib/google_api/alert_center/v1beta1/model/rule_violation_info.ex">>,
55 - <<"lib/google_api/alert_center/v1beta1/model/batch_delete_alerts_request.ex">>,
56 - <<"lib/google_api/alert_center/v1beta1/model/settings.ex">>,
57 - <<"lib/google_api/alert_center/v1beta1/model/request_info.ex">>,
58 - <<"lib/google_api/alert_center/v1beta1/model/gmail_message_info.ex">>,
59 - <<"lib/google_api/alert_center/v1beta1/model/list_alert_feedback_response.ex">>,
60 - <<"lib/google_api/alert_center/v1beta1/model/account_suspension_warning.ex">>,
61 - <<"lib/google_api/alert_center/v1beta1/model/rule_info.ex">>,
62 - <<"lib/google_api/alert_center/v1beta1/model/app_maker_sql_setup_notification.ex">>,
63 - <<"lib/google_api/alert_center/v1beta1/connection.ex">>,
64 - <<"lib/google_api/alert_center/v1beta1/api">>,
65 - <<"lib/google_api/alert_center/v1beta1/api/v1beta1.ex">>,
66 - <<"lib/google_api/alert_center/v1beta1/api/alerts.ex">>,
67 - <<"lib/google_api/alert_center/v1beta1/metadata.ex">>,<<"mix.exs">>,
68 - <<"README.md">>,<<"LICENSE">>]}.
69 - {<<"licenses">>,[<<"Apache 2.0">>]}.
70 1 {<<"links">>,
71 2 [{<<"GitHub">>,
72 3 <<"https://github.com/googleapis/elixir-google-api/tree/master/clients/alert_center">>},
73 4 {<<"Homepage">>,
74 5 <<"https://developers.google.com/admin-sdk/alertcenter/">>}]}.
75 6 {<<"name">>,<<"google_api_alert_center">>}.
7 + {<<"version">>,<<"0.22.0">>}.
8 + {<<"description">>,
9 + <<"Google Workspace Alert Center API client library. Manages alerts on issues affecting your domain. Note: The current version of this API (v1beta1) is available to all Google Workspace customers.">>}.
10 + {<<"elixir">>,<<"~> 1.6">>}.
11 + {<<"app">>,<<"google_api_alert_center">>}.
12 + {<<"files">>,
13 + [<<"lib">>,<<"lib/google_api">>,<<"lib/google_api/alert_center">>,
14 + <<"lib/google_api/alert_center/v1beta1">>,
15 + <<"lib/google_api/alert_center/v1beta1/api">>,
16 + <<"lib/google_api/alert_center/v1beta1/api/v1beta1.ex">>,
17 + <<"lib/google_api/alert_center/v1beta1/api/alerts.ex">>,
18 + <<"lib/google_api/alert_center/v1beta1/metadata.ex">>,
19 + <<"lib/google_api/alert_center/v1beta1/model">>,
20 + <<"lib/google_api/alert_center/v1beta1/model/domain_id.ex">>,
21 + <<"lib/google_api/alert_center/v1beta1/model/dlp_rule_violation.ex">>,
22 + <<"lib/google_api/alert_center/v1beta1/model/state_sponsored_attack.ex">>,
23 + <<"lib/google_api/alert_center/v1beta1/model/csv_row.ex">>,
24 + <<"lib/google_api/alert_center/v1beta1/model/sensitive_admin_action.ex">>,
25 + <<"lib/google_api/alert_center/v1beta1/model/alert_feedback.ex">>,
26 + <<"lib/google_api/alert_center/v1beta1/model/malicious_entity.ex">>,
27 + <<"lib/google_api/alert_center/v1beta1/model/sso_profile_deleted_event.ex">>,
28 + <<"lib/google_api/alert_center/v1beta1/model/login_details.ex">>,
29 + <<"lib/google_api/alert_center/v1beta1/model/match_info.ex">>,
30 + <<"lib/google_api/alert_center/v1beta1/model/batch_undelete_alerts_response.ex">>,
31 + <<"lib/google_api/alert_center/v1beta1/model/list_alert_feedback_response.ex">>,
32 + <<"lib/google_api/alert_center/v1beta1/model/cloud_pubsub_topic.ex">>,
33 + <<"lib/google_api/alert_center/v1beta1/model/activity_rule.ex">>,
34 + <<"lib/google_api/alert_center/v1beta1/model/voicemail_misconfiguration.ex">>,
35 + <<"lib/google_api/alert_center/v1beta1/model/csv.ex">>,
36 + <<"lib/google_api/alert_center/v1beta1/model/list_alerts_response.ex">>,
37 + <<"lib/google_api/alert_center/v1beta1/model/user.ex">>,
38 + <<"lib/google_api/alert_center/v1beta1/model/batch_undelete_alerts_request.ex">>,
39 + <<"lib/google_api/alert_center/v1beta1/model/access_approval.ex">>,
40 + <<"lib/google_api/alert_center/v1beta1/model/reporting_rule.ex">>,
41 + <<"lib/google_api/alert_center/v1beta1/model/gmail_message_info.ex">>,
42 + <<"lib/google_api/alert_center/v1beta1/model/app_maker_sql_setup_notification.ex">>,
43 + <<"lib/google_api/alert_center/v1beta1/model/resource_info.ex">>,
44 + <<"lib/google_api/alert_center/v1beta1/model/rule_violation_info.ex">>,
45 + <<"lib/google_api/alert_center/v1beta1/model/domain_wide_takeout_initiated.ex">>,
46 + <<"lib/google_api/alert_center/v1beta1/model/device_compromised_security_detail.ex">>,
47 + <<"lib/google_api/alert_center/v1beta1/model/action_info.ex">>,
48 + <<"lib/google_api/alert_center/v1beta1/model/account_suspension_warning.ex">>,
49 + <<"lib/google_api/alert_center/v1beta1/model/super_admin_password_reset_event.ex">>,
50 + <<"lib/google_api/alert_center/v1beta1/model/entity_list.ex">>,
51 + <<"lib/google_api/alert_center/v1beta1/model/alert_metadata.ex">>,
52 + <<"lib/google_api/alert_center/v1beta1/model/google_operations.ex">>,
53 + <<"lib/google_api/alert_center/v1beta1/model/sso_profile_updated_event.ex">>,
54 + <<"lib/google_api/alert_center/v1beta1/model/sso_profile_created_event.ex">>,
55 + <<"lib/google_api/alert_center/v1beta1/model/app_settings_changed.ex">>,
56 + <<"lib/google_api/alert_center/v1beta1/model/transfer_error.ex">>,
57 + <<"lib/google_api/alert_center/v1beta1/model/undelete_alert_request.ex">>,
58 + <<"lib/google_api/alert_center/v1beta1/model/entity.ex">>,
59 + <<"lib/google_api/alert_center/v1beta1/model/alert.ex">>,
60 + <<"lib/google_api/alert_center/v1beta1/model/device_compromised.ex">>,
61 + <<"lib/google_api/alert_center/v1beta1/model/batch_delete_alerts_response.ex">>,
62 + <<"lib/google_api/alert_center/v1beta1/model/bad_whitelist.ex">>,
63 + <<"lib/google_api/alert_center/v1beta1/model/abuse_detected.ex">>,
64 + <<"lib/google_api/alert_center/v1beta1/model/apps_outage.ex">>,
65 + <<"lib/google_api/alert_center/v1beta1/model/user_changes.ex">>,
66 + <<"lib/google_api/alert_center/v1beta1/model/mail_phishing.ex">>,
67 + <<"lib/google_api/alert_center/v1beta1/model/rule_info.ex">>,
68 + <<"lib/google_api/alert_center/v1beta1/model/account_suspension_details.ex">>,
69 + <<"lib/google_api/alert_center/v1beta1/model/voice_misconfiguration.ex">>,
70 + <<"lib/google_api/alert_center/v1beta1/model/transfer_misconfiguration.ex">>,
71 + <<"lib/google_api/alert_center/v1beta1/model/phishing_spike.ex">>,
72 + <<"lib/google_api/alert_center/v1beta1/model/status.ex">>,
73 + <<"lib/google_api/alert_center/v1beta1/model/notification.ex">>,
74 + <<"lib/google_api/alert_center/v1beta1/model/request_info.ex">>,
75 + <<"lib/google_api/alert_center/v1beta1/model/account_warning.ex">>,
76 + <<"lib/google_api/alert_center/v1beta1/model/primary_admin_changed_event.ex">>,
77 + <<"lib/google_api/alert_center/v1beta1/model/batch_delete_alerts_request.ex">>,
78 + <<"lib/google_api/alert_center/v1beta1/model/settings.ex">>,
79 + <<"lib/google_api/alert_center/v1beta1/model/predefined_detector_info.ex">>,
80 + <<"lib/google_api/alert_center/v1beta1/model/support_ticket.ex">>,
81 + <<"lib/google_api/alert_center/v1beta1/model/merge_info.ex">>,
82 + <<"lib/google_api/alert_center/v1beta1/model/suspicious_activity_security_detail.ex">>,
83 + <<"lib/google_api/alert_center/v1beta1/model/voicemail_recipient_error.ex">>,
84 + <<"lib/google_api/alert_center/v1beta1/model/suspicious_activity.ex">>,
85 + <<"lib/google_api/alert_center/v1beta1/model/attachment.ex">>,
86 + <<"lib/google_api/alert_center/v1beta1/model/device_management_rule.ex">>,
87 + <<"lib/google_api/alert_center/v1beta1/model/user_defined_detector_info.ex">>,
88 + <<"lib/google_api/alert_center/v1beta1/model/apns_certificate_expiration_info.ex">>,
89 + <<"lib/google_api/alert_center/v1beta1/model/empty.ex">>,
90 + <<"lib/google_api/alert_center/v1beta1/model/mandatory_service_announcement.ex">>,
91 + <<"lib/google_api/alert_center/v1beta1/connection.ex">>,<<"mix.exs">>,
92 + <<"README.md">>,<<"LICENSE">>]}.
93 + {<<"licenses">>,[<<"Apache 2.0">>]}.
76 94 {<<"requirements">>,
77 - [[{<<"app">>,<<"google_gax">>},
78 - {<<"name">>,<<"google_gax">>},
95 + [[{<<"name">>,<<"google_gax">>},
96 + {<<"app">>,<<"google_gax">>},
79 97 {<<"optional">>,false},
80 - {<<"repository">>,<<"hexpm">>},
81 - {<<"requirement">>,<<"~> 0.4">>}]]}.
82 - {<<"version">>,<<"0.21.0">>}.
98 + {<<"requirement">>,<<"~> 0.4">>},
99 + {<<"repository">>,<<"hexpm">>}]]}.
100 + {<<"build_tools">>,[<<"mix">>]}.
  @@ -166,7 +166,7 @@ defmodule GoogleApi.AlertCenter.V1beta1.Api.Alerts do
166 166 * `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
167 167 * `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
168 168 * `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
169 - * `:customerId` (*type:* `String.t`) - Optional. The unique identifier of the Google Workspace organization account of the customer the alert is associated with. Inferred from the caller identity if not provided.
169 + * `: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).
170 170 * `opts` (*type:* `keyword()`) - Call options
171 171
172 172 ## Returns
  @@ -228,7 +228,7 @@ defmodule GoogleApi.AlertCenter.V1beta1.Api.Alerts do
228 228 * `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
229 229 * `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
230 230 * `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
231 - * `:customerId` (*type:* `String.t`) - Optional. The unique identifier of the Google Workspace organization account of the customer the alert is associated with. Inferred from the caller identity if not provided.
231 + * `: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).
232 232 * `opts` (*type:* `keyword()`) - Call options
233 233
234 234 ## Returns
  @@ -290,7 +290,7 @@ defmodule GoogleApi.AlertCenter.V1beta1.Api.Alerts do
290 290 * `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
291 291 * `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
292 292 * `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
293 - * `:customerId` (*type:* `String.t`) - Optional. The unique identifier of the Google Workspace organization account of the customer the alert metadata is associated with. Inferred from the caller identity if not provided.
293 + * `:customerId` (*type:* `String.t`) - Optional. The unique identifier of the Google Workspace account of the customer the alert metadata 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).
294 294 * `opts` (*type:* `keyword()`) - Call options
295 295
296 296 ## Returns
  @@ -351,7 +351,7 @@ defmodule GoogleApi.AlertCenter.V1beta1.Api.Alerts do
351 351 * `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
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 - * `:customerId` (*type:* `String.t`) - Optional. The unique identifier of the Google Workspace organization account of the customer the alerts are associated with. Inferred from the caller identity if not provided.
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 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).
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.
  @@ -483,7 +483,7 @@ defmodule GoogleApi.AlertCenter.V1beta1.Api.Alerts do
483 483 * `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
484 484 * `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
485 485 * `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
486 - * `:customerId` (*type:* `String.t`) - Optional. The unique identifier of the Google Workspace organization account of the customer the alert is associated with. Inferred from the caller identity if not provided.
486 + * `: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).
487 487 * `:body` (*type:* `GoogleApi.AlertCenter.V1beta1.Model.AlertFeedback.t`) -
488 488 * `opts` (*type:* `keyword()`) - Call options
489 489
  @@ -547,7 +547,7 @@ defmodule GoogleApi.AlertCenter.V1beta1.Api.Alerts do
547 547 * `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
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 - * `:customerId` (*type:* `String.t`) - Optional. The unique identifier of the Google Workspace organization account of the customer the alert feedback are associated with. Inferred from the caller identity if not provided.
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 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).
552 552 * `opts` (*type:* `keyword()`) - Call options
  @@ -43,7 +43,7 @@ defmodule GoogleApi.AlertCenter.V1beta1.Api.V1beta1 do
43 43 * `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
44 44 * `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
45 45 * `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
46 - * `:customerId` (*type:* `String.t`) - Optional. The unique identifier of the Google Workspace organization account of the customer the alert settings are associated with. Inferred from the caller identity if not provided.
46 + * `:customerId` (*type:* `String.t`) - Optional. The unique identifier of the Google Workspace account of the customer the alert settings 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).
47 47 * `opts` (*type:* `keyword()`) - Call options
48 48
49 49 ## Returns
  @@ -102,7 +102,7 @@ defmodule GoogleApi.AlertCenter.V1beta1.Api.V1beta1 do
102 102 * `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
103 103 * `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
104 104 * `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
105 - * `:customerId` (*type:* `String.t`) - Optional. The unique identifier of the Google Workspace organization account of the customer the alert settings are associated with. Inferred from the caller identity if not provided.
105 + * `:customerId` (*type:* `String.t`) - Optional. The unique identifier of the Google Workspace account of the customer the alert settings 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).
106 106 * `:body` (*type:* `GoogleApi.AlertCenter.V1beta1.Model.Settings.t`) -
107 107 * `opts` (*type:* `keyword()`) - Call options
  @@ -20,7 +20,7 @@ defmodule GoogleApi.AlertCenter.V1beta1 do
20 20 API client metadata for GoogleApi.AlertCenter.V1beta1.
21 21 """
22 22
23 - @discovery_revision "20220307"
23 + @discovery_revision "20240304"
24 24
25 25 def discovery_revision(), do: @discovery_revision
26 26 end
Loading more files…