Advisory Notifications V1 API - Class Google::Cloud::AdvisoryNotifications::V1::Notification (v0.1.0)

Reference documentation and code samples for the Advisory Notifications V1 API class Google::Cloud::AdvisoryNotifications::V1::Notification.

A notification object for notifying customers about security and privacy issues.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#create_time

def create_time() -> ::Google::Protobuf::Timestamp
Returns

#messages

def messages() -> ::Array<::Google::Cloud::AdvisoryNotifications::V1::Message>
Returns

#messages=

def messages=(value) -> ::Array<::Google::Cloud::AdvisoryNotifications::V1::Message>
Parameter
Returns

#name

def name() -> ::String
Returns
  • (::String) — The resource name of the notification. Format: organizations/{organization}/locations/{location}/notifications/{notification}.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — The resource name of the notification. Format: organizations/{organization}/locations/{location}/notifications/{notification}.
Returns
  • (::String) — The resource name of the notification. Format: organizations/{organization}/locations/{location}/notifications/{notification}.

#subject

def subject() -> ::Google::Cloud::AdvisoryNotifications::V1::Subject
Returns

#subject=

def subject=(value) -> ::Google::Cloud::AdvisoryNotifications::V1::Subject
Parameter
Returns