google-apis-alertcenter_v1beta1 0.31.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: deda3be38fb424b28584e72f751ad547dfa5f955e16cb3a510d1d72a301fd404
4
- data.tar.gz: '0648a6729f33beafd44a04091174644a035d2a1f70404b1dd8aff6bf03bc5d0f'
3
+ metadata.gz: ac17e8af47bbb8a63897071ac221ce229c62ef0379c2548647cae43894bec5fb
4
+ data.tar.gz: 3bd458bf9e87bf07cc1c8a6b059c9966cd77a501933628eed33a675111b83194
5
5
  SHA512:
6
- metadata.gz: ef5f6f7d172d7c2e185a85af2a61941f92a9b878acb03115facdb6c3907084341474645cddef372fec7fe0547d0dd23687226fefdd2770b965d625d4295abea3
7
- data.tar.gz: 9df02a353e2d50ca25ac2d42485edecdbdb1ffb3d7f4427172c2278a10dfe87b2a5f04685d3266d836abfc452968c0bd0e401540d11dee4178bba6243b4c376f
6
+ metadata.gz: 545756281f9fee8ae6d6b9eeaac6b1a775cc9582b69b7086b657dfc3e9ebf285a18f4684cb380b89364a893f1291f125227116e7bdf1ef8a552f5c6008e212a0
7
+ data.tar.gz: 3db9815741ec5de00da34029d83cc0027d5e1f0adbdd2257c64f012c9057855aba90c40ca6a5a7cd363be97df483de7f567bb320bb23abc1d62faeaa2a30f560
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.32.0 (2023-04-16)
8
+
9
+ * Regenerated from discovery document revision 20230403
10
+
3
11
  ### v0.31.0 (2023-03-19)
4
12
 
5
13
  * Regenerated from discovery document revision 20230313
@@ -48,7 +48,7 @@ module Google
48
48
  end
49
49
  end
50
50
 
51
- # A warning that the customer's account is about to be suspended.
51
+ # LINT.IfChange A warning that the customer's account is about to be suspended.
52
52
  class AccountSuspensionWarning
53
53
  include Google::Apis::Core::Hashable
54
54
 
@@ -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.31.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 = "20230313"
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.31.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-03-19 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.31.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: []