Enum AlertPolicy.Condition.EvaluationMissingData (3.4.4)

public enum AlertPolicy.Condition.EvaluationMissingData extends Enum<AlertPolicy.Condition.EvaluationMissingData> implements ProtocolMessageEnum

A condition control that determines how metric-threshold conditions are evaluated when data stops arriving. This control doesn't affect metric-absence policies.

Protobuf enum google.monitoring.v3.AlertPolicy.Condition.EvaluationMissingData

Implements

ProtocolMessageEnum

Static Fields

NameDescription
EVALUATION_MISSING_DATA_ACTIVE

If there is no data to evaluate the condition, then evaluate the condition as true.

EVALUATION_MISSING_DATA_ACTIVE = 2;

EVALUATION_MISSING_DATA_ACTIVE_VALUE

If there is no data to evaluate the condition, then evaluate the condition as true.

EVALUATION_MISSING_DATA_ACTIVE = 2;

EVALUATION_MISSING_DATA_INACTIVE

If there is no data to evaluate the condition, then evaluate the condition as false.

EVALUATION_MISSING_DATA_INACTIVE = 1;

EVALUATION_MISSING_DATA_INACTIVE_VALUE

If there is no data to evaluate the condition, then evaluate the condition as false.

EVALUATION_MISSING_DATA_INACTIVE = 1;

EVALUATION_MISSING_DATA_NO_OP

Do not evaluate the condition to any value if there is no data.

EVALUATION_MISSING_DATA_NO_OP = 3;

EVALUATION_MISSING_DATA_NO_OP_VALUE

Do not evaluate the condition to any value if there is no data.

EVALUATION_MISSING_DATA_NO_OP = 3;

EVALUATION_MISSING_DATA_UNSPECIFIED

An unspecified evaluation missing data option. Equivalent to EVALUATION_MISSING_DATA_NO_OP.

EVALUATION_MISSING_DATA_UNSPECIFIED = 0;

EVALUATION_MISSING_DATA_UNSPECIFIED_VALUE

An unspecified evaluation missing data option. Equivalent to EVALUATION_MISSING_DATA_NO_OP.

EVALUATION_MISSING_DATA_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()