public sealed class ImportCompletionSuggestionsRequest : IMessage<ImportCompletionSuggestionsRequest>, IEquatable<ImportCompletionSuggestionsRequest>, IDeepCloneable<ImportCompletionSuggestionsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class ImportCompletionSuggestionsRequest.
Request message for
[CompletionService.ImportCompletionSuggestions][google.cloud.discoveryengine.v1beta.CompletionService.ImportCompletionSuggestions]
method.
[[["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\u003eThe \u003ccode\u003eImportCompletionSuggestionsRequest\u003c/code\u003e class is part of the Discovery Engine v1beta API, specifically within the \u003ccode\u003eGoogle.Cloud.DiscoveryEngine.V1Beta\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThis class is used as a request message for the \u003ccode\u003eCompletionService.ImportCompletionSuggestions\u003c/code\u003e method, designed to import customer autocomplete suggestions.\u003c/p\u003e\n"],["\u003cp\u003eIt supports importing suggestions from various sources, including BigQuery (\u003ccode\u003eBigquerySource\u003c/code\u003e), Cloud Storage (\u003ccode\u003eGcsSource\u003c/code\u003e), and inline (\u003ccode\u003eInlineSource\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eParent\u003c/code\u003e property is required and represents the data store resource name to which the autocomplete suggestions will be imported, following a specific pattern.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements several interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and can be constructed using a default constructor or a copy constructor that takes another \u003ccode\u003eImportCompletionSuggestionsRequest\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"]]],[],null,["# Discovery Engine v1beta API - Class ImportCompletionSuggestionsRequest (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.ImportCompletionSuggestionsRequest)\n- [1.0.0-beta18](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/1.0.0-beta18/Google.Cloud.DiscoveryEngine.V1Beta.ImportCompletionSuggestionsRequest) \n\n public sealed class ImportCompletionSuggestionsRequest : IMessage\u003cImportCompletionSuggestionsRequest\u003e, IEquatable\u003cImportCompletionSuggestionsRequest\u003e, IDeepCloneable\u003cImportCompletionSuggestionsRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Discovery Engine v1beta API class ImportCompletionSuggestionsRequest.\n\nRequest message for\n\\[CompletionService.ImportCompletionSuggestions\\]\\[google.cloud.discoveryengine.v1beta.CompletionService.ImportCompletionSuggestions\\]\nmethod. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ImportCompletionSuggestionsRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ImportCompletionSuggestionsRequest](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.ImportCompletionSuggestionsRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ImportCompletionSuggestionsRequest](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.ImportCompletionSuggestionsRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ImportCompletionSuggestionsRequest](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.ImportCompletionSuggestionsRequest), [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### ImportCompletionSuggestionsRequest()\n\n public ImportCompletionSuggestionsRequest()\n\n### ImportCompletionSuggestionsRequest(ImportCompletionSuggestionsRequest)\n\n public ImportCompletionSuggestionsRequest(ImportCompletionSuggestionsRequest other)\n\nProperties\n----------\n\n### BigquerySource\n\n public BigQuerySource BigquerySource { get; set; }\n\nBigQuery input source.\n\n### ErrorConfig\n\n public ImportErrorConfig ErrorConfig { get; set; }\n\nThe desired location of errors incurred during the Import.\n\n### GcsSource\n\n public GcsSource GcsSource { get; set; }\n\nCloud Storage location for the input content.\n\n### InlineSource\n\n public ImportCompletionSuggestionsRequest.Types.InlineSource InlineSource { get; set; }\n\nThe Inline source for suggestion entries.\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. The parent data store resource name for which to import customer\nautocomplete suggestions.\n\nFollows pattern `projects/*/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.ImportCompletionSuggestionsRequest#Google_Cloud_DiscoveryEngine_V1Beta_ImportCompletionSuggestionsRequest_Parent) resource name property.\n\n### SourceCase\n\n public ImportCompletionSuggestionsRequest.SourceOneofCase SourceCase { get; }"]]