IndexingConverterRedirectParams

GoogleApi.ContentWarehouse.V1.Model.IndexingConverterRedirectParams


Table of Contents ▼

Jump to a specific part of the page:

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):

View Attributes

Attributes

  1. 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.
  2. 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.
  3. 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.
  4. isRenderingRedirect (type: boolean(), default: nil)
    - Indicates corresponding redirect is from rendering if set to true.
  5. 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.
  6. type (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.IndexingConverterRedirectParams{
delay: integer() | nil,
frameTargetDeniesFraming: boolean() | nil,
isDownload: boolean() | nil,
isRenderingRedirect: boolean() | nil,
metaRedirectFromTrawler: boolean() | nil,
type: String.t() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.IndexingConverterRedirectParams