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

Attributes

  • embedderInfo (type: GoogleApi.ContentWarehouse.V1.Model.IndexingEmbeddedContentEmbedderInfo.t, default: nil) - This field is optional only because we're adding it late and want to support records written before that. For newly produced records, this field should always be set.
  • link (type: list(GoogleApi.ContentWarehouse.V1.Model.IndexingEmbeddedContentLinkInfo.t), default: nil) -
  • pageSizeInfo (type: GoogleApi.ContentWarehouse.V1.Model.IndexingEmbeddedContentPageSizeInfo.t, default: nil) - Page download size.
  • sumHttpResponseLength (type: integer(), default: nil) - This field is the sum of http_response_length for the embedder and all embedded resources. This is expected to be set only in the docjoins, not in the pinax tables or the exported bigtable.
  • uncrawledLinkUrl (type: list(String.t), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.IndexingEmbeddedContentEmbeddedLinksInfo{
    embedderInfo:
      GoogleApi.ContentWarehouse.V1.Model.IndexingEmbeddedContentEmbedderInfo.t()
      | nil,
    link:
      [GoogleApi.ContentWarehouse.V1.Model.IndexingEmbeddedContentLinkInfo.t()]
      | nil,
    pageSizeInfo:
      GoogleApi.ContentWarehouse.V1.Model.IndexingEmbeddedContentPageSizeInfo.t()
      | nil,
    sumHttpResponseLength: integer() | nil,
    uncrawledLinkUrl: [String.t()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.