[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Google Cloud Essential Contacts V1 Client - Class ValidationState (1.0.5)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.5 (latest)](/php/docs/reference/cloud-essential-contacts/latest/V1.ValidationState)\n- [1.0.4](/php/docs/reference/cloud-essential-contacts/1.0.4/V1.ValidationState)\n- [0.4.5](/php/docs/reference/cloud-essential-contacts/0.4.5/V1.ValidationState)\n- [0.3.4](/php/docs/reference/cloud-essential-contacts/0.3.4/V1.ValidationState)\n- [0.2.13](/php/docs/reference/cloud-essential-contacts/0.2.13/V1.ValidationState) \nReference documentation and code samples for the Google Cloud Essential Contacts V1 Client class ValidationState.\n\nA contact's validation state indicates whether or not it is the correct\ncontact to be receiving notifications for a particular resource.\n\nProtobuf type `google.cloud.essentialcontacts.v1.ValidationState`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ EssentialContacts \\\\ V1\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### VALIDATION_STATE_UNSPECIFIED\n\n Value: 0\n\nThe validation state is unknown or unspecified.\n\nGenerated from protobuf enum `VALIDATION_STATE_UNSPECIFIED = 0;`\n\n### VALID\n\n Value: 1\n\nThe contact is marked as valid. This is usually done manually by the\ncontact admin. All new contacts begin in the valid state.\n\nGenerated from protobuf enum `VALID = 1;`\n\n### INVALID\n\n Value: 2\n\nThe contact is considered invalid. This may become the state if the\ncontact's email is found to be unreachable.\n\nGenerated from protobuf enum `INVALID = 2;`"]]