Discovery Engine v1 API - Class AdvancedSiteSearchConfig (1.7.0)

public sealed class AdvancedSiteSearchConfig : IMessage<AdvancedSiteSearchConfig>, IEquatable<AdvancedSiteSearchConfig>, IDeepCloneable<AdvancedSiteSearchConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1 API class AdvancedSiteSearchConfig.

Configuration data for advance site search.

Inheritance

object > AdvancedSiteSearchConfig

Namespace

Google.Cloud.DiscoveryEngine.V1

Assembly

Google.Cloud.DiscoveryEngine.V1.dll

Constructors

AdvancedSiteSearchConfig()

public AdvancedSiteSearchConfig()

AdvancedSiteSearchConfig(AdvancedSiteSearchConfig)

public AdvancedSiteSearchConfig(AdvancedSiteSearchConfig other)
Parameter
Name Description
other AdvancedSiteSearchConfig

Properties

DisableAutomaticRefresh

public bool DisableAutomaticRefresh { get; set; }

If set true, automatic refresh is disabled for the DataStore.

Property Value
Type Description
bool

DisableInitialIndex

public bool DisableInitialIndex { get; set; }

If set true, initial indexing is disabled for the DataStore.

Property Value
Type Description
bool

HasDisableAutomaticRefresh

public bool HasDisableAutomaticRefresh { get; }

Gets whether the "disable_automatic_refresh" field is set

Property Value
Type Description
bool

HasDisableInitialIndex

public bool HasDisableInitialIndex { get; }

Gets whether the "disable_initial_index" field is set

Property Value
Type Description
bool