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."],[[["The latest version available for the `PurgeSuggestionDenyListEntriesRequest` class is 1.6.0, with other previous versions also listed, including 1.5.0, 1.4.0, 1.3.0, 1.2.0, 1.1.0 and a beta version, 1.0.0-beta06."],["`PurgeSuggestionDenyListEntriesRequest` is a class used within the Discovery Engine v1 API, specifically as a request message for the `CompletionService.PurgeSuggestionDenyListEntries` method, and is implemented as part of the `Google.Cloud.DiscoveryEngine.V1` namespace."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffer message operations."],["It includes a `Parent` property that requires a data store resource name, in the format of `projects/*/locations/* /collections/*/dataStores/*`, for which to import denylist entries."],["There are two constructors for the class: a default constructor and another that accepts an existing `PurgeSuggestionDenyListEntriesRequest` object to create a new instance, and also has a related `ParentAsDataStoreName` property."]]],[]]