Google Cloud Container V1 Client - Class EventType (2.8.0)

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

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

Protobuf typegoogle.container.v1.NotificationConfig.EventType

Namespace

Google \ Cloud \ Container \ V1 \ NotificationConfig

Methods

static::name

Parameter
NameDescription
valuemixed

static::value

Parameter
NameDescription
namemixed

Constants

EVENT_TYPE_UNSPECIFIED

Value: 0

Not set, will be ignored.

Generated from protobuf enumEVENT_TYPE_UNSPECIFIED = 0;

UPGRADE_AVAILABLE_EVENT

Value: 1

Corresponds with UpgradeAvailableEvent.

Generated from protobuf enumUPGRADE_AVAILABLE_EVENT = 1;

UPGRADE_EVENT

Value: 2

Corresponds with UpgradeEvent.

Generated from protobuf enumUPGRADE_EVENT = 2;

SECURITY_BULLETIN_EVENT

Value: 3

Corresponds with SecurityBulletinEvent.

Generated from protobuf enumSECURITY_BULLETIN_EVENT = 3;

UPGRADE_INFO_EVENT

Value: 4

Corresponds with UpgradeInfoEvent.

Generated from protobuf enumUPGRADE_INFO_EVENT = 4;

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-01-24 UTC.