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: 8929df54c85d9609bed339f0bd29c737d671acb5b3296908966c614ae8e368cf
4
- data.tar.gz: 5da2507d2137931ab06bb44e26b6bead31e7ba5168f3af8ccece43a702ce97bf
3
+ metadata.gz: e17380e0c8df5be2f9ad78ba661b9d616eae4ef732c737f4b051e8eca4bde00d
4
+ data.tar.gz: f1cdad49cafae570fc528f5161a9243b0375f1fb5701545f4b2ee21adf88dfcd
5
5
  SHA512:
6
- metadata.gz: a5b36863e24fc53ca2c6900f9baef5e8ec6c901f70fa8d198044f5462b200a2b60dd08bea5cf995db393fa2dc6b7c02cc2e56a5c7319485a8b9376adedcc5bdd
7
- data.tar.gz: 83a13d2d480d1e7debf32e6f249c62808853187b320fc269af78cfaf2331c28acb5b9879c0c589c0afb084979f3029845a765e21da975de70ddb482ef75014d3
6
+ metadata.gz: 3ce3e423f3c5c071d14acef45ebc1d1a867180d40c5d6b1911049baf7e0f4dd0ec27fdd8d7f21f92959c19cd00576859f4ca188fd78d39a4afe1ecaaa8c7e8f5
7
+ data.tar.gz: cf44400343dc74a4d4da1c5742c1ed6106387e2849575a6375ea0081799876a906832a29ee4efd09ca9f047cebfab7d34927cb703ab8188ca3c03db5f23fe96c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-alertcenter_v1beta1
2
2
 
3
+ ### v0.17.0 (2022-02-23)
4
+
5
+ * Regenerated from discovery document revision 20220221
6
+
3
7
  ### v0.16.0 (2022-02-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20220131
@@ -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 metatdata updates in order to avoid race
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.16.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 = "20220131"
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.16.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-14 00:00:00.000000000 Z
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.16.0
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: []