Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaRecrawlUrisRequest

Request message for SiteSearchEngineService.RecrawlUris method.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaRecrawlUrisRequest
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 GoogleCloudDiscoveryengineV1alphaRecrawlUrisRequest : 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX