public sealed class Engine.Types.SearchEngineConfig : IMessage<Engine.Types.SearchEngineConfig>, IEquatable<Engine.Types.SearchEngineConfig>, IDeepCloneable<Engine.Types.SearchEngineConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class Engine.Types.SearchEngineConfig.
[[["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."],[[["This document provides reference documentation for the `Engine.Types.SearchEngineConfig` class within the Google Cloud Discovery Engine v1beta API, version 1.0.0-beta17."],["`Engine.Types.SearchEngineConfig` is a class that defines configurations for a Search Engine and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `SearchEngineConfig` has two constructors, one default and one that takes another `SearchEngineConfig` as a parameter, and it inherits members from the `object` class, such as `GetHashCode`, `GetType`, and `ToString`."],["The class contains properties `SearchAddOns`, which are the add-ons enabled on the engine, and `SearchTier`, which defines the search feature tier and is set to `SearchTier.SEARCH_TIER_STANDARD` by default."],["The class is found in the `Google.Cloud.DiscoveryEngine.V1Beta` namespace and is part of the `Google.Cloud.DiscoveryEngine.V1Beta.dll` assembly."]]],[]]