google-apis-alertcenter_v1beta1 0.1.0 → 0.2.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: 91c5df9c7c1d75a2334457974154b3a0b1e79fdb4746ba52efc61f0b7467b552
|
4
|
+
data.tar.gz: 8e025bf880cb7072b109305a1b05b1187c53f0a4317b6d0ac54eb3b51824fb4b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c1a10f6a17e61b98bd5b74f64a64fc82ae2ec61df85ab7c8d5d0d10e0be3948a8f7b284b84be227e42dde309275898ace4e844822ec8a56bc4c126c1a9087585
|
7
|
+
data.tar.gz: 9209e40e0dd244edbfd1d4ca010d6812a481c17aece046ef3f29930a136c2e57dba5b9a3548f13b89e6f7be7cfd8c80603cf6b68d86d3db7bb8ace2f0cbd6ed1
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-alertcenter_v1beta1
|
2
2
|
|
3
|
+
### v0.2.0 (2021-01-26)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20210123
|
6
|
+
* Regenerated using generator version 0.1.2
|
7
|
+
|
3
8
|
### v0.1.0 (2021-01-07)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20201231
|
@@ -861,6 +861,12 @@ module Google
|
|
861
861
|
# @return [String]
|
862
862
|
attr_accessor :description
|
863
863
|
|
864
|
+
# A header to display above the incident message. Typcially used to attach a
|
865
|
+
# localized notice on the timeline for followup comms translations.
|
866
|
+
# Corresponds to the JSON property `header`
|
867
|
+
# @return [String]
|
868
|
+
attr_accessor :header
|
869
|
+
|
864
870
|
# A one-line incident description.
|
865
871
|
# Corresponds to the JSON property `title`
|
866
872
|
# @return [String]
|
@@ -875,6 +881,7 @@ module Google
|
|
875
881
|
@affected_user_emails = args[:affected_user_emails] if args.key?(:affected_user_emails)
|
876
882
|
@attachment_data = args[:attachment_data] if args.key?(:attachment_data)
|
877
883
|
@description = args[:description] if args.key?(:description)
|
884
|
+
@header = args[:header] if args.key?(:header)
|
878
885
|
@title = args[:title] if args.key?(:title)
|
879
886
|
end
|
880
887
|
end
|
@@ -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.2.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.1.
|
22
|
+
GENERATOR_VERSION = "0.1.2"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210123"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -517,6 +517,7 @@ module Google
|
|
517
517
|
property :attachment_data, as: 'attachmentData', class: Google::Apis::AlertcenterV1beta1::Attachment, decorator: Google::Apis::AlertcenterV1beta1::Attachment::Representation
|
518
518
|
|
519
519
|
property :description, as: 'description'
|
520
|
+
property :header, as: 'header'
|
520
521
|
property :title, as: 'title'
|
521
522
|
end
|
522
523
|
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.2.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: 2021-
|
11
|
+
date: 2021-02-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -52,7 +52,7 @@ licenses:
|
|
52
52
|
metadata:
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-alertcenter_v1beta1/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-alertcenter_v1beta1/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-alertcenter_v1beta1/v0.2.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-alertcenter_v1beta1
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
69
69
|
- !ruby/object:Gem::Version
|
70
70
|
version: '0'
|
71
71
|
requirements: []
|
72
|
-
rubygems_version: 3.
|
72
|
+
rubygems_version: 3.2.6
|
73
73
|
signing_key:
|
74
74
|
specification_version: 4
|
75
75
|
summary: Simple REST client for Google Workspace Alert Center API V1beta1
|