google-apis-alertcenter_v1beta1 0.16.0 → 0.17.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: e17380e0c8df5be2f9ad78ba661b9d616eae4ef732c737f4b051e8eca4bde00d
|
4
|
+
data.tar.gz: f1cdad49cafae570fc528f5161a9243b0375f1fb5701545f4b2ee21adf88dfcd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3ce3e423f3c5c071d14acef45ebc1d1a867180d40c5d6b1911049baf7e0f4dd0ec27fdd8d7f21f92959c19cd00576859f4ca188fd78d39a4afe1ecaaa8c7e8f5
|
7
|
+
data.tar.gz: cf44400343dc74a4d4da1c5742c1ed6106387e2849575a6375ea0081799876a906832a29ee4efd09ca9f047cebfab7d34927cb703ab8188ca3c03db5f23fe96c
|
data/CHANGELOG.md
CHANGED
@@ -391,7 +391,7 @@ module Google
|
|
391
391
|
# Optional. `etag` is used for optimistic concurrency control as a way to help
|
392
392
|
# prevent simultaneous updates of an alert metadata from overwriting each other.
|
393
393
|
# It is strongly suggested that systems make use of the `etag` in the read-
|
394
|
-
# modify-write cycle to perform
|
394
|
+
# modify-write cycle to perform metadata updates in order to avoid race
|
395
395
|
# conditions: An `etag` is returned in the response which contains alert
|
396
396
|
# metadata, and systems are expected to put that etag in the request to update
|
397
397
|
# alert metadata to ensure that their change will be applied to the same version
|
@@ -1019,6 +1019,11 @@ module Google
|
|
1019
1019
|
# @return [String]
|
1020
1020
|
attr_accessor :description
|
1021
1021
|
|
1022
|
+
# Customer domain for email template personalization.
|
1023
|
+
# Corresponds to the JSON property `domain`
|
1024
|
+
# @return [String]
|
1025
|
+
attr_accessor :domain
|
1026
|
+
|
1022
1027
|
# A header to display above the incident message. Typically used to attach a
|
1023
1028
|
# localized notice on the timeline for followup comms translations.
|
1024
1029
|
# Corresponds to the JSON property `header`
|
@@ -1039,6 +1044,7 @@ module Google
|
|
1039
1044
|
@affected_user_emails = args[:affected_user_emails] if args.key?(:affected_user_emails)
|
1040
1045
|
@attachment_data = args[:attachment_data] if args.key?(:attachment_data)
|
1041
1046
|
@description = args[:description] if args.key?(:description)
|
1047
|
+
@domain = args[:domain] if args.key?(:domain)
|
1042
1048
|
@header = args[:header] if args.key?(:header)
|
1043
1049
|
@title = args[:title] if args.key?(:title)
|
1044
1050
|
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.17.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220221"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -611,6 +611,7 @@ module Google
|
|
611
611
|
property :attachment_data, as: 'attachmentData', class: Google::Apis::AlertcenterV1beta1::Attachment, decorator: Google::Apis::AlertcenterV1beta1::Attachment::Representation
|
612
612
|
|
613
613
|
property :description, as: 'description'
|
614
|
+
property :domain, as: 'domain'
|
614
615
|
property :header, as: 'header'
|
615
616
|
property :title, as: 'title'
|
616
617
|
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.17.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-02-
|
11
|
+
date: 2022-02-28 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.17.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: []
|