Google Cloud Container V1 Client - Class EventType (2.8.0) Stay organized with collections Save and categorize content based on your preferences.
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 \ NotificationConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value | mixed |
static::value
| Parameter | |
|---|---|
| Name | Description |
name | mixed |
Constants
EVENT_TYPE_UNSPECIFIED
Value: 0Not set, will be ignored.
Generated from protobuf enumEVENT_TYPE_UNSPECIFIED = 0;
UPGRADE_AVAILABLE_EVENT
Value: 1Corresponds with UpgradeAvailableEvent.
Generated from protobuf enumUPGRADE_AVAILABLE_EVENT = 1;
UPGRADE_EVENT
Value: 2Corresponds with UpgradeEvent.
Generated from protobuf enumUPGRADE_EVENT = 2;
SECURITY_BULLETIN_EVENT
Value: 3Corresponds with SecurityBulletinEvent.
Generated from protobuf enumSECURITY_BULLETIN_EVENT = 3;
UPGRADE_INFO_EVENT
Value: 4Corresponds 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.