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, manages site search configurations at the DataStore level."],["This class is a singleton within each data store and is available in versions ranging from 1.0.0-beta06 to 1.6.0, with the latter being the latest."],["It implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The `SiteSearchEngine` class contains properties such as `Name` and `SiteSearchEngineName`, which are used for resource identification."],["There are also 2 constructors for creating new instances of `SiteSearchEngine`, one default and another that takes an existing `SiteSearchEngine` object."]]],[]]