google-apis-alertcenter_v1beta1 0.23.0 → 0.25.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: ec9980c08e6747373efe7cc58a5e4839e6a32209a8258c2d31a03e6a25993e79
4
+ data.tar.gz: 61ba34fb6639a6db26e9b987375b9b742e7a240aef4baa0c7ce937db3f31234c
5
5
  SHA512:
6
- metadata.gz: e7b92443f6f091857089b1043f71a08c3bc29dbecee1be37bac71ac3833c85a321871be62a8ab1355aa25744f717eca5f9d2b5929bf42c44f584569d45ee3e45
7
- data.tar.gz: cd4664f2d067d6e9664cccf24cf140ee778dd23c837098af8f0fa4530af24aff932f6ad1b7f49ba78b3c69a184f64f868492769a8870fa51d96303060be36373
6
+ metadata.gz: 3aed845a9ce8ab677fa37245704086a9f92f2937eada2c9eb5927b500891d8c8368f8174793b79e0325f48c650c205229fd325651417d75d869a44e497c9ecbd
7
+ data.tar.gz: 403ecb94bcf0b4865ddc084d4d2d6e0dcbde2812dd430812bd7241f20a9f4cf05f51e393bd065bb8ef41c70de07178a428c7626282ccf2357008c6dc036742b5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-alertcenter_v1beta1
2
2
 
3
+ ### v0.25.0 (2022-09-22)
4
+
5
+ * Regenerated using generator version 0.10.0
6
+
7
+ ### v0.24.0 (2022-07-20)
8
+
9
+ * Regenerated from discovery document revision 20220718
10
+ * Regenerated using generator version 0.9.0
11
+
3
12
  ### v0.23.0 (2022-06-30)
4
13
 
5
14
  * 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.25.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.10.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.25.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-09-26 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.7'
19
+ version: 0.9.0
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.7'
29
+ version: 0.9.0
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.23.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-alertcenter_v1beta1/v0.25.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: []