Enum NotificationSubscription.NotificationEventType (0.3.0)

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

ProtocolMessageEnum

Static Fields

Name Description
NOTIFICATION_EVENT_TYPE_UNSPECIFIED

Notifications event type is unspecified.

NOTIFICATION_EVENT_TYPE_UNSPECIFIED = 0;

NOTIFICATION_EVENT_TYPE_UNSPECIFIED_VALUE

Notifications event type is unspecified.

NOTIFICATION_EVENT_TYPE_UNSPECIFIED = 0;

PRODUCT_STATUS_CHANGE

Notification of product status changes, for example when product becomes disapproved.

PRODUCT_STATUS_CHANGE = 1;

PRODUCT_STATUS_CHANGE_VALUE

Notification of product status changes, for example when product becomes disapproved.

PRODUCT_STATUS_CHANGE = 1;

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()