public sealed class ImportCompletionSuggestionsMetadata : IMessage<ImportCompletionSuggestionsMetadata>, IEquatable<ImportCompletionSuggestionsMetadata>, IDeepCloneable<ImportCompletionSuggestionsMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class ImportCompletionSuggestionsMetadata.
Metadata related to the progress of the ImportCompletionSuggestions
operation. This will be returned by the google.longrunning.Operation.metadata
field.
[[["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 documentation is for the \u003ccode\u003eImportCompletionSuggestionsMetadata\u003c/code\u003e class within the Google Cloud Discovery Engine v1beta API, specifically within the .NET library.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eImportCompletionSuggestionsMetadata\u003c/code\u003e class provides metadata related to the progress of an \u003ccode\u003eImportCompletionSuggestions\u003c/code\u003e operation.\u003c/p\u003e\n"],["\u003cp\u003eThis class 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\u003eKey properties of the class include \u003ccode\u003eCreateTime\u003c/code\u003e, \u003ccode\u003eFailureCount\u003c/code\u003e, \u003ccode\u003eSuccessCount\u003c/code\u003e, and \u003ccode\u003eUpdateTime\u003c/code\u003e, which provide information about the operation's progress and status.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this class is 1.0.0-beta18, with 1.0.0-beta17 as a prior version.\u003c/p\u003e\n"]]],[],null,["# Discovery Engine v1beta API - Class ImportCompletionSuggestionsMetadata (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.ImportCompletionSuggestionsMetadata)\n- [1.0.0-beta18](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/1.0.0-beta18/Google.Cloud.DiscoveryEngine.V1Beta.ImportCompletionSuggestionsMetadata) \n\n public sealed class ImportCompletionSuggestionsMetadata : IMessage\u003cImportCompletionSuggestionsMetadata\u003e, IEquatable\u003cImportCompletionSuggestionsMetadata\u003e, IDeepCloneable\u003cImportCompletionSuggestionsMetadata\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Discovery Engine v1beta API class ImportCompletionSuggestionsMetadata.\n\nMetadata related to the progress of the ImportCompletionSuggestions\noperation. This will be returned by the google.longrunning.Operation.metadata\nfield. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ImportCompletionSuggestionsMetadata \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ImportCompletionSuggestionsMetadata](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.ImportCompletionSuggestionsMetadata), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ImportCompletionSuggestionsMetadata](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.ImportCompletionSuggestionsMetadata), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ImportCompletionSuggestionsMetadata](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.ImportCompletionSuggestionsMetadata), [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### ImportCompletionSuggestionsMetadata()\n\n public ImportCompletionSuggestionsMetadata()\n\n### ImportCompletionSuggestionsMetadata(ImportCompletionSuggestionsMetadata)\n\n public ImportCompletionSuggestionsMetadata(ImportCompletionSuggestionsMetadata other)\n\nProperties\n----------\n\n### CreateTime\n\n public Timestamp CreateTime { get; set; }\n\nOperation create time.\n\n### FailureCount\n\n public long FailureCount { get; set; }\n\nCount of\n\\[CompletionSuggestion\\]\\[google.cloud.discoveryengine.v1beta.CompletionSuggestion\\]s\nthat failed to be imported.\n\n### SuccessCount\n\n public long SuccessCount { get; set; }\n\nCount of\n\\[CompletionSuggestion\\]\\[google.cloud.discoveryengine.v1beta.CompletionSuggestion\\]s\nsuccessfully imported.\n\n### UpdateTime\n\n public Timestamp UpdateTime { get; set; }\n\nOperation last update time. If the operation is done, this is also the\nfinish time."]]