IndexingEmbeddedContentLinkInfo

GoogleApi.ContentWarehouse.V1.Model.IndexingEmbeddedContentLinkInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

Information about one embedded link. Next tag: 18

Attributes List

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

View Attributes

Attributes

  1. contentLength (type: integer(), default: nil)
    - Size of the HTTP body (payload of the HTTP response, excluding headers), pre-decompression. Equal to the value of the Content-Length header if any. NOTE: if this proto is converted to from ReferencedResource, we have to use the size of the full HTTP response (i.e. http_response_length) as an approximation, as we could not get the size of HTTP headers.
  2. contentType (type: integer(), default: nil)
    -
  3. crawlDuration (type: integer(), default: nil)
    - Time spent downloading this resource, in milliseconds. Not a timestamp!
  4. crawlStatus (type: integer(), default: nil)
    - Enum values for crawl_status are defined in indexing/converter/proto/converter.proto
  5. crawlTimestamp (type: integer(), default: nil)
    -
  6. deprecatedRedirect (type: list(String.t), default: nil)
    -
  7. fetchSourceInfo (type: list(GoogleApi.ContentWarehouse.V1.Model.WirelessTranscoderFetchFetchSourceInfo), default: nil)
    - Where this resource comes from.
  8. fetchStatus (type: GoogleApi.ContentWarehouse.V1.Model.TrawlerFetchStatus, default: nil)
    - Fetch status from trawler.
  9. fetchUrlResponseMetadata (type: GoogleApi.ContentWarehouse.V1.Model.IndexingEmbeddedContentFetchUrlResponseMetadata, default: nil)
    - Populated from embedded-content fetch server.
  10. frd (type: GoogleApi.ContentWarehouse.V1.Model.TrawlerFetchReplyData, default: nil)
    - FetchReplyData from trawler.
  11. httpResponseLength (type: integer(), default: nil)
    - Size of the full HTTP response (headers and body pre-decompression). Semantically equal to content_length plus size of the HTTP headers.
  12. isCacheable (type: boolean(), default: nil)
    -
  13. isRobotedContentFromFastnet (type: boolean(), default: nil)
    -
  14. uncompressedContentLength (type: integer(), default: nil)
    - Size of the HTTP body (payload of the HTTP response, excluding headers), post-decompression. Equal to content_length if the body was not compressed to begin with. NOTE: if this proto is converted to from ReferencedResource, we have to use the size of the full HTTP response as an approximation, as we could not get the size of HTTP headers.
  15. url (type: String.t, default: nil)
    -
  16. webkitFetchMetadata (type: GoogleApi.ContentWarehouse.V1.Model.HtmlrenderWebkitHeadlessProtoWebKitFetchMetadata, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.IndexingEmbeddedContentLinkInfo{
contentLength: integer() | nil,
contentType: integer() | nil,
crawlDuration: integer() | nil,
crawlStatus: integer() | nil,
crawlTimestamp: integer() | nil,
deprecatedRedirect: [String.t()] | nil,
fetchSourceInfo: [ GoogleApi.ContentWarehouse.V1.Model.WirelessTranscoderFetchFetchSourceInfo.t() ] | nil,
fetchStatus: GoogleApi.ContentWarehouse.V1.Model.TrawlerFetchStatus.t() | nil,
fetchUrlResponseMetadata: GoogleApi.ContentWarehouse.V1.Model.IndexingEmbeddedContentFetchUrlResponseMetadata.t() | nil,
frd: GoogleApi.ContentWarehouse.V1.Model.TrawlerFetchReplyData.t() | nil,
httpResponseLength: integer() | nil,
isCacheable: boolean() | nil,
isRobotedContentFromFastnet: boolean() | nil,
uncompressedContentLength: integer() | nil,
url: String.t() | nil,
webkitFetchMetadata: GoogleApi.ContentWarehouse.V1.Model.HtmlrenderWebkitHeadlessProtoWebKitFetchMetadata.t() | nil
}

Function

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

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