Class: Google::Cloud::Support::V2beta::FeedItem

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/support/v2beta/feed_item.rb

Overview

A feed item associated with a support case.

Instance Attribute Summary collapse

Instance Attribute Details

#attachment::Google::Cloud::Support::V2beta::Attachment (readonly)

Returns Output only. An attachment attached to the case.

Note: The following fields are mutually exclusive: attachment, comment, email_message, deleted_attachment. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Support::V2beta::Attachment)

    Output only. An attachment attached to the case.

    Note: The following fields are mutually exclusive: attachment, comment, email_message, deleted_attachment. If a field in that set is populated, all other fields in the set will automatically be cleared.



49
50
51
52
# File 'proto_docs/google/cloud/support/v2beta/feed_item.rb', line 49

class FeedItem
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#comment::Google::Cloud::Support::V2beta::Comment (readonly)

Returns Output only. A comment added to the case.

Note: The following fields are mutually exclusive: comment, attachment, email_message, deleted_attachment. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Support::V2beta::Comment)

    Output only. A comment added to the case.

    Note: The following fields are mutually exclusive: comment, attachment, email_message, deleted_attachment. If a field in that set is populated, all other fields in the set will automatically be cleared.



49
50
51
52
# File 'proto_docs/google/cloud/support/v2beta/feed_item.rb', line 49

class FeedItem
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#deleted_attachment::Google::Cloud::Support::V2beta::Attachment (readonly)

Returns Output only. A deleted attachment that used to be associated with the support case.

Note: The following fields are mutually exclusive: deleted_attachment, comment, attachment, email_message. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Support::V2beta::Attachment)

    Output only. A deleted attachment that used to be associated with the support case.

    Note: The following fields are mutually exclusive: deleted_attachment, comment, attachment, email_message. If a field in that set is populated, all other fields in the set will automatically be cleared.



49
50
51
52
# File 'proto_docs/google/cloud/support/v2beta/feed_item.rb', line 49

class FeedItem
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#email_message::Google::Cloud::Support::V2beta::EmailMessage (readonly)

Returns Output only. An email message received in reply to the case.

Note: The following fields are mutually exclusive: email_message, comment, attachment, deleted_attachment. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Support::V2beta::EmailMessage)

    Output only. An email message received in reply to the case.

    Note: The following fields are mutually exclusive: email_message, comment, attachment, deleted_attachment. If a field in that set is populated, all other fields in the set will automatically be cleared.



49
50
51
52
# File 'proto_docs/google/cloud/support/v2beta/feed_item.rb', line 49

class FeedItem
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#event_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Time corresponding to the event of this item.

Returns:



49
50
51
52
# File 'proto_docs/google/cloud/support/v2beta/feed_item.rb', line 49

class FeedItem
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end