Google Cloud Advisory Notifications V1 Client - Class NotificationView (0.6.0)

Reference documentation and code samples for the Google Cloud Advisory Notifications V1 Client class NotificationView.

Notification view.

Protobuf type google.cloud.advisorynotifications.v1.NotificationView

Namespace

Google \ Cloud \ AdvisoryNotifications \ V1

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

NOTIFICATION_VIEW_UNSPECIFIED

Value: 0

Not specified, equivalent to BASIC.

Generated from protobuf enum NOTIFICATION_VIEW_UNSPECIFIED = 0;

BASIC

Value: 1

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.

Generated from protobuf enum BASIC = 1;

FULL

Value: 2

Include everything.

Generated from protobuf enum FULL = 2;