public sealed class SiteSearchEngine : IMessage<SiteSearchEngine>, IEquatable<SiteSearchEngine>, IDeepCloneable<SiteSearchEngine>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta 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 in the Google Cloud Discovery Engine v1beta API captures site search configurations at the DataStore level."],["This `SiteSearchEngine` class is a singleton value per data store and can be accessed in version 1.0.0-beta17, with version 1.0.0-beta18 being the latest available."],["The class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, and inherits from the base `object` class."],["It includes properties such as `Name` (a fully qualified resource name) and `SiteSearchEngineName` (a typed view of the Name resource property)."],["It has two constructors, one being parameterless, and another that takes another `SiteSearchEngine` object as a parameter."]]],[]]