Enum NotificationView (0.30.0)

public enum NotificationView extends Enum<NotificationView> implements ProtocolMessageEnum

Notification view.

Protobuf enum google.cloud.advisorynotifications.v1.NotificationView

Implements

ProtocolMessageEnum

Static Fields

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

BASIC = 1;

BASIC_VALUE

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.

BASIC = 1;

FULL

Include everything.

FULL = 2;

FULL_VALUE

Include everything.

FULL = 2;

NOTIFICATION_VIEW_UNSPECIFIED

Not specified, equivalent to BASIC.

NOTIFICATION_VIEW_UNSPECIFIED = 0;

NOTIFICATION_VIEW_UNSPECIFIED_VALUE

Not specified, equivalent to BASIC.

NOTIFICATION_VIEW_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()