google-apis-cloudsupport_v2beta 0.19.0 → 0.20.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: c69e9c35fe59c2e27838ed1310ee78fbd82a631aae5f2661ef09e267fe554818
4
- data.tar.gz: e2f61eb48265586bfe865977ef9b7a63544a876c01824cf27811b36ac87d38cd
3
+ metadata.gz: 1c4da5958dcb64d4b9f2c99d0ed16de6033c710512422ac338168fd4f280efc2
4
+ data.tar.gz: 72b37dfaf8fb8ed25c0bcc60c3d4722544ac6c6914befe8ff446266d7d10997b
5
5
  SHA512:
6
- metadata.gz: 8f88a124ff03d2d406f9bdbf3fe5e7f284eaafa26775698d7458a385bb6b6548f642872564f679e1f793150525e524ad9253ecb9c0b83dc458ac0ee235db1e4c
7
- data.tar.gz: 4b2a40723b6fbc9e48ad23d62fdd6124248ad5679cf388d1d9572ae6898350eead34a7b507edbdef1ab2fc5f00a6a7c68287f5826e3b3b8c6c4aa81894198f2b
6
+ metadata.gz: bd0252a3bae567ba0e29b4a7c21ce6f8b6d900f7613f930e503d591532f5ab5b6e3f5eccd55e296415785d67f3e60de8d97dae525a39f76e1e7aabd2e18a577c
7
+ data.tar.gz: 61cc4cf8b90f60618b111109ad8b95ea1433d785be27e842a6edc02e65badbb2bb17a142dd481a1d70481d32892122fef05467704597eea0dee8264189bc139a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudsupport_v2beta
2
2
 
3
+ ### v0.20.0 (2023-04-16)
4
+
5
+ * Regenerated from discovery document revision 20230412
6
+
3
7
  ### v0.19.0 (2023-04-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20230330
@@ -166,6 +166,13 @@ module Google
166
166
  # @return [Google::Apis::CloudsupportV2beta::CaseClassification]
167
167
  attr_accessor :classification
168
168
 
169
+ # A user-supplied email address to send case update notifications for. This
170
+ # should only be used in BYOID flows, where we cannot infer the user's email
171
+ # address directly from their EUCs.
172
+ # Corresponds to the JSON property `contactEmail`
173
+ # @return [String]
174
+ attr_accessor :contact_email
175
+
169
176
  # Output only. The time this case was created.
170
177
  # Corresponds to the JSON property `createTime`
171
178
  # @return [String]
@@ -214,7 +221,7 @@ module Google
214
221
  # @return [String]
215
222
  attr_accessor :priority
216
223
 
217
- # The severity of this case. Deprecated. Use priority instead.
224
+ # REMOVED. The severity of this case. Use priority instead.
218
225
  # Corresponds to the JSON property `severity`
219
226
  # @return [String]
220
227
  attr_accessor :severity
@@ -255,6 +262,7 @@ module Google
255
262
  # Update properties of this object
256
263
  def update!(**args)
257
264
  @classification = args[:classification] if args.key?(:classification)
265
+ @contact_email = args[:contact_email] if args.key?(:contact_email)
258
266
  @create_time = args[:create_time] if args.key?(:create_time)
259
267
  @creator = args[:creator] if args.key?(:creator)
260
268
  @description = args[:description] if args.key?(:description)
@@ -338,8 +346,8 @@ module Google
338
346
  # @return [String]
339
347
  attr_accessor :name
340
348
 
341
- # Output only. An automatically generated plain text version of body with all
342
- # rich text syntax stripped.
349
+ # Output only. DEPRECATED. An automatically generated plain text version of body
350
+ # with all rich text syntax stripped.
343
351
  # Corresponds to the JSON property `plainTextBody`
344
352
  # @return [String]
345
353
  attr_accessor :plain_text_body
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudsupportV2beta
18
18
  # Version of the google-apis-cloudsupport_v2beta gem
19
- GEM_VERSION = "0.19.0"
19
+ GEM_VERSION = "0.20.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 = "20230330"
25
+ REVISION = "20230412"
26
26
  end
27
27
  end
28
28
  end
@@ -216,6 +216,7 @@ module Google
216
216
  class Representation < Google::Apis::Core::JsonRepresentation
217
217
  property :classification, as: 'classification', class: Google::Apis::CloudsupportV2beta::CaseClassification, decorator: Google::Apis::CloudsupportV2beta::CaseClassification::Representation
218
218
 
219
+ property :contact_email, as: 'contactEmail'
219
220
  property :create_time, as: 'createTime'
220
221
  property :creator, as: 'creator', class: Google::Apis::CloudsupportV2beta::Actor, decorator: Google::Apis::CloudsupportV2beta::Actor::Representation
221
222
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudsupport_v2beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.0
4
+ version: 0.20.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-02 00:00:00.000000000 Z
11
+ date: 2023-04-16 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-cloudsupport_v2beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsupport_v2beta/v0.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsupport_v2beta/v0.20.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudsupport_v2beta
63
63
  post_install_message:
64
64
  rdoc_options: []