Module: Google::Cloud::AdvisoryNotifications::V1::NotificationView

Defined in:
proto_docs/google/cloud/advisorynotifications/v1/service.rb

Overview

Notification view.

Constant Summary collapse

NOTIFICATION_VIEW_UNSPECIFIED =

Not specified, equivalent to BASIC.

0
BASIC =

Server responses only include title, creation time and Notification ID. Note: for internal use responses also include the last update time, the latest message text and whether notification has attachments.

1
FULL =

Include everything.

2