google-apis-alertcenter_v1beta1 0.12.0 → 0.13.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: e8375992ec71f0c9740fa9e3f3f878371157daf410d56c063bef3fc654553441
4
- data.tar.gz: a395a1c9ec8056791e1a3d894f8d55aaa5e51443f71d8c1592ed1be745745733
3
+ metadata.gz: 0ddc0fb8a04bdb08e4350ac6175ac2973d1836442174771f1ae7edaf6c8d9322
4
+ data.tar.gz: d3bd03322a69ebef7db5313814933edf87da5a58965a5412d49e62ecaae9a5c5
5
5
  SHA512:
6
- metadata.gz: 9b621b73dbd9cf1aa236d77096074255afbb7c891e4bfece85f4b8bf07563acbdc9b2ba06084e12e8a6191921abc12f9b94ce580905c93e1cf8bdf1ead6ca928
7
- data.tar.gz: 82e57318941acb193a1fea6b951ec778098253a9cbbab2b366807376277ea7f2886102023852dd54b7b7c9f0e94611cd2179d67f05ab6eb165ffef37a196feca
6
+ metadata.gz: 504019d9bbefad63fb20a1faebb224d249cfbf88b43c4c3254109da77a8a8080021c2d090824bb9253f6d07a8f5d3c74bad4241e5e908f7913da252b48f0cc92
7
+ data.tar.gz: 4bdfc64a852e40b79bcd9d3cfc9d470bd26ba6443f1913b9855f7ce58078290b965b868967eb64311d785489670227ce4386c040160ad157d2bb97ba00953da5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-alertcenter_v1beta1
2
2
 
3
+ ### v0.13.0 (2021-09-01)
4
+
5
+ * Regenerated from discovery document revision 20210803
6
+
3
7
  ### v0.12.0 (2021-07-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20210720
@@ -22,6 +22,65 @@ module Google
22
22
  module Apis
23
23
  module AlertcenterV1beta1
24
24
 
25
+ # Details about why an account is receiving an account suspension warning.
26
+ class AccountSuspensionDetails
27
+ include Google::Apis::Core::Hashable
28
+
29
+ # The reason why this account is receiving an account suspension warning.
30
+ # Corresponds to the JSON property `abuseReason`
31
+ # @return [String]
32
+ attr_accessor :abuse_reason
33
+
34
+ # The name of the product being abused. This is restricted to only the following
35
+ # values: "Gmail" "Payments" "Voice" "Workspace" "Other"
36
+ # Corresponds to the JSON property `productName`
37
+ # @return [String]
38
+ attr_accessor :product_name
39
+
40
+ def initialize(**args)
41
+ update!(**args)
42
+ end
43
+
44
+ # Update properties of this object
45
+ def update!(**args)
46
+ @abuse_reason = args[:abuse_reason] if args.key?(:abuse_reason)
47
+ @product_name = args[:product_name] if args.key?(:product_name)
48
+ end
49
+ end
50
+
51
+ # A warning that the customer's account is about to be suspended.
52
+ class AccountSuspensionWarning
53
+ include Google::Apis::Core::Hashable
54
+
55
+ # The amount of time remaining to appeal an imminent suspension. After this
56
+ # window has elapsed, the account will be suspended. Only populated if the
57
+ # account suspension is in WARNING state.
58
+ # Corresponds to the JSON property `appealWindow`
59
+ # @return [String]
60
+ attr_accessor :appeal_window
61
+
62
+ # Account suspension warning state.
63
+ # Corresponds to the JSON property `state`
64
+ # @return [String]
65
+ attr_accessor :state
66
+
67
+ # Details about why an account is being suspended.
68
+ # Corresponds to the JSON property `suspensionDetails`
69
+ # @return [Array<Google::Apis::AlertcenterV1beta1::AccountSuspensionDetails>]
70
+ attr_accessor :suspension_details
71
+
72
+ def initialize(**args)
73
+ update!(**args)
74
+ end
75
+
76
+ # Update properties of this object
77
+ def update!(**args)
78
+ @appeal_window = args[:appeal_window] if args.key?(:appeal_window)
79
+ @state = args[:state] if args.key?(:state)
80
+ @suspension_details = args[:suspension_details] if args.key?(:suspension_details)
81
+ end
82
+ end
83
+
25
84
  # Alerts for user account warning events.
26
85
  class AccountWarning
27
86
  include Google::Apis::Core::Hashable
@@ -216,7 +275,8 @@ module Google
216
275
  # Required. A unique identifier for the system that reported the alert. This is
217
276
  # output only after alert is created. Supported sources are any of the following:
218
277
  # * Google Operations * Mobile device management * Gmail phishing * Data Loss
219
- # Prevention * Domain wide takeout * State sponsored attack * Google identity
278
+ # Prevention * Domain wide takeout * State sponsored attack * Google identity *
279
+ # Apps outage
220
280
  # Corresponds to the JSON property `source`
221
281
  # @return [String]
222
282
  attr_accessor :source
@@ -423,8 +483,7 @@ module Google
423
483
  end
424
484
  end
425
485
 
426
- # An outage incident reported by Google for a Google Workspace (formerly G Suite)
427
- # application.
486
+ # An outage incident reported for a Google Workspace service.
428
487
  class AppsOutage
429
488
  include Google::Apis::Core::Hashable
430
489
 
@@ -433,7 +492,7 @@ module Google
433
492
  # @return [String]
434
493
  attr_accessor :dashboard_uri
435
494
 
436
- # Timestamp by which the next update shall be provided.
495
+ # Timestamp by which the next update is expected to arrive.
437
496
  # Corresponds to the JSON property `nextUpdateTime`
438
497
  # @return [String]
439
498
  attr_accessor :next_update_time
@@ -443,8 +502,8 @@ module Google
443
502
  # @return [Array<String>]
444
503
  attr_accessor :products
445
504
 
446
- # Timestamp of the outage expected or confirmed resolution. (Used only when
447
- # known).
505
+ # Timestamp when the outage is expected to be resolved, or has confirmed
506
+ # resolution. Provided only when known.
448
507
  # Corresponds to the JSON property `resolutionTime`
449
508
  # @return [String]
450
509
  attr_accessor :resolution_time
@@ -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.12.0"
19
+ GEM_VERSION = "0.13.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210720"
25
+ REVISION = "20210803"
26
26
  end
27
27
  end
28
28
  end
@@ -22,6 +22,18 @@ module Google
22
22
  module Apis
23
23
  module AlertcenterV1beta1
24
24
 
25
+ class AccountSuspensionDetails
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
31
+ class AccountSuspensionWarning
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
25
37
  class AccountWarning
26
38
  class Representation < Google::Apis::Core::JsonRepresentation; end
27
39
 
@@ -316,6 +328,24 @@ module Google
316
328
  include Google::Apis::Core::JsonObjectSupport
317
329
  end
318
330
 
331
+ class AccountSuspensionDetails
332
+ # @private
333
+ class Representation < Google::Apis::Core::JsonRepresentation
334
+ property :abuse_reason, as: 'abuseReason'
335
+ property :product_name, as: 'productName'
336
+ end
337
+ end
338
+
339
+ class AccountSuspensionWarning
340
+ # @private
341
+ class Representation < Google::Apis::Core::JsonRepresentation
342
+ property :appeal_window, as: 'appealWindow'
343
+ property :state, as: 'state'
344
+ collection :suspension_details, as: 'suspensionDetails', class: Google::Apis::AlertcenterV1beta1::AccountSuspensionDetails, decorator: Google::Apis::AlertcenterV1beta1::AccountSuspensionDetails::Representation
345
+
346
+ end
347
+ end
348
+
319
349
  class AccountWarning
320
350
  # @private
321
351
  class Representation < Google::Apis::Core::JsonRepresentation
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.12.0
4
+ version: 0.13.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: 2021-08-02 00:00:00.000000000 Z
11
+ date: 2021-09-06 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/master/generated/google-apis-alertcenter_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-alertcenter_v1beta1/v0.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-alertcenter_v1beta1/v0.13.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-alertcenter_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []