Class: Google::Cloud::Support::V2beta::Comment
- Inherits:
-
Object
- Object
- Google::Cloud::Support::V2beta::Comment
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/support/v2beta/comment.rb
Overview
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.
Instance Attribute Summary collapse
-
#body ⇒ ::String
The full comment body.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#creator ⇒ ::Google::Cloud::Support::V2beta::Actor
readonly
Output only.
-
#name ⇒ ::String
readonly
Output only.
-
#plain_text_body ⇒ ::String
readonly
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
Instance Attribute Details
#body ⇒ ::String
Returns The full comment body.
Maximum of 12800 characters.
51 52 53 54 |
# File 'proto_docs/google/cloud/support/v2beta/comment.rb', line 51 class Comment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time when the comment was created.
51 52 53 54 |
# File 'proto_docs/google/cloud/support/v2beta/comment.rb', line 51 class Comment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#creator ⇒ ::Google::Cloud::Support::V2beta::Actor (readonly)
Returns Output only. The user or Google Support agent who created the comment.
51 52 53 54 |
# File 'proto_docs/google/cloud/support/v2beta/comment.rb', line 51 class Comment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String (readonly)
Returns Output only. Identifier. The resource name of the comment.
51 52 53 54 |
# File 'proto_docs/google/cloud/support/v2beta/comment.rb', line 51 class Comment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#plain_text_body ⇒ ::String (readonly)
This field is deprecated and may be removed in the next major version update.
Returns Output only. DEPRECATED. DO NOT USE.
A duplicate of the body field.
This field is only present for legacy reasons.
51 52 53 54 |
# File 'proto_docs/google/cloud/support/v2beta/comment.rb', line 51 class Comment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |