GoogleApi.ContentWarehouse.V1.Model.TrawlerHostBucketDataUrlList
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
Per each list that wishes to schedule url we return one of these:
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
ClientCanCrawl
(type:boolean()
, default:nil
)
- Is this client/requestorid allowed to crawl now? (based on resource use) -
IsDefaultNode
(type:boolean()
, default:nil
)
- Is this the 'default' user's list -
IsListForUrl
(type:boolean()
, default:nil
)
- Was this the list that a given request landed in? -
NumCurrentFetches
(type:integer()
, default:nil
)
- # of current active fetches -
NumUrls
(type:integer()
, default:nil
)
- # of urls currently in the queue -
PartnerTotalCapacityQps
(type:number()
, default:nil
)
- Total qps for this partner dedicated hostload, for non partner it will be -1.0. -
PartnerTotalUsedQps
(type:number()
, default:nil
)
- Currently used qps for this partner dedicated hostlaod, for non partner it will be -1.0. -
RequestType
(type:String.t
, default:nil
)
- The type of the request (low latency vs. high throughput) -
RequestorFp
(type:String.t
, default:nil
)
- The fp64 of the requestor string
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.TrawlerHostBucketDataUrlList{
ClientCanCrawl: boolean() | nil,
IsDefaultNode: boolean() | nil,
IsListForUrl: boolean() | nil,
NumCurrentFetches: integer() | nil,
NumUrls: integer() | nil,
PartnerTotalCapacityQps: number() | nil,
PartnerTotalUsedQps: number() | nil,
RequestType: String.t() | nil,
RequestorFp: String.t() | nil
}
ClientCanCrawl: boolean() | nil,
IsDefaultNode: boolean() | nil,
IsListForUrl: boolean() | nil,
NumCurrentFetches: integer() | nil,
NumUrls: integer() | nil,
PartnerTotalCapacityQps: number() | nil,
PartnerTotalUsedQps: number() | nil,
RequestType: String.t() | nil,
RequestorFp: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.TrawlerHostBucketDataUrlList