Enum UrlRetrievalStatus
public enum UrlRetrievalStatus
Fields
URL_RETRIEVAL_STATUS_ERROR = 2Url retrieval is failed due to error.
URL_RETRIEVAL_STATUS_PAYWALL = 3Url retrieval is failed because the content is behind paywall.
URL_RETRIEVAL_STATUS_SUCCESS = 1Url retrieval is successful.
URL_RETRIEVAL_STATUS_UNSAFE = 4Url retrieval is failed because the content is unsafe.
URL_RETRIEVAL_STATUS_UNSPECIFIED = 0Default value. This value is unused.