Class GoogleCloudDiscoveryengineV1alphaRecrawlUrisRequest
Request message for SiteSearchEngineService.RecrawlUris method.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaRecrawlUrisRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SiteCredential
Optional. Full resource name of the SiteCredential, such as
projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine/siteCredentials/*
. Only set to crawl
private URIs.
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> |