public sealed class EnableAdvancedSiteSearchRequest : IMessage<EnableAdvancedSiteSearchRequest>, IEquatable<EnableAdvancedSiteSearchRequest>, IDeepCloneable<EnableAdvancedSiteSearchRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class EnableAdvancedSiteSearchRequest.
Request message for
[SiteSearchEngineService.EnableAdvancedSiteSearch][google.cloud.discoveryengine.v1beta.SiteSearchEngineService.EnableAdvancedSiteSearch]
method.
Required. Full resource name of the
[SiteSearchEngine][google.cloud.discoveryengine.v1beta.SiteSearchEngine],
such as
projects/{project}/locations/{location}/dataStores/{data_store_id}/siteSearchEngine.
[[["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 covers the `EnableAdvancedSiteSearchRequest` class within the Google Cloud Discovery Engine v1beta API, specifically version 1.0.0-beta09."],["The `EnableAdvancedSiteSearchRequest` class is a request message used for the `SiteSearchEngineService.EnableAdvancedSiteSearch` method, which is part of the site search engine functionalities."],["The class implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`, and inherits from the base `object` class, as part of the Google Protobuf library."],["Key properties of the `EnableAdvancedSiteSearchRequest` class include `SiteSearchEngine` (a string) and `SiteSearchEngineAsSiteSearchEngineName` (a typed view), which are used to specify the target site search engine."],["The two constructors present allow the user to create a new `EnableAdvancedSiteSearchRequest` or make a copy of an existing `EnableAdvancedSiteSearchRequest` object."]]],[]]