GoogleApi.ContentWarehouse.V1.Model.IndexingEmbeddedContentFetchHostCount
Table of Contents ▼
Jump to a specific part of the page:
Description
Log how many urls finally goes to trawler on a host in rendering.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
counter
(type:list(GoogleApi.ContentWarehouse.V1.Model.IndexingEmbeddedContentFetchHostCountCounter)
, default:nil
)
- -
host
(type:String.t
, default:nil
)
- -
num
(type:integer()
, default:nil
)
-
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.IndexingEmbeddedContentFetchHostCount{
counter: [ GoogleApi.ContentWarehouse.V1.Model.IndexingEmbeddedContentFetchHostCountCounter.t() ] | nil,
host: String.t() | nil,
num: integer() | nil
}
counter: [ GoogleApi.ContentWarehouse.V1.Model.IndexingEmbeddedContentFetchHostCountCounter.t() ] | nil,
host: String.t() | nil,
num: integer() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.IndexingEmbeddedContentFetchHostCount