google-apis-alertcenter_v1beta1 0.8.0 → 0.12.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: b38c8f24baf724d1bab34c329a94801bf812b42c8998193487f700a0caab5e65
4
- data.tar.gz: 60d50c4338044fe24d6f27f70e3cd8787c10cf9913c38dfeab543daf605b3eed
3
+ metadata.gz: e8375992ec71f0c9740fa9e3f3f878371157daf410d56c063bef3fc654553441
4
+ data.tar.gz: a395a1c9ec8056791e1a3d894f8d55aaa5e51443f71d8c1592ed1be745745733
5
5
  SHA512:
6
- metadata.gz: cecb2b717920ad3d81ed3a1a354d83e78e5de84db3670e315ee41e51c12dc11123173e22d37a5e3528db83ae3866e9bfee06456c56e0d413972362edc3daaf36
7
- data.tar.gz: b32d306ab2e4a0738f56d347a06704fb9cfe08c45dc797cc54a02fb89210b029791fc962e3dbfe39bf3d6a266f3f49217d0d3c5b41471b6de8b14cf68cfc4366
6
+ metadata.gz: 9b621b73dbd9cf1aa236d77096074255afbb7c891e4bfece85f4b8bf07563acbdc9b2ba06084e12e8a6191921abc12f9b94ce580905c93e1cf8bdf1ead6ca928
7
+ data.tar.gz: 82e57318941acb193a1fea6b951ec778098253a9cbbab2b366807376277ea7f2886102023852dd54b7b7c9f0e94611cd2179d67f05ab6eb165ffef37a196feca
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-alertcenter_v1beta1
2
2
 
3
+ ### v0.12.0 (2021-07-27)
4
+
5
+ * Regenerated from discovery document revision 20210720
6
+
7
+ ### v0.11.0 (2021-07-20)
8
+
9
+ * Regenerated from discovery document revision 20210713
10
+
11
+ ### v0.10.0 (2021-06-29)
12
+
13
+ * Regenerated using generator version 0.4.0
14
+
15
+ ### v0.9.0 (2021-06-24)
16
+
17
+ * Regenerated from discovery document revision 20210619
18
+
3
19
  ### v0.8.0 (2021-06-08)
4
20
 
5
21
  * Regenerated from discovery document revision 20210601
@@ -423,6 +423,51 @@ module Google
423
423
  end
424
424
  end
425
425
 
426
+ # An outage incident reported by Google for a Google Workspace (formerly G Suite)
427
+ # application.
428
+ class AppsOutage
429
+ include Google::Apis::Core::Hashable
430
+
431
+ # Link to the outage event in Google Workspace Status Dashboard
432
+ # Corresponds to the JSON property `dashboardUri`
433
+ # @return [String]
434
+ attr_accessor :dashboard_uri
435
+
436
+ # Timestamp by which the next update shall be provided.
437
+ # Corresponds to the JSON property `nextUpdateTime`
438
+ # @return [String]
439
+ attr_accessor :next_update_time
440
+
441
+ # List of products impacted by the outage.
442
+ # Corresponds to the JSON property `products`
443
+ # @return [Array<String>]
444
+ attr_accessor :products
445
+
446
+ # Timestamp of the outage expected or confirmed resolution. (Used only when
447
+ # known).
448
+ # Corresponds to the JSON property `resolutionTime`
449
+ # @return [String]
450
+ attr_accessor :resolution_time
451
+
452
+ # Current outage status.
453
+ # Corresponds to the JSON property `status`
454
+ # @return [String]
455
+ attr_accessor :status
456
+
457
+ def initialize(**args)
458
+ update!(**args)
459
+ end
460
+
461
+ # Update properties of this object
462
+ def update!(**args)
463
+ @dashboard_uri = args[:dashboard_uri] if args.key?(:dashboard_uri)
464
+ @next_update_time = args[:next_update_time] if args.key?(:next_update_time)
465
+ @products = args[:products] if args.key?(:products)
466
+ @resolution_time = args[:resolution_time] if args.key?(:resolution_time)
467
+ @status = args[:status] if args.key?(:status)
468
+ end
469
+ end
470
+
426
471
  # Attachment with application-specific information about an alert.
427
472
  class Attachment
428
473
  include Google::Apis::Core::Hashable
@@ -831,7 +876,7 @@ module Google
831
876
  # @return [Array<String>]
832
877
  attr_accessor :attachments_sha256_hash
833
878
 
834
- # The date the malicious email was sent.
879
+ # The date of the event related to this email.
835
880
  # Corresponds to the JSON property `date`
836
881
  # @return [String]
837
882
  attr_accessor :date
@@ -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.8.0"
19
+ GEM_VERSION = "0.12.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.3.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210601"
25
+ REVISION = "20210720"
26
26
  end
27
27
  end
28
28
  end
@@ -70,6 +70,12 @@ module Google
70
70
  include Google::Apis::Core::JsonObjectSupport
71
71
  end
72
72
 
73
+ class AppsOutage
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
73
79
  class Attachment
74
80
  class Representation < Google::Apis::Core::JsonRepresentation; end
75
81
 
@@ -404,6 +410,17 @@ module Google
404
410
  end
405
411
  end
406
412
 
413
+ class AppsOutage
414
+ # @private
415
+ class Representation < Google::Apis::Core::JsonRepresentation
416
+ property :dashboard_uri, as: 'dashboardUri'
417
+ property :next_update_time, as: 'nextUpdateTime'
418
+ collection :products, as: 'products'
419
+ property :resolution_time, as: 'resolutionTime'
420
+ property :status, as: 'status'
421
+ end
422
+ end
423
+
407
424
  class Attachment
408
425
  # @private
409
426
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-alertcenter_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.12.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-06-14 00:00:00.000000000 Z
11
+ date: 2021-08-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Google Workspace Alert Center API
28
34
  V1beta1. Simple REST clients are Ruby client libraries that provide access to Google
29
35
  services via their HTTP REST API endpoints. These libraries are generated and updated
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-alertcenter_v1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-alertcenter_v1beta1/v0.8.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-alertcenter_v1beta1/v0.12.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-alertcenter_v1beta1
57
63
  post_install_message:
58
64
  rdoc_options: []