Class: Google::Cloud::Support::V2beta::Comment

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

Instance Attribute Details

#body::String

Returns The full comment body.

Maximum of 12800 characters.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:



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.

Returns:

  • (::String)

    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)

Deprecated.

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.

Returns:

  • (::String)

    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