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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ac17e8af47bbb8a63897071ac221ce229c62ef0379c2548647cae43894bec5fb
|
4
|
+
data.tar.gz: 3bd458bf9e87bf07cc1c8a6b059c9966cd77a501933628eed33a675111b83194
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 545756281f9fee8ae6d6b9eeaac6b1a775cc9582b69b7086b657dfc3e9ebf285a18f4684cb380b89364a893f1291f125227116e7bdf1ef8a552f5c6008e212a0
|
7
|
+
data.tar.gz: 3db9815741ec5de00da34029d83cc0027d5e1f0adbdd2257c64f012c9057855aba90c40ca6a5a7cd363be97df483de7f567bb320bb23abc1d62faeaa2a30f560
|
data/CHANGELOG.md
CHANGED
@@ -439,22 +439,23 @@ module Google
|
|
439
439
|
end
|
440
440
|
end
|
441
441
|
|
442
|
-
# The explanation message associated with
|
443
|
-
#
|
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
|
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
|
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
|
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.
|
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 = "
|
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.
|
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-
|
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.
|
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: []
|