Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaEstimateDataSizeRequestWebsiteDataSourceEstimatorUriPattern

URI patterns that we use to crawl.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaEstimateDataSizeRequestWebsiteDataSourceEstimatorUriPattern
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX