google-apis-alertcenter_v1beta1 0.28.0 → 0.29.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: 398b5e3cea08ea6cc7d83c5a10d70bf68ecb328825ae48540c671bf4764a1716
4
+ data.tar.gz: dede369138c0aab8481dac7b14400ae5aa538326695fb26fdbf485d146fc3c14
5
5
  SHA512:
6
- metadata.gz: c7cd85de50c9f51445c04f0696ed70317dca315218fb5506d57f1778fcd010fadd0c02e7d566333d93d57447822a05e0499246cc86e8fb80543d91b28f2964fb
7
- data.tar.gz: 9e92f18cb79704d7620a4f47667508ec8646f6ded1e1cf1c8adb6d9ef0b3c51b30b6c03106c496199878f7d86e3fb2433a6c7d5593baa0620c80cdba3274c0f6
6
+ metadata.gz: 93bd680818adb5202a3a6ccf6a3341da1c13e180c6506ee1ea412ccc74e387a0454108cdcf19b67e75cbf3e54deca2b635ef128c9ac286f6a01d214130a87537
7
+ data.tar.gz: 2fd2d34172c1202f528debc370fbac5a7c601a2c776b575609bc63efc2dc692ae21974a4090399a7e4a16b063cb379a40661e906d1e405ff393c143d95e9a7e3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-alertcenter_v1beta1
2
2
 
3
+ ### v0.29.0 (2023-01-29)
4
+
5
+ * Regenerated from discovery document revision 20230123
6
+ * Regenerated using generator version 0.11.1
7
+
3
8
  ### v0.28.0 (2022-12-14)
4
9
 
5
10
  * Regenerated from discovery document revision 20221212
@@ -277,7 +277,8 @@ module Google
277
277
  # @return [String]
278
278
  attr_accessor :create_time
279
279
 
280
- # Output only. The unique identifier of the Google account of the customer.
280
+ # Output only. The unique identifier of the Google Workspace account of the
281
+ # customer.
281
282
  # Corresponds to the JSON property `customerId`
282
283
  # @return [String]
283
284
  attr_accessor :customer_id
@@ -387,7 +388,8 @@ module Google
387
388
  # @return [String]
388
389
  attr_accessor :create_time
389
390
 
390
- # Output only. The unique identifier of the Google account of the customer.
391
+ # Output only. The unique identifier of the Google Workspace account of the
392
+ # customer.
391
393
  # Corresponds to the JSON property `customerId`
392
394
  # @return [String]
393
395
  attr_accessor :customer_id
@@ -436,7 +438,8 @@ module Google
436
438
  # @return [String]
437
439
  attr_accessor :assignee
438
440
 
439
- # Output only. The unique identifier of the Google account of the customer.
441
+ # Output only. The unique identifier of the Google Workspace account of the
442
+ # customer.
440
443
  # Corresponds to the JSON property `customerId`
441
444
  # @return [String]
442
445
  attr_accessor :customer_id
@@ -686,13 +689,16 @@ module Google
686
689
  class BatchDeleteAlertsRequest
687
690
  include Google::Apis::Core::Hashable
688
691
 
689
- # Required. list of alert IDs.
692
+ # Required. The list of alert IDs to delete.
690
693
  # Corresponds to the JSON property `alertId`
691
694
  # @return [Array<String>]
692
695
  attr_accessor :alert_id
693
696
 
694
- # Optional. The unique identifier of the Google Workspace organization account
695
- # of the customer the alerts are associated with.
697
+ # Optional. The unique identifier of the Google Workspace account of the
698
+ # customer the alerts are associated with. The `customer_id` must have the
699
+ # initial "C" stripped (for example, `046psxkn`). Inferred from the caller
700
+ # identity if not provided. [Find your customer ID](https://support.google.com/
701
+ # cloudidentity/answer/10070793).
696
702
  # Corresponds to the JSON property `customerId`
697
703
  # @return [String]
698
704
  attr_accessor :customer_id
@@ -712,7 +718,7 @@ module Google
712
718
  class BatchDeleteAlertsResponse
713
719
  include Google::Apis::Core::Hashable
714
720
 
715
- # The status details for each failed alert_id.
721
+ # The status details for each failed `alert_id`.
716
722
  # Corresponds to the JSON property `failedAlertStatus`
717
723
  # @return [Hash<String,Google::Apis::AlertcenterV1beta1::Status>]
718
724
  attr_accessor :failed_alert_status
@@ -737,13 +743,16 @@ module Google
737
743
  class BatchUndeleteAlertsRequest
738
744
  include Google::Apis::Core::Hashable
739
745
 
740
- # Required. list of alert IDs.
746
+ # Required. The list of alert IDs to undelete.
741
747
  # Corresponds to the JSON property `alertId`
742
748
  # @return [Array<String>]
743
749
  attr_accessor :alert_id
744
750
 
745
- # Optional. The unique identifier of the Google Workspace organization account
746
- # of the customer the alerts are associated with.
751
+ # Optional. The unique identifier of the Google Workspace account of the
752
+ # customer the alerts are associated with. The `customer_id` must have the
753
+ # initial "C" stripped (for example, `046psxkn`). Inferred from the caller
754
+ # identity if not provided. [Find your customer ID](https://support.google.com/
755
+ # cloudidentity/answer/10070793).
747
756
  # Corresponds to the JSON property `customerId`
748
757
  # @return [String]
749
758
  attr_accessor :customer_id
@@ -763,7 +772,7 @@ module Google
763
772
  class BatchUndeleteAlertsResponse
764
773
  include Google::Apis::Core::Hashable
765
774
 
766
- # The status details for each failed alert_id.
775
+ # The status details for each failed `alert_id`.
767
776
  # Corresponds to the JSON property `failedAlertStatus`
768
777
  # @return [Hash<String,Google::Apis::AlertcenterV1beta1::Status>]
769
778
  attr_accessor :failed_alert_status
@@ -2124,9 +2133,11 @@ module Google
2124
2133
  class UndeleteAlertRequest
2125
2134
  include Google::Apis::Core::Hashable
2126
2135
 
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.
2136
+ # Optional. The unique identifier of the Google Workspace account of the
2137
+ # customer the alert is associated with. The `customer_id` must have the initial
2138
+ # "C" stripped (for example, `046psxkn`). Inferred from the caller identity if
2139
+ # not provided. [Find your customer ID](https://support.google.com/cloudidentity/
2140
+ # answer/10070793).
2130
2141
  # Corresponds to the JSON property `customerId`
2131
2142
  # @return [String]
2132
2143
  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.29.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.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221212"
25
+ REVISION = "20230123"
26
26
  end
27
27
  end
28
28
  end
@@ -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.29.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-01-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -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.29.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