ShingleSource

GoogleApi.ContentWarehouse.V1.Model.ShingleSource


Table of Contents ▼

Jump to a specific part of the page:

Description

This message represents a source of shingles. Used by ShingleInfoPerDocData.

Attributes List

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

View Attributes

Attributes

  1. id (type: integer(), default: nil)
    - Hash-value of the URL.
  2. numShingles (type: integer(), default: nil)
    - Number of shingles originating from this source.
  3. timestamp (type: integer(), default: nil)
    - First-seen timestamp of the source.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ShingleSource{
id: integer() | nil,
numShingles: integer() | nil,
timestamp: integer() | nil
}

Function

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

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