Enum ValidationState (2.19.0)

See more code actions.
public enum ValidationState extends Enum<ValidationState> implements ProtocolMessageEnum

A contact's validation state indicates whether or not it is the correct contact to be receiving notifications for a particular resource.

Protobuf enum google.cloud.essentialcontacts.v1.ValidationState

ProtocolMessageEnum

Static Fields

NameDescription
INVALID

The contact is considered invalid. This may become the state if the contact's email is found to be unreachable.

INVALID = 2;

INVALID_VALUE

The contact is considered invalid. This may become the state if the contact's email is found to be unreachable.

INVALID = 2;

UNRECOGNIZED
VALID

The contact is marked as valid. This is usually done manually by the contact admin. All new contacts begin in the valid state.

VALID = 1;

VALIDATION_STATE_UNSPECIFIED

The validation state is unknown or unspecified.

VALIDATION_STATE_UNSPECIFIED = 0;

VALIDATION_STATE_UNSPECIFIED_VALUE

The validation state is unknown or unspecified.

VALIDATION_STATE_UNSPECIFIED = 0;

VALID_VALUE

The contact is marked as valid. This is usually done manually by the contact admin. All new contacts begin in the valid state.

VALID = 1;

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