google-apis-cloudsupport_v2beta 0.36.0 → 0.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d6fe212355ff7a420b674a380e93a93c4c03e874cfec174328313015f0a0cc82
|
|
4
|
+
data.tar.gz: dd71f412d0fe14a0f6869b3fb90f158ec14ab88d00ef474aae6ba68a67152cbd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1d29a74451625d1960a3a50ad1a006ceb7963d0bdf248ac1989edb2a5c46a095aeca896b151b5a2b509e7e21a54b18a24ecb4cc7835c9fbe96ffc99c39285b64
|
|
7
|
+
data.tar.gz: a02dab0d55289fe875de67d7afd7af2ad9817a9a2acbcacac38d1962a51fc44cbbeaf79a67ba55fa4200a7fb8ffb16a83322200e4ac403fe1041f4dbd078bda1
|
data/CHANGELOG.md
CHANGED
|
@@ -355,19 +355,18 @@ module Google
|
|
|
355
355
|
end
|
|
356
356
|
end
|
|
357
357
|
|
|
358
|
-
#
|
|
359
|
-
#
|
|
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.
|
|
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
|
|
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
|
|
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.
|
|
388
|
-
#
|
|
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.
|
|
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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|