public sealed class ImportUserEventsMetadata : IMessage<ImportUserEventsMetadata>, IEquatable<ImportUserEventsMetadata>, IDeepCloneable<ImportUserEventsMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class ImportUserEventsMetadata.
Metadata related to the progress of the Import operation. This is
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 document provides reference documentation for the \u003ccode\u003eImportUserEventsMetadata\u003c/code\u003e class within the Discovery Engine v1beta API, specifically detailing its structure, inheritance, and implemented interfaces.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eImportUserEventsMetadata\u003c/code\u003e class tracks the progress of an import operation, as indicated by the metadata it stores that is returned by the \u003ccode\u003egoogle.longrunning.Operation.metadata\u003c/code\u003e field.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eImportUserEventsMetadata\u003c/code\u003e class includes properties like \u003ccode\u003eCreateTime\u003c/code\u003e, \u003ccode\u003eFailureCount\u003c/code\u003e, \u003ccode\u003eSuccessCount\u003c/code\u003e, and \u003ccode\u003eUpdateTime\u003c/code\u003e, offering insights into the import operation's lifecycle and status.\u003c/p\u003e\n"],["\u003cp\u003eThe class features two constructors, one being a parameterless constructor and the other allowing the creation of a new \u003ccode\u003eImportUserEventsMetadata\u003c/code\u003e instance by cloning an existing one.\u003c/p\u003e\n"],["\u003cp\u003eThis class is located within the \u003ccode\u003eGoogle.Cloud.DiscoveryEngine.V1Beta\u003c/code\u003e namespace and is part of the \u003ccode\u003eGoogle.Cloud.DiscoveryEngine.V1Beta.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,["# Discovery Engine v1beta API - Class ImportUserEventsMetadata (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.ImportUserEventsMetadata)\n- [1.0.0-beta18](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/1.0.0-beta18/Google.Cloud.DiscoveryEngine.V1Beta.ImportUserEventsMetadata) \n\n public sealed class ImportUserEventsMetadata : IMessage\u003cImportUserEventsMetadata\u003e, IEquatable\u003cImportUserEventsMetadata\u003e, IDeepCloneable\u003cImportUserEventsMetadata\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Discovery Engine v1beta API class ImportUserEventsMetadata.\n\nMetadata related to the progress of the Import operation. This is\nreturned by the google.longrunning.Operation.metadata field. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ImportUserEventsMetadata \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ImportUserEventsMetadata](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.ImportUserEventsMetadata), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ImportUserEventsMetadata](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.ImportUserEventsMetadata), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ImportUserEventsMetadata](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.ImportUserEventsMetadata), [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### ImportUserEventsMetadata()\n\n public ImportUserEventsMetadata()\n\n### ImportUserEventsMetadata(ImportUserEventsMetadata)\n\n public ImportUserEventsMetadata(ImportUserEventsMetadata 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 entries that encountered errors while processing.\n\n### SuccessCount\n\n public long SuccessCount { get; set; }\n\nCount of entries that were processed successfully.\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."]]