View Source GoogleApi.ContentWarehouse.V1.Model.CompositeDocPartialUpdateInfo (google_api_content_warehouse v0.4.0)

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

Attributes

  • goldmineAnnotatorNames (type: list(String.t), default: nil) - List of goldmine annotator updates present in the enclosing partial cdoc.
  • 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.
  • lastFullIndexingInfo (type: list(GoogleApi.ContentWarehouse.V1.Model.CompositeDocPartialUpdateInfoLastFullIndexingInfo.t), default: nil) - Contains last full indexing information for partial updates.
  • 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.
  • 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.
  • 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@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
}

Functions

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

Unwrap a decoded JSON object into its complex fields.