CompositeDocPartialUpdateInfo

GoogleApi.ContentWarehouse.V1.Model.CompositeDocPartialUpdateInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

Contains information about the partial updates present in a partial CompositeDoc.

Attributes List

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

View Attributes

Attributes

  1. goldmineAnnotatorNames (type: list(String.t), default: nil)
    - List of goldmine annotator updates present in the enclosing partial cdoc.
  2. imagesSignalNames (type: list(String.t), default: nil)
    - List of images signal updates present in the enclosing partial cdoc. Images signal name for a images signal is the unique name for the signal according to SignalSpec.
  3. lastFullIndexingInfo (type: list(GoogleApi.ContentWarehouse.V1.Model.CompositeDocPartialUpdateInfoLastFullIndexingInfo), default: nil)
    - Contains last full indexing information for partial updates.
  4. shouldLookupDocjoinsTier (type: integer(), default: nil)
    - Which tier we should do cdoc lookup to merge partial cdocs. This uses the integer value of indexing.selection.CorpusId. NOT intended for other usage.
  5. shouldLookupDocjoinsVerticalCorpus (type: String.t, default: nil)
    - Which vertical docjoin corpus we should do cdoc lookup to merge partial cdocs. This uses the string value of table name in google3/indexing/docjoins/spanner/schema/global_tables_data.sdl. For example, Voce and ShortVideo. NOT intended for other usage.
  6. signalNames (type: list(String.t), default: nil)
    - List of signal updates present in the enclosing partial cdoc. Signal name for a signal is unique name for the signal according to SignalSpec.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.CompositeDocPartialUpdateInfo{
goldmineAnnotatorNames: [String.t()] | nil,
imagesSignalNames: [String.t()] | nil,
lastFullIndexingInfo: [ GoogleApi.ContentWarehouse.V1.Model.CompositeDocPartialUpdateInfoLastFullIndexingInfo.t() ] | nil,
shouldLookupDocjoinsTier: integer() | nil,
shouldLookupDocjoinsVerticalCorpus: String.t() | nil,
signalNames: [String.t()] | nil
}

Function

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

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