public enum ValidationState extends Enum<ValidationState> implements ProtocolMessageEnumA 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
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| INVALID | The contact is considered invalid. This may become the state if the contact's email is found to be unreachable. |
| INVALID_VALUE | The contact is considered invalid. This may become the state if the contact's email is found to be unreachable. |
| 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. |
| VALIDATION_STATE_UNSPECIFIED | The validation state is unknown or unspecified. |
| VALIDATION_STATE_UNSPECIFIED_VALUE | The validation state is unknown or unspecified. |
| 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. |
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() |