GoogleApi.ContentWarehouse.V1.Model.IndexingConverterRedirectParams
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
If we detect any server or content based redirect, we will store the characteristics in this message.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
delay
(type:integer()
, default:nil
)
- The time difference between page loading and redirect occurrence. When missing, it means the redirect happens immediately (i.e. delay = 0). In seconds. -
frameTargetDeniesFraming
(type:boolean()
, default:nil
)
- Populated for SINGLE_FRAME and SINGLE_IFRAME redirects only and indicates that the target url requested not to be framed, by virtue of using the "X-Frame-Options" HTTP header. -
isDownload
(type:boolean()
, default:nil
)
- Indicates corresponding redirect is a download. This field is only set when rendering redirect chain is used. This field represents the value of corresponding "RedirectEvent.target_content_downloaded" field. -
isRenderingRedirect
(type:boolean()
, default:nil
)
- Indicates corresponding redirect is from rendering if set to true. -
metaRedirectFromTrawler
(type:boolean()
, default:nil
)
- If set, it means that the redirect of type META was detected by Trawler (as opposed to the content processor.) Only makes sense when type is META. -
type
(type:String.t
, default:nil
)
-
Type
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.IndexingConverterRedirectParams