Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaSetDedicatedCrawlRateRequest

Request message for CrawlRateManagementService.SetDedicatedCrawlRate method. The user can set the crawl rate for a crawl_rate_scope they own. They can set up an overall crawl rate, or set up a user-triggered crawl rate and a auto-refresh crawl rate separately. If an overall crawl rate is set, Vertex AI will automatically splits crawl_rate into user-triggered and auto-refresh.

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

Properties

CrawlRate

Optional. The crawl QPS set by the user. It is not guaranteed that Vertex crawl bot will crawl at this QPS. If the crawl rate is too high, the real QPS may be lower than the value set by the user to avoid overloading the user's website.

Declaration
[JsonProperty("crawlRate")]
public virtual int? CrawlRate { get; set; }
Property Value
Type Description
int?

CrawlRateScope

Required. The scope of the crawl rate that the user wants to config. Currently, only domain and host name are supported. A domain name example: example.com. A host name example: www.example.com. Please do not include / in the domain or host name.

Declaration
[JsonProperty("crawlRateScope")]
public virtual string CrawlRateScope { get; set; }
Property Value
Type Description
string

CrawlType

Optional. Whether it's the crawl rate of user-triggered or auto-refresh.

Declaration
[JsonProperty("crawlType")]
public virtual string CrawlType { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

Mode

Optional. Whether the rate is explicitly set by users, or set by vertex AI.

Declaration
[JsonProperty("mode")]
public virtual string Mode { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX