Class GoogleCloudDiscoveryengineV1alphaOrganicCrawlRateTimeSeries
The historical organic crawl rate timeseries data, used for monitoring. Organic crawl is auto-determined by Google to crawl the user's website when dedicate crawl is not set. Crawl rate is the QPS of crawl request Google sends to the user's website.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaOrganicCrawlRateTimeSeries : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GoogleOrganicCrawlRate
Google's organic crawl rate time series, which is the sum of all googlebots' crawl rate. Please refer to https://developers.google.com/search/docs/crawling-indexing/overview-google-crawlers for more details about googlebots.
Declaration
[JsonProperty("googleOrganicCrawlRate")]
public virtual GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries GoogleOrganicCrawlRate { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries |
VertexAiOrganicCrawlRate
Vertex AI's organic crawl rate time series, which is the crawl rate of Google-CloudVertexBot when dedicate crawl is not set. Please refer to https://developers.google.com/search/docs/crawling-indexing/google-common-crawlers#google-cloudvertexbot for more details about Google-CloudVertexBot.
Declaration
[JsonProperty("vertexAiOrganicCrawlRate")]
public virtual GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries VertexAiOrganicCrawlRate { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries |