GoogleApi.ContentWarehouse.V1.Model.IndexingEmbeddedContentEmbeddedLinksInfo
Table of Contents ▼
Jump to a specific part of the page:
Description
No description given.Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
embedderInfo
(type:GoogleApi.ContentWarehouse.V1.Model.IndexingEmbeddedContentEmbedderInfo
, 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)
, default:nil
)
- -
pageSizeInfo
(type:GoogleApi.ContentWarehouse.V1.Model.IndexingEmbeddedContentPageSizeInfo
, 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
)
-
Type
@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
}
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
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.IndexingEmbeddedContentEmbeddedLinksInfo