public sealed class PurgeCompletionSuggestionsRequest : IMessage<PurgeCompletionSuggestionsRequest>, IEquatable<PurgeCompletionSuggestionsRequest>, IDeepCloneable<PurgeCompletionSuggestionsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class PurgeCompletionSuggestionsRequest.
Request message for
[CompletionService.PurgeCompletionSuggestions][google.cloud.discoveryengine.v1beta.CompletionService.PurgeCompletionSuggestions]
method.
Required. The parent data store resource name for which to purge completion
suggestions. Follows pattern
projects//locations//collections//dataStores/.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis page details the \u003ccode\u003ePurgeCompletionSuggestionsRequest\u003c/code\u003e class, which is part of the Google Cloud Discovery Engine v1beta API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePurgeCompletionSuggestionsRequest\u003c/code\u003e class is used to define a request message for the \u003ccode\u003eCompletionService.PurgeCompletionSuggestions\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from \u003ccode\u003eobject\u003c/code\u003e and implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties like \u003ccode\u003eParent\u003c/code\u003e, which is the required data store resource name for purging, and \u003ccode\u003eParentAsDataStoreName\u003c/code\u003e, which is a typed view over the parent resource name.\u003c/p\u003e\n"],["\u003cp\u003eTwo constructors are provided: a default constructor, and another to copy values from another \u003ccode\u003ePurgeCompletionSuggestionsRequest\u003c/code\u003e instance.\u003c/p\u003e\n"]]],[],null,["# Discovery Engine v1beta API - Class PurgeCompletionSuggestionsRequest (1.0.0-beta19)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta19 (latest)](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.PurgeCompletionSuggestionsRequest)\n- [1.0.0-beta18](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/1.0.0-beta18/Google.Cloud.DiscoveryEngine.V1Beta.PurgeCompletionSuggestionsRequest) \n\n public sealed class PurgeCompletionSuggestionsRequest : IMessage\u003cPurgeCompletionSuggestionsRequest\u003e, IEquatable\u003cPurgeCompletionSuggestionsRequest\u003e, IDeepCloneable\u003cPurgeCompletionSuggestionsRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Discovery Engine v1beta API class PurgeCompletionSuggestionsRequest.\n\nRequest message for\n\\[CompletionService.PurgeCompletionSuggestions\\]\\[google.cloud.discoveryengine.v1beta.CompletionService.PurgeCompletionSuggestions\\]\nmethod. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e PurgeCompletionSuggestionsRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[PurgeCompletionSuggestionsRequest](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.PurgeCompletionSuggestionsRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[PurgeCompletionSuggestionsRequest](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.PurgeCompletionSuggestionsRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[PurgeCompletionSuggestionsRequest](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.PurgeCompletionSuggestionsRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.DiscoveryEngine.V1Beta](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.DiscoveryEngine.V1Beta.dll\n\nConstructors\n------------\n\n### PurgeCompletionSuggestionsRequest()\n\n public PurgeCompletionSuggestionsRequest()\n\n### PurgeCompletionSuggestionsRequest(PurgeCompletionSuggestionsRequest)\n\n public PurgeCompletionSuggestionsRequest(PurgeCompletionSuggestionsRequest other)\n\nProperties\n----------\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. The parent data store resource name for which to purge completion\nsuggestions. Follows pattern\nprojects/*/locations/* /collections/*/dataStores/*.\n\n### ParentAsDataStoreName\n\n public DataStoreName ParentAsDataStoreName { get; set; }\n\n[DataStoreName](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.DataStoreName)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.PurgeCompletionSuggestionsRequest#Google_Cloud_DiscoveryEngine_V1Beta_PurgeCompletionSuggestionsRequest_Parent) resource name property."]]