google-apis-alertcenter_v1beta1 0.28.0 → 0.30.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 57a7038ee427b7f443b83e4fbdbf89cfcf49dd5c62e374b6c97d060065a286a7
4
- data.tar.gz: 18d83b7e5877c7128323e4c160f8a54944f9b7571eb30358d68f15438c2b080a
3
+ metadata.gz: d901647fade6e151e51c54719eca335cdd6a37e2ddf2bdd9c1a0b6fa968c9579
4
+ data.tar.gz: f92c0ec24e661bc7c5a5c3a1eb86b15cccddc2ee5a3850839f18c63c92059009
5
5
  SHA512:
6
- metadata.gz: c7cd85de50c9f51445c04f0696ed70317dca315218fb5506d57f1778fcd010fadd0c02e7d566333d93d57447822a05e0499246cc86e8fb80543d91b28f2964fb
7
- data.tar.gz: 9e92f18cb79704d7620a4f47667508ec8646f6ded1e1cf1c8adb6d9ef0b3c51b30b6c03106c496199878f7d86e3fb2433a6c7d5593baa0620c80cdba3274c0f6
6
+ metadata.gz: cc333e3bf58052e964c2b6ad8642de2f25f912ef86691813136aa9bd1fcfacca779f825f95ae92eb6123c42880950cafd76a90f7d3bc897be9d8b766f82c7635
7
+ data.tar.gz: 477d4cc9857854127e126f6354ec94b1c8a6aacd8682494d80b44f0dbe9331500c014ad42010cdf00e72f6efd3efcf620e757486328f41b1be48aa2825c7bbdf
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release history for google-apis-alertcenter_v1beta1
2
2
 
3
+ ### v0.30.0 (2023-02-15)
4
+
5
+ * Regenerated from discovery document revision 20230214
6
+ * Regenerated using generator version 0.12.0
7
+
8
+ ### v0.29.0 (2023-01-29)
9
+
10
+ * Regenerated from discovery document revision 20230123
11
+ * Regenerated using generator version 0.11.1
12
+
3
13
  ### v0.28.0 (2022-12-14)
4
14
 
5
15
  * Regenerated from discovery document revision 20221212
@@ -22,59 +22,6 @@ module Google
22
22
  module Apis
23
23
  module AlertcenterV1beta1
24
24
 
25
- # A generic alert for abusive user activity occurring with a customer.
26
- class AbuseDetected
27
- include Google::Apis::Core::Hashable
28
-
29
- # EntityList stores entities in a format that can be translated to a table in
30
- # the Alert Center UI.
31
- # Corresponds to the JSON property `additionalDetails`
32
- # @return [Google::Apis::AlertcenterV1beta1::EntityList]
33
- attr_accessor :additional_details
34
-
35
- # Displayed after Customer abuse detected - `alert_descriptor`. If missing,
36
- # alert name will be displayed as Customer abuse detected.
37
- # Corresponds to the JSON property `alertDescriptor`
38
- # @return [String]
39
- attr_accessor :alert_descriptor
40
-
41
- # Customizable text to display in the next steps section of the alert. Will be
42
- # parsed as HTML to allow new paragraphs and hyperlinks.
43
- # Corresponds to the JSON property `nextSteps`
44
- # @return [String]
45
- attr_accessor :next_steps
46
-
47
- # Product that the abuse is originating from.
48
- # Corresponds to the JSON property `product`
49
- # @return [String]
50
- attr_accessor :product
51
-
52
- # Unique identifier of each alert that is onboarded.
53
- # Corresponds to the JSON property `subAlertId`
54
- # @return [String]
55
- attr_accessor :sub_alert_id
56
-
57
- # Customizable text to display in the summary section of the alert. Will be
58
- # parsed as HTML to allow new paragraphs and hyperlinks.
59
- # Corresponds to the JSON property `summary`
60
- # @return [String]
61
- attr_accessor :summary
62
-
63
- def initialize(**args)
64
- update!(**args)
65
- end
66
-
67
- # Update properties of this object
68
- def update!(**args)
69
- @additional_details = args[:additional_details] if args.key?(:additional_details)
70
- @alert_descriptor = args[:alert_descriptor] if args.key?(:alert_descriptor)
71
- @next_steps = args[:next_steps] if args.key?(:next_steps)
72
- @product = args[:product] if args.key?(:product)
73
- @sub_alert_id = args[:sub_alert_id] if args.key?(:sub_alert_id)
74
- @summary = args[:summary] if args.key?(:summary)
75
- end
76
- end
77
-
78
25
  # Details about why an account is receiving an account suspension warning.
79
26
  class AccountSuspensionDetails
80
27
  include Google::Apis::Core::Hashable
@@ -277,7 +224,8 @@ module Google
277
224
  # @return [String]
278
225
  attr_accessor :create_time
279
226
 
280
- # Output only. The unique identifier of the Google account of the customer.
227
+ # Output only. The unique identifier of the Google Workspace account of the
228
+ # customer.
281
229
  # Corresponds to the JSON property `customerId`
282
230
  # @return [String]
283
231
  attr_accessor :customer_id
@@ -387,7 +335,8 @@ module Google
387
335
  # @return [String]
388
336
  attr_accessor :create_time
389
337
 
390
- # Output only. The unique identifier of the Google account of the customer.
338
+ # Output only. The unique identifier of the Google Workspace account of the
339
+ # customer.
391
340
  # Corresponds to the JSON property `customerId`
392
341
  # @return [String]
393
342
  attr_accessor :customer_id
@@ -436,7 +385,8 @@ module Google
436
385
  # @return [String]
437
386
  attr_accessor :assignee
438
387
 
439
- # Output only. The unique identifier of the Google account of the customer.
388
+ # Output only. The unique identifier of the Google Workspace account of the
389
+ # customer.
440
390
  # Corresponds to the JSON property `customerId`
441
391
  # @return [String]
442
392
  attr_accessor :customer_id
@@ -686,13 +636,16 @@ module Google
686
636
  class BatchDeleteAlertsRequest
687
637
  include Google::Apis::Core::Hashable
688
638
 
689
- # Required. list of alert IDs.
639
+ # Required. The list of alert IDs to delete.
690
640
  # Corresponds to the JSON property `alertId`
691
641
  # @return [Array<String>]
692
642
  attr_accessor :alert_id
693
643
 
694
- # Optional. The unique identifier of the Google Workspace organization account
695
- # of the customer the alerts are associated with.
644
+ # Optional. The unique identifier of the Google Workspace account of the
645
+ # customer the alerts are associated with. The `customer_id` must have the
646
+ # initial "C" stripped (for example, `046psxkn`). Inferred from the caller
647
+ # identity if not provided. [Find your customer ID](https://support.google.com/
648
+ # cloudidentity/answer/10070793).
696
649
  # Corresponds to the JSON property `customerId`
697
650
  # @return [String]
698
651
  attr_accessor :customer_id
@@ -712,7 +665,7 @@ module Google
712
665
  class BatchDeleteAlertsResponse
713
666
  include Google::Apis::Core::Hashable
714
667
 
715
- # The status details for each failed alert_id.
668
+ # The status details for each failed `alert_id`.
716
669
  # Corresponds to the JSON property `failedAlertStatus`
717
670
  # @return [Hash<String,Google::Apis::AlertcenterV1beta1::Status>]
718
671
  attr_accessor :failed_alert_status
@@ -737,13 +690,16 @@ module Google
737
690
  class BatchUndeleteAlertsRequest
738
691
  include Google::Apis::Core::Hashable
739
692
 
740
- # Required. list of alert IDs.
693
+ # Required. The list of alert IDs to undelete.
741
694
  # Corresponds to the JSON property `alertId`
742
695
  # @return [Array<String>]
743
696
  attr_accessor :alert_id
744
697
 
745
- # Optional. The unique identifier of the Google Workspace organization account
746
- # of the customer the alerts are associated with.
698
+ # Optional. The unique identifier of the Google Workspace account of the
699
+ # customer the alerts are associated with. The `customer_id` must have the
700
+ # initial "C" stripped (for example, `046psxkn`). Inferred from the caller
701
+ # identity if not provided. [Find your customer ID](https://support.google.com/
702
+ # cloudidentity/answer/10070793).
747
703
  # Corresponds to the JSON property `customerId`
748
704
  # @return [String]
749
705
  attr_accessor :customer_id
@@ -763,7 +719,7 @@ module Google
763
719
  class BatchUndeleteAlertsResponse
764
720
  include Google::Apis::Core::Hashable
765
721
 
766
- # The status details for each failed alert_id.
722
+ # The status details for each failed `alert_id`.
767
723
  # Corresponds to the JSON property `failedAlertStatus`
768
724
  # @return [Hash<String,Google::Apis::AlertcenterV1beta1::Status>]
769
725
  attr_accessor :failed_alert_status
@@ -1022,73 +978,6 @@ module Google
1022
978
  end
1023
979
  end
1024
980
 
1025
- # Individual entity affected by, or related to, an alert.
1026
- class Entity
1027
- include Google::Apis::Core::Hashable
1028
-
1029
- # Link to a Security Investigation Tool search based on this entity, if
1030
- # available.
1031
- # Corresponds to the JSON property `link`
1032
- # @return [String]
1033
- attr_accessor :link
1034
-
1035
- # Human-readable name of this entity, such as an email address, file ID, or
1036
- # device name.
1037
- # Corresponds to the JSON property `name`
1038
- # @return [String]
1039
- attr_accessor :name
1040
-
1041
- # Extra values beyond name. The order of values should align with headers in
1042
- # EntityList.
1043
- # Corresponds to the JSON property `values`
1044
- # @return [Array<String>]
1045
- attr_accessor :values
1046
-
1047
- def initialize(**args)
1048
- update!(**args)
1049
- end
1050
-
1051
- # Update properties of this object
1052
- def update!(**args)
1053
- @link = args[:link] if args.key?(:link)
1054
- @name = args[:name] if args.key?(:name)
1055
- @values = args[:values] if args.key?(:values)
1056
- end
1057
- end
1058
-
1059
- # EntityList stores entities in a format that can be translated to a table in
1060
- # the Alert Center UI.
1061
- class EntityList
1062
- include Google::Apis::Core::Hashable
1063
-
1064
- # List of entities affected by the alert.
1065
- # Corresponds to the JSON property `entities`
1066
- # @return [Array<Google::Apis::AlertcenterV1beta1::Entity>]
1067
- attr_accessor :entities
1068
-
1069
- # Headers of the values in entities. If no value is defined in Entity, this
1070
- # field should be empty.
1071
- # Corresponds to the JSON property `headers`
1072
- # @return [Array<String>]
1073
- attr_accessor :headers
1074
-
1075
- # Name of the key detail used to display this entity list.
1076
- # Corresponds to the JSON property `name`
1077
- # @return [String]
1078
- attr_accessor :name
1079
-
1080
- def initialize(**args)
1081
- update!(**args)
1082
- end
1083
-
1084
- # Update properties of this object
1085
- def update!(**args)
1086
- @entities = args[:entities] if args.key?(:entities)
1087
- @headers = args[:headers] if args.key?(:headers)
1088
- @name = args[:name] if args.key?(:name)
1089
- end
1090
- end
1091
-
1092
981
  # Details of a message in phishing spike alert.
1093
982
  class GmailMessageInfo
1094
983
  include Google::Apis::Core::Hashable
@@ -2124,9 +2013,11 @@ module Google
2124
2013
  class UndeleteAlertRequest
2125
2014
  include Google::Apis::Core::Hashable
2126
2015
 
2127
- # Optional. The unique identifier of the Google Workspace organization account
2128
- # of the customer the alert is associated with. Inferred from the caller
2129
- # identity if not provided.
2016
+ # Optional. The unique identifier of the Google Workspace account of the
2017
+ # customer the alert is associated with. The `customer_id` must have the initial
2018
+ # "C" stripped (for example, `046psxkn`). Inferred from the caller identity if
2019
+ # not provided. [Find your customer ID](https://support.google.com/cloudidentity/
2020
+ # answer/10070793).
2130
2021
  # Corresponds to the JSON property `customerId`
2131
2022
  # @return [String]
2132
2023
  attr_accessor :customer_id
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AlertcenterV1beta1
18
18
  # Version of the google-apis-alertcenter_v1beta1 gem
19
- GEM_VERSION = "0.28.0"
19
+ GEM_VERSION = "0.30.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221212"
25
+ REVISION = "20230214"
26
26
  end
27
27
  end
28
28
  end
@@ -22,12 +22,6 @@ module Google
22
22
  module Apis
23
23
  module AlertcenterV1beta1
24
24
 
25
- class AbuseDetected
26
- class Representation < Google::Apis::Core::JsonRepresentation; end
27
-
28
- include Google::Apis::Core::JsonObjectSupport
29
- end
30
-
31
25
  class AccountSuspensionDetails
32
26
  class Representation < Google::Apis::Core::JsonRepresentation; end
33
27
 
@@ -190,18 +184,6 @@ module Google
190
184
  include Google::Apis::Core::JsonObjectSupport
191
185
  end
192
186
 
193
- class Entity
194
- class Representation < Google::Apis::Core::JsonRepresentation; end
195
-
196
- include Google::Apis::Core::JsonObjectSupport
197
- end
198
-
199
- class EntityList
200
- class Representation < Google::Apis::Core::JsonRepresentation; end
201
-
202
- include Google::Apis::Core::JsonObjectSupport
203
- end
204
-
205
187
  class GmailMessageInfo
206
188
  class Representation < Google::Apis::Core::JsonRepresentation; end
207
189
 
@@ -430,19 +412,6 @@ module Google
430
412
  include Google::Apis::Core::JsonObjectSupport
431
413
  end
432
414
 
433
- class AbuseDetected
434
- # @private
435
- class Representation < Google::Apis::Core::JsonRepresentation
436
- property :additional_details, as: 'additionalDetails', class: Google::Apis::AlertcenterV1beta1::EntityList, decorator: Google::Apis::AlertcenterV1beta1::EntityList::Representation
437
-
438
- property :alert_descriptor, as: 'alertDescriptor'
439
- property :next_steps, as: 'nextSteps'
440
- property :product, as: 'product'
441
- property :sub_alert_id, as: 'subAlertId'
442
- property :summary, as: 'summary'
443
- end
444
- end
445
-
446
415
  class AccountSuspensionDetails
447
416
  # @private
448
417
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -708,25 +677,6 @@ module Google
708
677
  end
709
678
  end
710
679
 
711
- class Entity
712
- # @private
713
- class Representation < Google::Apis::Core::JsonRepresentation
714
- property :link, as: 'link'
715
- property :name, as: 'name'
716
- collection :values, as: 'values'
717
- end
718
- end
719
-
720
- class EntityList
721
- # @private
722
- class Representation < Google::Apis::Core::JsonRepresentation
723
- collection :entities, as: 'entities', class: Google::Apis::AlertcenterV1beta1::Entity, decorator: Google::Apis::AlertcenterV1beta1::Entity::Representation
724
-
725
- collection :headers, as: 'headers'
726
- property :name, as: 'name'
727
- end
728
- end
729
-
730
680
  class GmailMessageInfo
731
681
  # @private
732
682
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -118,9 +118,11 @@ module Google
118
118
  # @param [String] alert_id
119
119
  # Required. The identifier of the alert to delete.
120
120
  # @param [String] customer_id
121
- # Optional. The unique identifier of the Google Workspace organization account
122
- # of the customer the alert is associated with. Inferred from the caller
123
- # identity if not provided.
121
+ # Optional. The unique identifier of the Google Workspace account of the
122
+ # customer the alert is associated with. The `customer_id` must have the initial
123
+ # "C" stripped (for example, `046psxkn`). Inferred from the caller identity if
124
+ # not provided. [Find your customer ID](https://support.google.com/cloudidentity/
125
+ # answer/10070793).
124
126
  # @param [String] fields
125
127
  # Selector specifying which fields to include in a partial response.
126
128
  # @param [String] quota_user
@@ -154,9 +156,11 @@ module Google
154
156
  # @param [String] alert_id
155
157
  # Required. The identifier of the alert to retrieve.
156
158
  # @param [String] customer_id
157
- # Optional. The unique identifier of the Google Workspace organization account
158
- # of the customer the alert is associated with. Inferred from the caller
159
- # identity if not provided.
159
+ # Optional. The unique identifier of the Google Workspace account of the
160
+ # customer the alert is associated with. The `customer_id` must have the initial
161
+ # "C" stripped (for example, `046psxkn`). Inferred from the caller identity if
162
+ # not provided. [Find your customer ID](https://support.google.com/cloudidentity/
163
+ # answer/10070793).
160
164
  # @param [String] fields
161
165
  # Selector specifying which fields to include in a partial response.
162
166
  # @param [String] quota_user
@@ -190,9 +194,11 @@ module Google
190
194
  # @param [String] alert_id
191
195
  # Required. The identifier of the alert this metadata belongs to.
192
196
  # @param [String] customer_id
193
- # Optional. The unique identifier of the Google Workspace organization account
194
- # of the customer the alert metadata is associated with. Inferred from the
195
- # caller identity if not provided.
197
+ # Optional. The unique identifier of the Google Workspace account of the
198
+ # customer the alert metadata is associated with. The `customer_id` must have
199
+ # the initial "C" stripped (for example, `046psxkn`). Inferred from the caller
200
+ # identity if not provided. [Find your customer ID](https://support.google.com/
201
+ # cloudidentity/answer/10070793).
196
202
  # @param [String] fields
197
203
  # Selector specifying which fields to include in a partial response.
198
204
  # @param [String] quota_user
@@ -223,9 +229,11 @@ module Google
223
229
 
224
230
  # Lists the alerts.
225
231
  # @param [String] customer_id
226
- # Optional. The unique identifier of the Google Workspace organization account
227
- # of the customer the alerts are associated with. Inferred from the caller
228
- # identity if not provided.
232
+ # Optional. The unique identifier of the Google Workspace account of the
233
+ # customer the alerts are associated with. The `customer_id` must have the
234
+ # initial "C" stripped (for example, `046psxkn`). Inferred from the caller
235
+ # identity if not provided. [Find your customer ID](https://support.google.com/
236
+ # cloudidentity/answer/10070793).
229
237
  # @param [String] filter
230
238
  # Optional. A query string for filtering alert results. For more details, see [
231
239
  # Query filters](https://developers.google.com/admin-sdk/alertcenter/guides/
@@ -319,9 +327,11 @@ module Google
319
327
  # Required. The identifier of the alert this feedback belongs to.
320
328
  # @param [Google::Apis::AlertcenterV1beta1::AlertFeedback] alert_feedback_object
321
329
  # @param [String] customer_id
322
- # Optional. The unique identifier of the Google Workspace organization account
323
- # of the customer the alert is associated with. Inferred from the caller
324
- # identity if not provided.
330
+ # Optional. The unique identifier of the Google Workspace account of the
331
+ # customer the alert is associated with. The `customer_id` must have the initial
332
+ # "C" stripped (for example, `046psxkn`). Inferred from the caller identity if
333
+ # not provided. [Find your customer ID](https://support.google.com/cloudidentity/
334
+ # answer/10070793).
325
335
  # @param [String] fields
326
336
  # Selector specifying which fields to include in a partial response.
327
337
  # @param [String] quota_user
@@ -358,9 +368,11 @@ module Google
358
368
  # Required. The alert identifier. The "-" wildcard could be used to represent
359
369
  # all alerts.
360
370
  # @param [String] customer_id
361
- # Optional. The unique identifier of the Google Workspace organization account
362
- # of the customer the alert feedback are associated with. Inferred from the
363
- # caller identity if not provided.
371
+ # Optional. The unique identifier of the Google Workspace account of the
372
+ # customer the alert is associated with. The `customer_id` must have the initial
373
+ # "C" stripped (for example, `046psxkn`). Inferred from the caller identity if
374
+ # not provided. [Find your customer ID](https://support.google.com/cloudidentity/
375
+ # answer/10070793).
364
376
  # @param [String] filter
365
377
  # Optional. A query string for filtering alert feedback results. For more
366
378
  # details, see [Query filters](https://developers.google.com/admin-sdk/
@@ -398,9 +410,11 @@ module Google
398
410
 
399
411
  # Returns customer-level settings.
400
412
  # @param [String] customer_id
401
- # Optional. The unique identifier of the Google Workspace organization account
402
- # of the customer the alert settings are associated with. Inferred from the
403
- # caller identity if not provided.
413
+ # Optional. The unique identifier of the Google Workspace account of the
414
+ # customer the alert settings are associated with. The `customer_id` must/ have
415
+ # the initial "C" stripped (for example, `046psxkn`). Inferred from the caller
416
+ # identity if not provided. [Find your customer ID](https://support.google.com/
417
+ # cloudidentity/answer/10070793).
404
418
  # @param [String] fields
405
419
  # Selector specifying which fields to include in a partial response.
406
420
  # @param [String] quota_user
@@ -431,9 +445,11 @@ module Google
431
445
  # Updates the customer-level settings.
432
446
  # @param [Google::Apis::AlertcenterV1beta1::Settings] settings_object
433
447
  # @param [String] customer_id
434
- # Optional. The unique identifier of the Google Workspace organization account
435
- # of the customer the alert settings are associated with. Inferred from the
436
- # caller identity if not provided.
448
+ # Optional. The unique identifier of the Google Workspace account of the
449
+ # customer the alert settings are associated with. The `customer_id` must have
450
+ # the initial "C" stripped (for example, `046psxkn`). Inferred from the caller
451
+ # identity if not provided. [Find your customer ID](https://support.google.com/
452
+ # cloudidentity/answer/10070793).
437
453
  # @param [String] fields
438
454
  # Selector specifying which fields to include in a partial response.
439
455
  # @param [String] quota_user
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-alertcenter_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.0
4
+ version: 0.30.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-04 00:00:00.000000000 Z
11
+ date: 2023-02-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.11.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.1
29
+ version: 0.11.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alertcenter_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-alertcenter_v1beta1/v0.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-alertcenter_v1beta1/v0.30.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alertcenter_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Google Workspace Alert Center API V1beta1