Enum AlertPolicy.ConditionCombinerType (3.3.6)

public enum AlertPolicy.ConditionCombinerType extends Enum<AlertPolicy.ConditionCombinerType> implements ProtocolMessageEnum

Operators for combining conditions.

Protobuf enum google.monitoring.v3.AlertPolicy.ConditionCombinerType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
AND

Combine conditions using the logical AND operator. An incident is created only if all the conditions are met simultaneously. This combiner is satisfied if all conditions are met, even if they are met on completely different resources.

AND = 1;

AND_VALUE

Combine conditions using the logical AND operator. An incident is created only if all the conditions are met simultaneously. This combiner is satisfied if all conditions are met, even if they are met on completely different resources.

AND = 1;

AND_WITH_MATCHING_RESOURCE

Combine conditions using logical AND operator, but unlike the regular AND option, an incident is created only if all conditions are met simultaneously on at least one resource.

AND_WITH_MATCHING_RESOURCE = 3;

AND_WITH_MATCHING_RESOURCE_VALUE

Combine conditions using logical AND operator, but unlike the regular AND option, an incident is created only if all conditions are met simultaneously on at least one resource.

AND_WITH_MATCHING_RESOURCE = 3;

COMBINE_UNSPECIFIED

An unspecified combiner.

COMBINE_UNSPECIFIED = 0;

COMBINE_UNSPECIFIED_VALUE

An unspecified combiner.

COMBINE_UNSPECIFIED = 0;

OR

Combine conditions using the logical OR operator. An incident is created if any of the listed conditions is met.

OR = 2;

OR_VALUE

Combine conditions using the logical OR operator. An incident is created if any of the listed conditions is met.

OR = 2;

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