Class GoogleCloudDiscoveryengineV1betaRecrawlUrisRequest
Request message for SiteSearchEngineService.RecrawlUris method.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaRecrawlUrisRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SiteCredential
Optional. Credential id to use for crawling.
Declaration
[JsonProperty("siteCredential")]
public virtual string SiteCredential { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Uris
Required. List of URIs to crawl. At most 10K URIs are supported, otherwise an INVALID_ARGUMENT error is
thrown. Each URI should match at least one TargetSite in site_search_engine.
Declaration
[JsonProperty("uris")]
public virtual IList<string> Uris { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |