google-apis-alertcenter_v1beta1 0.23.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: 5522b873c90e7483a65211c4a008ea90a3e488fd90ab33d242518c7ed719b1ab
4
- data.tar.gz: fedb3ee1fa211e6e03e9fb32999d07d2288a75a270befebec884cb24fb709ab6
3
+ metadata.gz: 26fd6b836df07c7614af91cc589c9c8d96b7c21c040ffe3971377bdd2c5070c7
4
+ data.tar.gz: 3d00464b1f1ecc47db3874025acbb8322582b4ad475c1f90294000e5966bb901
5
5
  SHA512:
6
- metadata.gz: e7b92443f6f091857089b1043f71a08c3bc29dbecee1be37bac71ac3833c85a321871be62a8ab1355aa25744f717eca5f9d2b5929bf42c44f584569d45ee3e45
7
- data.tar.gz: cd4664f2d067d6e9664cccf24cf140ee778dd23c837098af8f0fa4530af24aff932f6ad1b7f49ba78b3c69a184f64f868492769a8870fa51d96303060be36373
6
+ metadata.gz: dc0172afece7a979054d55cd02e8b23b7c77f8f6f827dbb891af7f003e83bc3e61f74b0c9eb570c0e8a2472c5d27eff27b3e88f32cc9aa61df1a899a0507a489
7
+ data.tar.gz: d2577311d1c35f0a60523c9bcfdfc8af540362bfab0720b09de6dbb4af0340626ade0703aa0ab5e2e26147a9d1a78a81568fc8f5fc25941a88412b9deb3338f7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
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
+
3
8
  ### v0.23.0 (2022-06-30)
4
9
 
5
10
  * Regenerated using generator version 0.8.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.23.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.8.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.23.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-07-04 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
@@ -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.23.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: []