GoogleApi.ContentWarehouse.V1.Model.IndexingUrlPatternUrlTreeUrlTree
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
-
bigBranch
(type:list(GoogleApi.ContentWarehouse.V1.Model.IndexingUrlPatternUrlTreeBigTreeBranch)
, default:nil
)
- Keeping information for dominating branches separately, to prevent docs on smaller branches from being dropping during sampling. -
debugInfo
(type:GoogleApi.ContentWarehouse.V1.Model.IndexingUrlPatternUrlTreeUrlTreeDebugInfo
, default:nil
)
- -
key
(type:GoogleApi.ContentWarehouse.V1.Model.IndexingUrlPatternUrlTreeUrlTreeKey
, default:nil
)
- -
node
(type:list(GoogleApi.ContentWarehouse.V1.Model.IndexingUrlPatternUrlTreeUrlTreeNode)
, default:nil
)
- node(0) is root. -
retrievalTimestamp
(type:integer()
, default:nil
)
- Used in url pattern matcher for cache invalidation. -
site
(type:String.t
, default:nil
)
- The key for this UrlTree, also will be the key in sstable. The old format is site, while the new format will be UrlTreeKey. Only one field can be set in the same time for site and key. -
timestamp
(type:integer()
, default:nil
)
- The time when this UrlTree is built, encoded as seconds past the epoch (Jan 1, 1970). -
treeInfo
(type:GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet
, default:nil
)
- Any additional information.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.IndexingUrlPatternUrlTreeUrlTree{
bigBranch: [ GoogleApi.ContentWarehouse.V1.Model.IndexingUrlPatternUrlTreeBigTreeBranch.t() ] | nil,
debugInfo: GoogleApi.ContentWarehouse.V1.Model.IndexingUrlPatternUrlTreeUrlTreeDebugInfo.t() | nil,
key: GoogleApi.ContentWarehouse.V1.Model.IndexingUrlPatternUrlTreeUrlTreeKey.t() | nil,
node: [ GoogleApi.ContentWarehouse.V1.Model.IndexingUrlPatternUrlTreeUrlTreeNode.t() ] | nil,
retrievalTimestamp: integer() | nil,
site: String.t() | nil,
timestamp: integer() | nil,
treeInfo: GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet.t() | nil
}
bigBranch: [ GoogleApi.ContentWarehouse.V1.Model.IndexingUrlPatternUrlTreeBigTreeBranch.t() ] | nil,
debugInfo: GoogleApi.ContentWarehouse.V1.Model.IndexingUrlPatternUrlTreeUrlTreeDebugInfo.t() | nil,
key: GoogleApi.ContentWarehouse.V1.Model.IndexingUrlPatternUrlTreeUrlTreeKey.t() | nil,
node: [ GoogleApi.ContentWarehouse.V1.Model.IndexingUrlPatternUrlTreeUrlTreeNode.t() ] | nil,
retrievalTimestamp: integer() | nil,
site: String.t() | nil,
timestamp: integer() | nil,
treeInfo: GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.IndexingUrlPatternUrlTreeUrlTree