public enum NotificationView extends Enum<NotificationView> implements ProtocolMessageEnum
Notification view.
Protobuf enum google.cloud.advisorynotifications.v1.NotificationView
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
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_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. |
FULL | Include everything. |
FULL_VALUE | Include everything. |
NOTIFICATION_VIEW_UNSPECIFIED | Not specified, equivalent to BASIC. |
NOTIFICATION_VIEW_UNSPECIFIED_VALUE | Not specified, equivalent to BASIC. |
UNRECOGNIZED |
Static Methods | |
---|---|
Name | Description |
forNumber(int value) | |
getDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
valueOf(String name) | |
values() |
Methods | |
---|---|
Name | Description |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() |