public sealed class SiteSearchEngine : IMessage<SiteSearchEngine>, IEquatable<SiteSearchEngine>, IDeepCloneable<SiteSearchEngine>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class SiteSearchEngine.
SiteSearchEngine captures DataStore level site search persisting
configurations. It is a singleton value per data store.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `SiteSearchEngine` class, part of the Google Cloud Discovery Engine v1 API, is used for managing site search configurations at the DataStore level, and it exists as a single instance per data store."],["This class, found within the `Google.Cloud.DiscoveryEngine.V1` namespace, implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the `object` class."],["The latest version of the SiteSearchEngine API is 1.6.0, and there are several previous versions available, including 1.5.0, 1.4.0, 1.3.0, 1.2.0, 1.1.0, and 1.0.0-beta06."],["The `SiteSearchEngine` class offers two constructors: one default and one that takes another `SiteSearchEngine` object as an argument."],["Key properties of the `SiteSearchEngine` class include `Name`, which represents the fully qualified resource name, and `SiteSearchEngineName`, a typed view over the `Name` resource name property."]]],[]]