public sealed class ServingConfig.Types.GenericConfig : IMessage<ServingConfig.Types.GenericConfig>, IEquatable<ServingConfig.Types.GenericConfig>, IDeepCloneable<ServingConfig.Types.GenericConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class ServingConfig.Types.GenericConfig.
Specifies the configurations needed for Generic Discovery.Currently we
support:
content_search_spec: configuration for generic content search.
[[["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 documentation is for the `ServingConfig.Types.GenericConfig` class within the Google Cloud Discovery Engine v1beta API, specifically for version 1.0.0-beta18."],["`GenericConfig` is designed to handle configurations for Generic Discovery, with the current main feature being `content_search_spec`, which configures generic content search."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffered message operations."],["`GenericConfig` has a `ContentSearchSpec` property that allows the specification of content search behaviors, valid for data stores that have content search enabled."],["There are two constructors for the `GenericConfig` class, one default and one that accepts another `GenericConfig` instance for copying."]]],[]]