Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1betaOrganicCrawlRateTimeSeries

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.

Inheritance
object
GoogleCloudDiscoveryengineV1betaOrganicCrawlRateTimeSeries
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaOrganicCrawlRateTimeSeries : 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 GoogleCloudDiscoveryengineV1betaCrawlRateTimeSeries GoogleOrganicCrawlRate { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1betaCrawlRateTimeSeries

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 GoogleCloudDiscoveryengineV1betaCrawlRateTimeSeries VertexAiOrganicCrawlRate { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1betaCrawlRateTimeSeries

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX