public enum NotificationSubscription.NotificationEventType extends Enum<NotificationSubscription.NotificationEventType> implements ProtocolMessageEnum
Represents the event type that the merchant is interested in receiving notifications for.
Protobuf enum
google.shopping.merchant.notifications.v1beta.NotificationSubscription.NotificationEventType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
NOTIFICATION_EVENT_TYPE_UNSPECIFIED |
Notifications event type is unspecified. |
NOTIFICATION_EVENT_TYPE_UNSPECIFIED_VALUE |
Notifications event type is unspecified. |
PRODUCT_STATUS_CHANGE |
Notification of product status changes, for example when product becomes disapproved. |
PRODUCT_STATUS_CHANGE_VALUE |
Notification of product status changes, for example when product becomes disapproved. |
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() |