Class: Google::Cloud::AdvisoryNotifications::V1::Notification
- Inherits:
-
Object
- Object
- Google::Cloud::AdvisoryNotifications::V1::Notification
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/advisorynotifications/v1/service.rb
Overview
A notification object for notifying customers about security and privacy issues.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#messages ⇒ ::Array<::Google::Cloud::AdvisoryNotifications::V1::Message>
A list of messages in the notification.
-
#name ⇒ ::String
The resource name of the notification.
-
#notification_type ⇒ ::Google::Cloud::AdvisoryNotifications::V1::NotificationType
Type of notification.
-
#subject ⇒ ::Google::Cloud::AdvisoryNotifications::V1::Subject
The subject line of the notification.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Time the notification was created.
44 45 46 47 |
# File 'proto_docs/google/cloud/advisorynotifications/v1/service.rb', line 44 class Notification include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#messages ⇒ ::Array<::Google::Cloud::AdvisoryNotifications::V1::Message>
Returns A list of messages in the notification.
44 45 46 47 |
# File 'proto_docs/google/cloud/advisorynotifications/v1/service.rb', line 44 class Notification include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns The resource name of the notification. Format: organizations/{organization}/locations/{location}/notifications/{notification} or projects/{project}/locations/{location}/notifications/{notification}.
44 45 46 47 |
# File 'proto_docs/google/cloud/advisorynotifications/v1/service.rb', line 44 class Notification include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#notification_type ⇒ ::Google::Cloud::AdvisoryNotifications::V1::NotificationType
Returns Type of notification.
44 45 46 47 |
# File 'proto_docs/google/cloud/advisorynotifications/v1/service.rb', line 44 class Notification include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#subject ⇒ ::Google::Cloud::AdvisoryNotifications::V1::Subject
Returns The subject line of the notification.
44 45 46 47 |
# File 'proto_docs/google/cloud/advisorynotifications/v1/service.rb', line 44 class Notification include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |