Class: Google::Cloud::AdvisoryNotifications::V1::Notification

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 notification object for notifying customers about security and privacy issues.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns Output only. Time the notification was created.

Returns:



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.

Returns:



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}.

Returns:

  • (::String)

    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.

Returns:



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