public sealed class PurgeSuggestionDenyListEntriesRequest : IMessage<PurgeSuggestionDenyListEntriesRequest>, IEquatable<PurgeSuggestionDenyListEntriesRequest>, IDeepCloneable<PurgeSuggestionDenyListEntriesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class PurgeSuggestionDenyListEntriesRequest.
Request message for
[CompletionService.PurgeSuggestionDenyListEntries][google.cloud.discoveryengine.v1.CompletionService.PurgeSuggestionDenyListEntries]
method.
[[["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 page provides documentation for the `PurgeSuggestionDenyListEntriesRequest` class within the Google Cloud Discovery Engine v1 API, used to request the removal of entries from a suggestion deny list."],["The `PurgeSuggestionDenyListEntriesRequest` class is part of the `Google.Cloud.DiscoveryEngine.V1` namespace and is available in the `Google.Cloud.DiscoveryEngine.V1.dll` assembly, which has versions ranging from 1.0.0-beta06 to 1.6.0."],["This request class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."],["The class includes a constructor for creating a new request and another for creating a copy of an existing `PurgeSuggestionDenyListEntriesRequest`, taking the existing object as a parameter."],["It includes properties like `Parent` which allows for setting the parent data store resource name in string format and `ParentAsDataStoreName`, which is a typed view using `DataStoreName` over the `Parent` property."]]],[]]