google-apis-cloudsupport_v2beta 0.36.0 → 0.37.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: 8faff826ea41587e20e1cc0a83b1e02e34e3bb1eb5b4da6f26cf1e758a53cf86
4
- data.tar.gz: 61b1a0e06a998557ceb72909627017b126b97eedf573a0ac64cccc61ea9c86af
3
+ metadata.gz: d6fe212355ff7a420b674a380e93a93c4c03e874cfec174328313015f0a0cc82
4
+ data.tar.gz: dd71f412d0fe14a0f6869b3fb90f158ec14ab88d00ef474aae6ba68a67152cbd
5
5
  SHA512:
6
- metadata.gz: 0204c483cd9ad2cae15aedeae862bd42aa46dd2eef8bd0aba3137cc09447cdc21cbd2d8462bee4ce38f3dec3faa0df8f2c87685aef1004bbd3f0993cb07561fd
7
- data.tar.gz: f48637b03f36177b1cee0536a0defb2b3b36fcc82422508ada2bdd44c2116e9bd543fcbb6a690c63404da98ff3499d93eb0562e2769099c93be6e3d50d6892e1
6
+ metadata.gz: 1d29a74451625d1960a3a50ad1a006ceb7963d0bdf248ac1989edb2a5c46a095aeca896b151b5a2b509e7e21a54b18a24ecb4cc7835c9fbe96ffc99c39285b64
7
+ data.tar.gz: a02dab0d55289fe875de67d7afd7af2ad9817a9a2acbcacac38d1962a51fc44cbbeaf79a67ba55fa4200a7fb8ffb16a83322200e4ac403fe1041f4dbd078bda1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudsupport_v2beta
2
2
 
3
+ ### v0.37.0 (2024-04-07)
4
+
5
+ * Regenerated from discovery document revision 20240403
6
+
3
7
  ### v0.36.0 (2024-03-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20240320
@@ -355,19 +355,18 @@ module Google
355
355
  end
356
356
  end
357
357
 
358
- # Case comments are the main way Google Support communicates with a user who has
359
- # opened a case. When a user responds to Google Support, the user's responses
360
- # also appear as comments.
358
+ # A comment associated with a support case. Case comments are the primary way
359
+ # for Google Support to communicate with a user who has opened a case. When a
360
+ # user responds to Google Support, the user's responses also appear as comments.
361
361
  class Comment
362
362
  include Google::Apis::Core::Hashable
363
363
 
364
- # The full comment body. Maximum of 12800 characters. This can contain rich text
365
- # syntax.
364
+ # The full comment body. Maximum of 12800 characters.
366
365
  # Corresponds to the JSON property `body`
367
366
  # @return [String]
368
367
  attr_accessor :body
369
368
 
370
- # Output only. The time when this comment was created.
369
+ # Output only. The time when the comment was created.
371
370
  # Corresponds to the JSON property `createTime`
372
371
  # @return [String]
373
372
  attr_accessor :create_time
@@ -379,13 +378,13 @@ module Google
379
378
  # @return [Google::Apis::CloudsupportV2beta::Actor]
380
379
  attr_accessor :creator
381
380
 
382
- # Output only. The resource name for the comment.
381
+ # Output only. Identifier. The resource name of the comment.
383
382
  # Corresponds to the JSON property `name`
384
383
  # @return [String]
385
384
  attr_accessor :name
386
385
 
387
- # Output only. DEPRECATED. An automatically generated plain text version of body
388
- # with all rich text syntax stripped.
386
+ # Output only. DEPRECATED. DO NOT USE. A duplicate of the `body` field. This
387
+ # field is only present for legacy reasons.
389
388
  # Corresponds to the JSON property `plainTextBody`
390
389
  # @return [String]
391
390
  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.36.0"
19
+ GEM_VERSION = "0.37.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240320"
25
+ REVISION = "20240403"
26
26
  end
27
27
  end
28
28
  end
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.36.0
4
+ version: 0.37.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: 2024-03-24 00:00:00.000000000 Z
11
+ date: 2024-04-07 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.36.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsupport_v2beta/v0.37.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: []