View Source GoogleApi.ContentWarehouse.V1.Model.IndexingConverterRedirectParams (google_api_content_warehouse v0.4.0)
If we detect any server or content based redirect, we will store the characteristics in this message.
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
) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
Functions
Unwrap a decoded JSON object into its complex fields.