Class: Google::Cloud::Support::V2::Comment

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#body::String

Returns 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.



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.

Returns:



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.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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