Reference documentation and code samples for the Google Cloud Support V2 API class Google::Cloud::Support::V2::Comment.
A comment associated with a support case.
Case comments are the primary way for Google Support to communicate with a user who has opened a case. When a user responds to Google Support, the user's responses also appear as comments.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#body
def body() -> ::String
-
(::String) — The full comment body.
Maximum of 12800 characters.
#body=
def body=(value) -> ::String
-
value (::String) — The full comment body.
Maximum of 12800 characters.
-
(::String) — The full comment body.
Maximum of 12800 characters.
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — Output only. The time when the comment was created.
#creator
def creator() -> ::Google::Cloud::Support::V2::Actor
- (::Google::Cloud::Support::V2::Actor) — Output only. The user or Google Support agent who created the comment.
#name
def name() -> ::String
- (::String) — Output only. Identifier. The resource name of the comment.
#plain_text_body
def plain_text_body() -> ::String
-
(::String) — Output only. DEPRECATED. DO NOT USE.
A duplicate of the
body
field.This field is only present for legacy reasons.