google-apis-alertcenter_v1beta1 0.21.0 → 0.24.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: 8a0ced9718e2a8c75421791a9539e41e309fe1e45a4fea3178bf2eee1183a586
4
- data.tar.gz: 1f669fffa9cde791e3a6af93f00f3f13b169693eb7ee0afad0c4964781c50786
3
+ metadata.gz: 26fd6b836df07c7614af91cc589c9c8d96b7c21c040ffe3971377bdd2c5070c7
4
+ data.tar.gz: 3d00464b1f1ecc47db3874025acbb8322582b4ad475c1f90294000e5966bb901
5
5
  SHA512:
6
- metadata.gz: 0b96f4063ab584a928fa43fb7ad8a5a5a2d318767d37ecc3a52959102bf9dd75cca121347f1a5a572a2f4bdc5b820565188b68a2b6786fb917c664771c325ed4
7
- data.tar.gz: bc8468c1cc2d33094d66bb594d8a2b83f8304653f510dc6f2ff3b2c149249f912df7305796beb0a399b19a30cfeb3ab8473b44ecd67cf41bf981320bf5c248bd
6
+ metadata.gz: dc0172afece7a979054d55cd02e8b23b7c77f8f6f827dbb891af7f003e83bc3e61f74b0c9eb570c0e8a2472c5d27eff27b3e88f32cc9aa61df1a899a0507a489
7
+ data.tar.gz: d2577311d1c35f0a60523c9bcfdfc8af540362bfab0720b09de6dbb4af0340626ade0703aa0ab5e2e26147a9d1a78a81568fc8f5fc25941a88412b9deb3338f7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-alertcenter_v1beta1
2
2
 
3
+ ### v0.24.0 (2022-07-20)
4
+
5
+ * Regenerated from discovery document revision 20220718
6
+ * Regenerated using generator version 0.9.0
7
+
8
+ ### v0.23.0 (2022-06-30)
9
+
10
+ * Regenerated using generator version 0.8.0
11
+
12
+ ### v0.22.0 (2022-06-17)
13
+
14
+ * Regenerated using generator version 0.6.0
15
+
3
16
  ### v0.21.0 (2022-06-03)
4
17
 
5
18
  * Regenerated using generator version 0.5.0
@@ -436,6 +436,38 @@ module Google
436
436
  end
437
437
  end
438
438
 
439
+ # The explanation message associated with ApnsCertificationExpiring and
440
+ # ApnsCertificationExpired alerts.
441
+ class ApnsCertificateExpirationInfo
442
+ include Google::Apis::Core::Hashable
443
+
444
+ # The Apple ID used for the certificate, may be blank if admins did not enter it.
445
+ # Corresponds to the JSON property `appleId`
446
+ # @return [String]
447
+ attr_accessor :apple_id
448
+
449
+ # The expiration date of the APNS Certificate.
450
+ # Corresponds to the JSON property `expirationTime`
451
+ # @return [String]
452
+ attr_accessor :expiration_time
453
+
454
+ # The UID for the certificate.
455
+ # Corresponds to the JSON property `uid`
456
+ # @return [String]
457
+ attr_accessor :uid
458
+
459
+ def initialize(**args)
460
+ update!(**args)
461
+ end
462
+
463
+ # Update properties of this object
464
+ def update!(**args)
465
+ @apple_id = args[:apple_id] if args.key?(:apple_id)
466
+ @expiration_time = args[:expiration_time] if args.key?(:expiration_time)
467
+ @uid = args[:uid] if args.key?(:uid)
468
+ end
469
+ end
470
+
439
471
  # Alerts from App Maker to notify admins to set up default SQL instance.
440
472
  class AppMakerSqlSetupNotification
441
473
  include Google::Apis::Core::Hashable
@@ -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.21.0"
19
+ GEM_VERSION = "0.24.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.5.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220516"
25
+ REVISION = "20220718"
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 ApnsCertificateExpirationInfo
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
73
79
  class AppMakerSqlSetupNotification
74
80
  class Representation < Google::Apis::Core::JsonRepresentation; end
75
81
 
@@ -472,6 +478,15 @@ module Google
472
478
  end
473
479
  end
474
480
 
481
+ class ApnsCertificateExpirationInfo
482
+ # @private
483
+ class Representation < Google::Apis::Core::JsonRepresentation
484
+ property :apple_id, as: 'appleId'
485
+ property :expiration_time, as: 'expirationTime'
486
+ property :uid, as: 'uid'
487
+ end
488
+ end
489
+
475
490
  class AppMakerSqlSetupNotification
476
491
  # @private
477
492
  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.21.0
4
+ version: 0.24.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: 2022-06-06 00:00:00.000000000 Z
11
+ date: 2022-07-25 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.5'
19
+ version: '0.7'
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.5'
29
+ version: '0.7'
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.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-alertcenter_v1beta1/v0.24.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: []