IndexingDupsComputedLocalizedAlternateNamesLocaleEntry

GoogleApi.ContentWarehouse.V1.Model.IndexingDupsComputedLocalizedAlternateNamesLocaleEntry


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

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

View Attributes

Attributes

  1. clusterId (type: String.t, default: nil)
    - Cluster-ID of that locale entry. Not Populated if the message is part of a Cluster-Proto (e.g. when loaded as a signal). The data is being populated when the proto is used outside of the cluster context. For instance, when being used as a dups-computed-localized-alternate-name.
  2. deviceMatchInfo (type: String.t, default: nil)
    - Device match info calculated only by URL pattern.
  3. language (type: String.t, default: nil)
    - Language/Region code. E.g. "en-US" or "de". Allowed values are language-region codes based on the W3C recommendation http://www.w3.org/TR/html401/struct/dirlang.html#langcodes
  4. url (type: String.t, default: nil)
    - The alternate url representing the content for a specific language and region (or language only).
  5. urlEncoding (type: integer(), default: nil)
    - see webutil/urlencoding
  6. urlRegionCode (type: integer(), default: nil)
    - The region code that was extracted from the URL, either by the TLD or via a pattern (like 'en-ca' as a path element).. Always filled in if known, unlike the sometimes left out region part of the language field. Unknown Region Code

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.IndexingDupsComputedLocalizedAlternateNamesLocaleEntry{
clusterId: String.t() | nil,
deviceMatchInfo: String.t() | nil,
language: String.t() | nil,
url: String.t() | nil,
urlEncoding: integer() | nil,
urlRegionCode: integer() | nil
}

Function

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

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