google-apis-alertcenter_v1beta1 0.32.0 → 0.33.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: e8892af91301f0d4243f96db62eefcc4aebe1b156f837348fff94e693e7d8337
4
- data.tar.gz: 194e6d2bb49bc30a89283e9fd8984c88862fa550b6d71ca7a43fcf1a2fd5b7df
3
+ metadata.gz: ac17e8af47bbb8a63897071ac221ce229c62ef0379c2548647cae43894bec5fb
4
+ data.tar.gz: 3bd458bf9e87bf07cc1c8a6b059c9966cd77a501933628eed33a675111b83194
5
5
  SHA512:
6
- metadata.gz: c6374c4a7e80105b2b84cc9c84287a4709104f0ff8dab046af081898133de0371ccf731f1fa37f9b8f06b5a597c16af3abb68ae48706b8401974cca2dbe80d7a
7
- data.tar.gz: 2c8d05f8e22b60a444b54a5e05a3ac53ca49ec0bb512929760fd71df8a992acba7d03e3cbba1add484bf71320d9808ae5c57798f9c042a8551fccf2cd5160773
6
+ metadata.gz: 545756281f9fee8ae6d6b9eeaac6b1a775cc9582b69b7086b657dfc3e9ebf285a18f4684cb380b89364a893f1291f125227116e7bdf1ef8a552f5c6008e212a0
7
+ data.tar.gz: 3db9815741ec5de00da34029d83cc0027d5e1f0adbdd2257c64f012c9057855aba90c40ca6a5a7cd363be97df483de7f567bb320bb23abc1d62faeaa2a30f560
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-alertcenter_v1beta1
2
2
 
3
+ ### v0.33.0 (2023-04-23)
4
+
5
+ * Regenerated from discovery document revision 20230417
6
+
3
7
  ### v0.32.0 (2023-04-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20230403
@@ -439,22 +439,23 @@ module Google
439
439
  end
440
440
  end
441
441
 
442
- # The explanation message associated with ApnsCertificationExpiring and
443
- # ApnsCertificationExpired alerts.
442
+ # The explanation message associated with "APNS certificate is expiring soon"
443
+ # and "APNS certificate has expired" alerts.
444
444
  class ApnsCertificateExpirationInfo
445
445
  include Google::Apis::Core::Hashable
446
446
 
447
- # The Apple ID used for the certificate may be blank if admins didn't enter it.
447
+ # The Apple ID used to create the certificate. It may be blank if admins didn't
448
+ # enter it.
448
449
  # Corresponds to the JSON property `appleId`
449
450
  # @return [String]
450
451
  attr_accessor :apple_id
451
452
 
452
- # The expiration date of the APNS Certificate.
453
+ # The expiration date of the APNS certificate.
453
454
  # Corresponds to the JSON property `expirationTime`
454
455
  # @return [String]
455
456
  attr_accessor :expiration_time
456
457
 
457
- # The UID for the certificate.
458
+ # The UID of the certificate.
458
459
  # Corresponds to the JSON property `uid`
459
460
  # @return [String]
460
461
  attr_accessor :uid
@@ -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.32.0"
19
+ GEM_VERSION = "0.33.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230403"
25
+ REVISION = "20230417"
26
26
  end
27
27
  end
28
28
  end
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.32.0
4
+ version: 0.33.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: 2023-04-16 00:00:00.000000000 Z
11
+ date: 2023-04-23 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.32.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-alertcenter_v1beta1/v0.33.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: []