Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1betaDedicatedCrawlRateTimeSeries

The historical dedicated crawl rate timeseries data, used for monitoring. Dedicated crawl is used by Vertex AI to crawl the user's website when dedicate crawl is set.

Inheritance
object
GoogleCloudDiscoveryengineV1betaDedicatedCrawlRateTimeSeries
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 GoogleCloudDiscoveryengineV1betaDedicatedCrawlRateTimeSeries : IDirectResponseSchema

Properties

AutoRefreshCrawlErrorRate

Vertex AI's error rate time series of auto-refresh dedicated crawl.

Declaration
[JsonProperty("autoRefreshCrawlErrorRate")]
public virtual GoogleCloudDiscoveryengineV1betaCrawlRateTimeSeries AutoRefreshCrawlErrorRate { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1betaCrawlRateTimeSeries

AutoRefreshCrawlRate

Vertex AI's dedicated crawl rate time series of auto-refresh, which is the crawl rate of Google-CloudVertexBot when dedicate crawl is set, and the crawl rate is for best effort use cases like refreshing urls periodically.

Declaration
[JsonProperty("autoRefreshCrawlRate")]
public virtual GoogleCloudDiscoveryengineV1betaCrawlRateTimeSeries AutoRefreshCrawlRate { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1betaCrawlRateTimeSeries

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

UserTriggeredCrawlErrorRate

Vertex AI's error rate time series of user triggered dedicated crawl.

Declaration
[JsonProperty("userTriggeredCrawlErrorRate")]
public virtual GoogleCloudDiscoveryengineV1betaCrawlRateTimeSeries UserTriggeredCrawlErrorRate { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1betaCrawlRateTimeSeries

UserTriggeredCrawlRate

Vertex AI's dedicated crawl rate time series of user triggered crawl, which is the crawl rate of Google-CloudVertexBot when dedicate crawl is set, and user triggered crawl rate is for deterministic use cases like crawling urls or sitemaps specified by users.

Declaration
[JsonProperty("userTriggeredCrawlRate")]
public virtual GoogleCloudDiscoveryengineV1betaCrawlRateTimeSeries UserTriggeredCrawlRate { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1betaCrawlRateTimeSeries

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX