Enumeration UrlRetrievalStatus

Status of the url retrieval.

Enumeration Members

URL_RETRIEVAL_STATUS_ERROR: "URL_RETRIEVAL_STATUS_ERROR"

Url retrieval is failed due to error.

URL_RETRIEVAL_STATUS_PAYWALL: "URL_RETRIEVAL_STATUS_PAYWALL"

Url retrieval is failed because the content is behind paywall.

URL_RETRIEVAL_STATUS_SUCCESS: "URL_RETRIEVAL_STATUS_SUCCESS"

Url retrieval is successful.

URL_RETRIEVAL_STATUS_UNSAFE: "URL_RETRIEVAL_STATUS_UNSAFE"

Url retrieval is failed because the content is unsafe.

URL_RETRIEVAL_STATUS_UNSPECIFIED: "URL_RETRIEVAL_STATUS_UNSPECIFIED"

Default value. This value is unused