The result of the URL context.
urlstring
The URL that was fetched.
The status of the URL retrieval.
| JSON representation |
|---|
{
"url": string,
"status": enum ( |
Status
The status of the URL retrieval.
| Enums | |
|---|---|
STATUS_UNSPECIFIED |
Unspecified status. This value should not be used. |
SUCCESS |
url retrieval is successful. |
ERROR |
url retrieval is failed due to error. |
PAYWALL |
url retrieval is failed because the content is behind paywall. |
UNSAFE |
url retrieval is failed because the content is unsafe. |