TrawlerHostBucketDataUrlList

GoogleApi.ContentWarehouse.V1.Model.TrawlerHostBucketDataUrlList


Table of Contents ▼

Jump to a specific part of the page:

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):

View Attributes

Attributes

  1. ClientCanCrawl (type: boolean(), default: nil)
    - Is this client/requestorid allowed to crawl now? (based on resource use)
  2. IsDefaultNode (type: boolean(), default: nil)
    - Is this the 'default' user's list
  3. IsListForUrl (type: boolean(), default: nil)
    - Was this the list that a given request landed in?
  4. NumCurrentFetches (type: integer(), default: nil)
    - # of current active fetches
  5. NumUrls (type: integer(), default: nil)
    - # of urls currently in the queue
  6. PartnerTotalCapacityQps (type: number(), default: nil)
    - Total qps for this partner dedicated hostload, for non partner it will be -1.0.
  7. PartnerTotalUsedQps (type: number(), default: nil)
    - Currently used qps for this partner dedicated hostlaod, for non partner it will be -1.0.
  8. RequestType (type: String.t, default: nil)
    - The type of the request (low latency vs. high throughput)
  9. 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
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.TrawlerHostBucketDataUrlList