Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaTargetSite

A target site for the SiteSearchEngine.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaTargetSite
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 GoogleCloudDiscoveryengineV1alphaTargetSite : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExactMatch

Immutable. If set to false, a uri_pattern is generated to include all pages whose address contains the provided_uri_pattern. If set to true, an uri_pattern is generated to try to be an exact match of the provided_uri_pattern or just the specific page if the provided_uri_pattern is a specific one. provided_uri_pattern is always normalized to generate the URI pattern to be used by the search engine.

Declaration
[JsonProperty("exactMatch")]
public virtual bool? ExactMatch { get; set; }
Property Value
Type Description
bool?

FailureReason

Output only. Failure reason.

Declaration
[JsonProperty("failureReason")]
public virtual GoogleCloudDiscoveryengineV1alphaTargetSiteFailureReason FailureReason { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1alphaTargetSiteFailureReason

GeneratedUriPattern

Output only. This is system-generated based on the provided_uri_pattern.

Declaration
[JsonProperty("generatedUriPattern")]
public virtual string GeneratedUriPattern { get; set; }
Property Value
Type Description
string

IndexingStatus

Output only. Indexing status.

Declaration
[JsonProperty("indexingStatus")]
public virtual string IndexingStatus { get; set; }
Property Value
Type Description
string

Name

Output only. The fully qualified resource name of the target site. projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine/targetSites/{target_site} The target_site_id is system-generated.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

ProvidedUriPattern

Required. Input only. The user provided URI pattern from which the generated_uri_pattern is generated.

Declaration
[JsonProperty("providedUriPattern")]
public virtual string ProvidedUriPattern { get; set; }
Property Value
Type Description
string

RootDomainUri

Output only. Root domain of the provided_uri_pattern.

Declaration
[JsonProperty("rootDomainUri")]
public virtual string RootDomainUri { get; set; }
Property Value
Type Description
string

SiteVerificationInfo

Output only. Site ownership and validity verification status.

Declaration
[JsonProperty("siteVerificationInfo")]
public virtual GoogleCloudDiscoveryengineV1alphaSiteVerificationInfo SiteVerificationInfo { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1alphaSiteVerificationInfo

Type

The type of the target site, e.g., whether the site is to be included or excluded.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

UpdateTime

object representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type Description
object

UpdateTimeDateTimeOffset

DateTimeOffset representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

UpdateTimeRaw

Output only. The target site's last updated time.

Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX