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 \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;