View Source GoogleApi.ContentWarehouse.V1.Model.IndexingMobileVoltVoltPerDocData (google_api_content_warehouse v0.4.0)
The protocol buffer stored in the legacyperdocdata muppet attachment for VOLT (go/volt). The data is used for ranking changes. Only CWV signals and secure signal are stored. MobileFriendliness is stored separately in the legacyperdocdata. Safe browsing and BAS/AER conditions are not used for ranking.
Attributes
-
desktopCwv
(type:GoogleApi.ContentWarehouse.V1.Model.IndexingMobileVoltCoreWebVitals.t
, default:nil
) - Desktop Core Wev Vital metrics. NOTE(yunchengz): This field will not be populated in Muppet. -
desktopDisplayUrlIsHttps
(type:boolean()
, default:nil
) - -
displayUrlIsHttps
(type:boolean()
, default:nil
) - -
mobileCwv
(type:GoogleApi.ContentWarehouse.V1.Model.IndexingMobileVoltCoreWebVitals.t
, default:nil
) - Mobile Core Web Vital metrics. NOTE(yunchengz): This field will not be populated in Muppet.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.IndexingMobileVoltVoltPerDocData{ desktopCwv: GoogleApi.ContentWarehouse.V1.Model.IndexingMobileVoltCoreWebVitals.t() | nil, desktopDisplayUrlIsHttps: boolean() | nil, displayUrlIsHttps: boolean() | nil, mobileCwv: GoogleApi.ContentWarehouse.V1.Model.IndexingMobileVoltCoreWebVitals.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.