Class GoogleCloudDiscoveryengineV1alphaEstimateDataSizeRequestWebsiteDataSourceEstimatorUriPattern
URI patterns that we use to crawl.
Inheritance
GoogleCloudDiscoveryengineV1alphaEstimateDataSizeRequestWebsiteDataSourceEstimatorUriPattern
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaEstimateDataSizeRequestWebsiteDataSourceEstimatorUriPattern : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExactMatch
Whether we infer the generated URI or use the exact provided one.
Declaration
[JsonProperty("exactMatch")]
public virtual bool? ExactMatch { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Exclusive
Whether the pattern is exclusive or not. If set to true, the pattern is considered exclusive. If unset or set to false, the pattern is considered inclusive by default.
Declaration
[JsonProperty("exclusive")]
public virtual bool? Exclusive { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ProvidedUriPattern
User provided URI pattern. For example, foo.com/bar/*
.
Declaration
[JsonProperty("providedUriPattern")]
public virtual string ProvidedUriPattern { get; set; }
Property Value
Type | Description |
---|---|
string |