GoogleApi.ContentWarehouse.V1.Model.IndexingMobileInterstitialsProtoDesktopInterstitials
Table of Contents ▼
Jump to a specific part of the page:
Description
Desktop interstitials signal. The message contains both fields for site-level signal lookup in Index Signals (go/index-signals) and fields for final attachment in DocJoin.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
details
(type:list(GoogleApi.ContentWarehouse.V1.Model.IndexingMobileInterstitialsProtoDesktopInterstitialsDetails)
, default:nil
)
- -
pipelineEpoch
(type:String.t
, default:nil
)
- Epoch of the interstitial offline pipeline generating this signal. -
pipelinePattern
(type:String.t
, default:nil
)
- If present, pipeline_pattern identifies the cluster of URLs for which the signal value was smeared. -
urlTree
(type:GoogleApi.ContentWarehouse.V1.Model.IndexingUrlPatternUrlTreeUrlTree
, default:nil
)
- URL tree of interstitial patterns belong to the host, to be used as site-level signal in Index Signals. A pattern may contain a payload InterstitialPatternPayload, which will indicate the violated interstitial types of this pattern. -
violatesDesktopInterstitialPolicy
(type:boolean()
, default:nil
)
- Overall policy violation status. If this is true, at least one of the InterstitialSignal below indicates a violation.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.IndexingMobileInterstitialsProtoDesktopInterstitials{
details: [ GoogleApi.ContentWarehouse.V1.Model.IndexingMobileInterstitialsProtoDesktopInterstitialsDetails.t() ] | nil,
pipelineEpoch: String.t() | nil,
pipelinePattern: String.t() | nil,
urlTree: GoogleApi.ContentWarehouse.V1.Model.IndexingUrlPatternUrlTreeUrlTree.t() | nil,
violatesDesktopInterstitialPolicy: boolean() | nil
}
details: [ GoogleApi.ContentWarehouse.V1.Model.IndexingMobileInterstitialsProtoDesktopInterstitialsDetails.t() ] | nil,
pipelineEpoch: String.t() | nil,
pipelinePattern: String.t() | nil,
urlTree: GoogleApi.ContentWarehouse.V1.Model.IndexingUrlPatternUrlTreeUrlTree.t() | nil,
violatesDesktopInterstitialPolicy: boolean() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.IndexingMobileInterstitialsProtoDesktopInterstitials