google-apis-alertcenter_v1beta1 0.17.0 → 0.18.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: e17380e0c8df5be2f9ad78ba661b9d616eae4ef732c737f4b051e8eca4bde00d
4
- data.tar.gz: f1cdad49cafae570fc528f5161a9243b0375f1fb5701545f4b2ee21adf88dfcd
3
+ metadata.gz: '0852f456b7529c0142a8c93b63c4d1b23b1133045a1c20a1fac11f26f8ac45f5'
4
+ data.tar.gz: c6424fdd8abad4f3817fac3d3821aef4604e599b054ea8ef763783d9220c0279
5
5
  SHA512:
6
- metadata.gz: 3ce3e423f3c5c071d14acef45ebc1d1a867180d40c5d6b1911049baf7e0f4dd0ec27fdd8d7f21f92959c19cd00576859f4ca188fd78d39a4afe1ecaaa8c7e8f5
7
- data.tar.gz: cf44400343dc74a4d4da1c5742c1ed6106387e2849575a6375ea0081799876a906832a29ee4efd09ca9f047cebfab7d34927cb703ab8188ca3c03db5f23fe96c
6
+ metadata.gz: 95b78598be7845ea3b4b02eaca48c2e1688e543c93bf7151d476bd3e6e59b926d1ef69f5600c29325959ca3c368239ae3e858f79ae39dc8703c555a06e3b6b70
7
+ data.tar.gz: 3ded884b0ac2994aabab0be18550038ceca1477e3b2749333ea422396f260b1f3dc842cbf5843dfeed1728bc134580ddebbf80c22da6d50fc4f06f15b4ca8200
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-alertcenter_v1beta1
2
2
 
3
+ ### v0.18.0 (2022-03-09)
4
+
5
+ * Regenerated from discovery document revision 20220307
6
+
3
7
  ### v0.17.0 (2022-02-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20220221
@@ -1203,6 +1203,32 @@ module Google
1203
1203
  end
1204
1204
  end
1205
1205
 
1206
+ # Alert Created by the MSA team for communications necessary for continued use
1207
+ # of Google Workspace Products.
1208
+ class MandatoryServiceAnnouncement
1209
+ include Google::Apis::Core::Hashable
1210
+
1211
+ # Detailed, freeform text describing the announcement
1212
+ # Corresponds to the JSON property `description`
1213
+ # @return [String]
1214
+ attr_accessor :description
1215
+
1216
+ # One line summary of the announcement
1217
+ # Corresponds to the JSON property `title`
1218
+ # @return [String]
1219
+ attr_accessor :title
1220
+
1221
+ def initialize(**args)
1222
+ update!(**args)
1223
+ end
1224
+
1225
+ # Update properties of this object
1226
+ def update!(**args)
1227
+ @description = args[:description] if args.key?(:description)
1228
+ @title = args[:title] if args.key?(:title)
1229
+ end
1230
+ end
1231
+
1206
1232
  # Proto that contains match information from the condition part of the rule.
1207
1233
  class MatchInfo
1208
1234
  include Google::Apis::Core::Hashable
@@ -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.17.0"
19
+ GEM_VERSION = "0.18.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 = "20220221"
25
+ REVISION = "20220307"
26
26
  end
27
27
  end
28
28
  end
@@ -220,6 +220,12 @@ module Google
220
220
  include Google::Apis::Core::JsonObjectSupport
221
221
  end
222
222
 
223
+ class MandatoryServiceAnnouncement
224
+ class Representation < Google::Apis::Core::JsonRepresentation; end
225
+
226
+ include Google::Apis::Core::JsonObjectSupport
227
+ end
228
+
223
229
  class MatchInfo
224
230
  class Representation < Google::Apis::Core::JsonRepresentation; end
225
231
 
@@ -666,6 +672,14 @@ module Google
666
672
  end
667
673
  end
668
674
 
675
+ class MandatoryServiceAnnouncement
676
+ # @private
677
+ class Representation < Google::Apis::Core::JsonRepresentation
678
+ property :description, as: 'description'
679
+ property :title, as: 'title'
680
+ end
681
+ end
682
+
669
683
  class MatchInfo
670
684
  # @private
671
685
  class Representation < Google::Apis::Core::JsonRepresentation
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.17.0
4
+ version: 0.18.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-28 00:00:00.000000000 Z
11
+ date: 2022-03-14 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.17.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-alertcenter_v1beta1/v0.18.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: []