View Source GoogleApi.ContentWarehouse.V1.Model.TrawlerHostBucketDataUrlList (google_api_content_warehouse v0.4.0)
Per each list that wishes to schedule url we return one of these:
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
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@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 }
Functions
Unwrap a decoded JSON object into its complex fields.