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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#body
def body() -> ::String
Returns
- (::String) — The full comment body. Maximum of 12800 characters. This can contain rich text syntax.
#body=
def body=(value) -> ::String
Parameter
- value (::String) — The full comment body. Maximum of 12800 characters. This can contain rich text syntax.
Returns
- (::String) — The full comment body. Maximum of 12800 characters. This can contain rich text syntax.
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The time when this comment was created.
#creator
def creator() -> ::Google::Cloud::Support::V2::Actor
Returns
- (::Google::Cloud::Support::V2::Actor) — Output only. The user or Google Support agent created this comment.
#name
def name() -> ::String
Returns
- (::String) — Output only. The resource name for the comment.
#plain_text_body
def plain_text_body() -> ::String
Returns
- (::String) — Output only. DEPRECATED. An automatically generated plain text version of body with all rich text syntax stripped.