Enum NotificationConfig.EventType (2.4.0)

public enum NotificationConfig.EventType extends Enum<NotificationConfig.EventType> implements ProtocolMessageEnum

Types of notifications currently supported. Can be used to filter what notifications are sent.

Protobuf enum google.container.v1beta1.NotificationConfig.EventType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
EVENT_TYPE_UNSPECIFIED

Not set, will be ignored.

EVENT_TYPE_UNSPECIFIED = 0;

EVENT_TYPE_UNSPECIFIED_VALUE

Not set, will be ignored.

EVENT_TYPE_UNSPECIFIED = 0;

SECURITY_BULLETIN_EVENT

Corresponds with SecurityBulletinEvent.

SECURITY_BULLETIN_EVENT = 3;

SECURITY_BULLETIN_EVENT_VALUE

Corresponds with SecurityBulletinEvent.

SECURITY_BULLETIN_EVENT = 3;

UNRECOGNIZED
UPGRADE_AVAILABLE_EVENT

Corresponds with UpgradeAvailableEvent.

UPGRADE_AVAILABLE_EVENT = 1;

UPGRADE_AVAILABLE_EVENT_VALUE

Corresponds with UpgradeAvailableEvent.

UPGRADE_AVAILABLE_EVENT = 1;

UPGRADE_EVENT

Corresponds with UpgradeEvent.

UPGRADE_EVENT = 2;

UPGRADE_EVENT_VALUE

Corresponds with UpgradeEvent.

UPGRADE_EVENT = 2;

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