Enum AlertPolicy.AlertStrategy.NotificationPrompt (3.56.0)

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

ProtocolMessageEnum

Static Fields

Name Description
CLOSED

Notify when an incident is closed.

CLOSED = 3;

CLOSED_VALUE

Notify when an incident is closed.

CLOSED = 3;

NOTIFICATION_PROMPT_UNSPECIFIED

No strategy specified. Treated as error.

NOTIFICATION_PROMPT_UNSPECIFIED = 0;

NOTIFICATION_PROMPT_UNSPECIFIED_VALUE

No strategy specified. Treated as error.

NOTIFICATION_PROMPT_UNSPECIFIED = 0;

OPENED

Notify when an incident is opened.

OPENED = 1;

OPENED_VALUE

Notify when an incident is opened.

OPENED = 1;

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()