public enum AlertPolicy.AlertStrategy.NotificationPrompt extends Enum<AlertPolicy.AlertStrategy.NotificationPrompt> implements ProtocolMessageEnum
Control when notifications will be sent out.
Protobuf enum google.monitoring.v3.AlertPolicy.AlertStrategy.NotificationPrompt
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CLOSED |
Notify when an incident is closed. |
CLOSED_VALUE |
Notify when an incident is closed. |
NOTIFICATION_PROMPT_UNSPECIFIED |
No strategy specified. Treated as error. |
NOTIFICATION_PROMPT_UNSPECIFIED_VALUE |
No strategy specified. Treated as error. |
OPENED |
Notify when an incident is opened. |
OPENED_VALUE |
Notify when an incident is opened. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |