FeedItemValidationStatus
The possible validation statuses of a feed item.
Enums |
UNSPECIFIED
|
No value has been specified. |
UNKNOWN
|
Used for return value only. Represents value unknown in this version. |
PENDING
|
Validation pending. |
INVALID
|
An error was found. |
VALID
|
Feed item is semantically well-formed. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-12 UTC.
[null,null,["Last updated 2024-10-12 UTC."],[[["Feed items can have one of five validation statuses: `UNSPECIFIED`, `UNKNOWN`, `PENDING`, `INVALID`, and `VALID`."],["`UNSPECIFIED` and `UNKNOWN` are primarily used for internal system purposes and indicate missing or unknown values."],["`PENDING` status means the feed item is currently undergoing validation."],["If a feed item is found to have errors, it's assigned the `INVALID` status."],["A feed item marked as `VALID` indicates it is semantically correct and free of errors."]]],[]]