Class: Google::Cloud::AdvisoryNotifications::V1::Message
- Inherits:
-
Object
- Object
- Google::Cloud::AdvisoryNotifications::V1::Message
- 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
-
#attachments ⇒ ::Array<::Google::Cloud::AdvisoryNotifications::V1::Attachment>
The attachments to download.
-
#body ⇒ ::Google::Cloud::AdvisoryNotifications::V1::Message::Body
The message content.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
The Message creation timestamp.
-
#localization_time ⇒ ::Google::Protobuf::Timestamp
Time when Message was localized.
Instance Attribute Details
#attachments ⇒ ::Array<::Google::Cloud::AdvisoryNotifications::V1::Attachment>
Returns The attachments to download.
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.
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.
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.
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 |