Class: Google::Cloud::AdvisoryNotifications::V1::Message

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/advisorynotifications/v1/service.rb

Overview

A message which contains notification details.

Defined Under Namespace

Classes: Body

Instance Attribute Summary collapse

Instance Attribute Details

#attachments::Array<::Google::Cloud::AdvisoryNotifications::V1::Attachment>

Returns The attachments to download.

Returns:



86
87
88
89
90
91
92
93
94
95
96
97
98
# File 'proto_docs/google/cloud/advisorynotifications/v1/service.rb', line 86

class Message
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # A message body containing text.
  # @!attribute [rw] text
  #   @return [::Google::Cloud::AdvisoryNotifications::V1::Text]
  #     The text content of the message body.
  class Body
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#body::Google::Cloud::AdvisoryNotifications::V1::Message::Body

Returns The message content.

Returns:



86
87
88
89
90
91
92
93
94
95
96
97
98
# File 'proto_docs/google/cloud/advisorynotifications/v1/service.rb', line 86

class Message
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # A message body containing text.
  # @!attribute [rw] text
  #   @return [::Google::Cloud::AdvisoryNotifications::V1::Text]
  #     The text content of the message body.
  class Body
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#create_time::Google::Protobuf::Timestamp

Returns The Message creation timestamp.

Returns:



86
87
88
89
90
91
92
93
94
95
96
97
98
# File 'proto_docs/google/cloud/advisorynotifications/v1/service.rb', line 86

class Message
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # A message body containing text.
  # @!attribute [rw] text
  #   @return [::Google::Cloud::AdvisoryNotifications::V1::Text]
  #     The text content of the message body.
  class Body
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#localization_time::Google::Protobuf::Timestamp

Returns Time when Message was localized.

Returns:



86
87
88
89
90
91
92
93
94
95
96
97
98
# File 'proto_docs/google/cloud/advisorynotifications/v1/service.rb', line 86

class Message
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # A message body containing text.
  # @!attribute [rw] text
  #   @return [::Google::Cloud::AdvisoryNotifications::V1::Text]
  #     The text content of the message body.
  class Body
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end