QualityRichsnippetsAppsProtosLaunchableAppPerDocData

GoogleApi.ContentWarehouse.V1.Model.QualityRichsnippetsAppsProtosLaunchableAppPerDocData


Table of Contents ▼

Jump to a specific part of the page:

Description

A subset of LaunchableApplication, which is stored in the PerDocData proto (indexer/perdocdata/perdocdata.proto) and thus stored in the Search Mustang index. It is used to identify documents containing app links at serving time by SuperRoot. A subset of LaunchableApplication is used to save on storage requirements.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. indexStatus (type: String.t, default: nil)
    -
  2. packageIdFingerprint (type: String.t, default: nil)
    - Android package id of the application associated with this document (example: 'com.imdb.mobile'), encoded with the Fingerprint2011() function.
  3. perAppInfoEncoded (type: String.t, default: nil)
    - A subset of the data in the PerAppInfo message, encoded to save on space. See quality/calypso/utils/app_info_utils.h for encoding/decoding.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualityRichsnippetsAppsProtosLaunchableAppPerDocData{
indexStatus: String.t() | nil,
packageIdFingerprint: String.t() | nil,
perAppInfoEncoded: String.t() | nil
}

Function

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

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