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-31 UTC."],[[["This document provides reference information for the `PurgeSuggestionDenyListEntriesRequest` class within the Google Cloud Discovery Engine v1 API, used for managing the purging of deny list entries."],["The `PurgeSuggestionDenyListEntriesRequest` class is part of the `Google.Cloud.DiscoveryEngine.V1` namespace and is found in the `Google.Cloud.DiscoveryEngine.V1.dll` assembly."],["This class can be implemented with the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, and inherits from the `object` class, offering methods and properties for managing deny list entry purge requests."],["Key properties include `Parent`, which specifies the data store resource name, and `ParentAsDataStoreName`, which is a typed view of the parent property for better manipulation."],["The documentation covers various versions of this class, ranging from the latest `1.6.0` down to `1.0.0-beta06`, allowing for historical reference and tracking of changes over time."]]],[]]