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

Log how many urls finally goes to trawler on a host in rendering.

Attributes

  • counter (type: list(GoogleApi.ContentWarehouse.V1.Model.IndexingEmbeddedContentFetchHostCountCounter.t), default: nil) -
  • host (type: String.t, default: nil) -
  • num (type: integer(), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.IndexingEmbeddedContentFetchHostCount{
    counter:
      [
        GoogleApi.ContentWarehouse.V1.Model.IndexingEmbeddedContentFetchHostCountCounter.t()
      ]
      | nil,
    host: String.t() | nil,
    num: integer() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.