RepositoryWebrefWebrefStatus

GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefWebrefStatus


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. dataEpoch (type: String.t, default: nil)
    - The epoch of the Webref static data (the name-filter.data file). As of Dec 2020 in prod Goldmine (in webref_daily_full_model_static_data) this value is over from the alpha model static data, since this is where most of the parts come from. I.e. the value does not correspond to the actual model being used.
  2. utilStatus (type: GoogleApi.ContentWarehouse.V1.Model.UtilStatusProto, default: nil)
    - Error that occurred during the annotation. This field is only populated by QRef (i.e. under QueryJoin.status) and never by WebRef (i.e. under WebrefEntities.status) anymore, which instead reports errors (and soon also taints) through standard Goldmine mechanisms.
  3. version (type: integer(), default: nil)
    - The version number of the annotator (the cl the binary was built from). Must be enabled via a command line flag. See also the Goldmine's indexing::annotations::AnnotationMeta proto.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefWebrefStatus{
dataEpoch: String.t() | nil,
utilStatus: GoogleApi.ContentWarehouse.V1.Model.UtilStatusProto.t() | nil,
version: integer() | nil
}

Function

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

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