Reference documentation and code samples for the Google Cloud Essential Contacts V1 Client class NotificationCategory.
The notification categories that an essential contact can be subscribed to.
Each notification will be categorized by the sender into one of the following categories. All contacts that are subscribed to that category will receive the notification.
Protobuf type google.cloud.essentialcontacts.v1.NotificationCategory
Namespace
Google \ Cloud \ EssentialContacts \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
NOTIFICATION_CATEGORY_UNSPECIFIED
Value: 0
Notification category is unrecognized or unspecified.
Generated from protobuf enum NOTIFICATION_CATEGORY_UNSPECIFIED = 0;
ALL
Value: 2
All notifications related to the resource, including notifications pertaining to categories added in the future.
Generated from protobuf enum ALL = 2;
SUSPENSION
Value: 3
Notifications related to imminent account suspension.
Generated from protobuf enum SUSPENSION = 3;
SECURITY
Value: 5
Notifications related to security/privacy incidents, notifications, and vulnerabilities.
Generated from protobuf enum SECURITY = 5;
TECHNICAL
Value: 6
Notifications related to technical events and issues such as outages, errors, or bugs.
Generated from protobuf enum TECHNICAL = 6;
BILLING
Value: 7
Notifications related to billing and payments notifications, price updates, errors, or credits.
Generated from protobuf enum BILLING = 7;
LEGAL
Value: 8
Notifications related to enforcement actions, regulatory compliance, or government notices.
Generated from protobuf enum LEGAL = 8;
PRODUCT_UPDATES
Value: 9
Notifications related to new versions, product terms updates, or deprecations.
Generated from protobuf enum PRODUCT_UPDATES = 9;
TECHNICAL_INCIDENTS
Value: 10
Child category of TECHNICAL. If assigned, technical incident notifications will go to these contacts instead of TECHNICAL.
Generated from protobuf enum TECHNICAL_INCIDENTS = 10;