IndexingEmbeddedContentPageSizeInfo

GoogleApi.ContentWarehouse.V1.Model.IndexingEmbeddedContentPageSizeInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

Page download size information.

Attributes List

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

View Attributes

Attributes

  1. numImages (type: integer(), default: nil)
    - Images are also resources. num_images <= num_resources.
  2. numImagesWithContent (type: integer(), default: nil)
    - Number of images whose crawl status is CONTENT.
  3. numResources (type: integer(), default: nil)
    - Numbers below don't include embedder.
  4. numResourcesWithContent (type: integer(), default: nil)
    - Number of resources whose crawl status is CONTENT.
  5. sumHttpResponseLength (type: integer(), default: nil)
    - Sum of embedder and all referenced resources.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.IndexingEmbeddedContentPageSizeInfo{
numImages: integer() | nil,
numImagesWithContent: integer() | nil,
numResources: integer() | nil,
numResourcesWithContent: integer() | nil,
sumHttpResponseLength: integer() | nil
}

Function

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

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