Google Cloud Container V1 Client - Class EventType (1.10.3)

Reference documentation and code samples for the Google Cloud Container V1 Client class EventType.

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

Protobuf type google.container.v1.NotificationConfig.EventType

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

EVENT_TYPE_UNSPECIFIED

Value: 0

Not set, will be ignored.

Generated from protobuf enum EVENT_TYPE_UNSPECIFIED = 0;

UPGRADE_AVAILABLE_EVENT

Value: 1

Corresponds with UpgradeAvailableEvent.

Generated from protobuf enum UPGRADE_AVAILABLE_EVENT = 1;

UPGRADE_EVENT

Value: 2

Corresponds with UpgradeEvent.

Generated from protobuf enum UPGRADE_EVENT = 2;

SECURITY_BULLETIN_EVENT

Value: 3

Corresponds with SecurityBulletinEvent.

Generated from protobuf enum SECURITY_BULLETIN_EVENT = 3;