Class: Google::Cloud::Support::V2::Comment
- Inherits:
-
Object
- Object
- Google::Cloud::Support::V2::Comment
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/support/v2/comment.rb
Overview
A comment associated with a support case.
Instance Attribute Summary collapse
-
#body ⇒ ::String
The full comment body.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#creator ⇒ ::Google::Cloud::Support::V2::Actor
readonly
Output only.
-
#name ⇒ ::String
readonly
Output only.
-
#plain_text_body ⇒ ::String
readonly
Output only.
Instance Attribute Details
#body ⇒ ::String
Returns The full comment body. Maximum of 12800 characters. This can contain rich text syntax.
42 43 44 45 |
# File 'proto_docs/google/cloud/support/v2/comment.rb', line 42 class Comment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time when this comment was created.
42 43 44 45 |
# File 'proto_docs/google/cloud/support/v2/comment.rb', line 42 class Comment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#creator ⇒ ::Google::Cloud::Support::V2::Actor (readonly)
Returns Output only. The user or Google Support agent created this comment.
42 43 44 45 |
# File 'proto_docs/google/cloud/support/v2/comment.rb', line 42 class Comment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String (readonly)
Returns Output only. The resource name for the comment.
42 43 44 45 |
# File 'proto_docs/google/cloud/support/v2/comment.rb', line 42 class Comment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#plain_text_body ⇒ ::String (readonly)
Returns Output only. DEPRECATED. An automatically generated plain text version of body with all rich text syntax stripped.
42 43 44 45 |
# File 'proto_docs/google/cloud/support/v2/comment.rb', line 42 class Comment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |