[[["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\u003eMetadata\u003c/code\u003e class within the Google Cloud Life Sciences v2beta API, providing information about pipeline execution.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMetadata\u003c/code\u003e class, which inherits from \u003ccode\u003eobject\u003c/code\u003e and implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIDeepCloneable\u003c/code\u003e, carries information about pipeline execution within a long-running operation.\u003c/p\u003e\n"],["\u003cp\u003eAvailable properties within the class include \u003ccode\u003eCreateTime\u003c/code\u003e, \u003ccode\u003eEndTime\u003c/code\u003e, \u003ccode\u003eEvents\u003c/code\u003e, \u003ccode\u003eLabels\u003c/code\u003e, \u003ccode\u003ePipeline\u003c/code\u003e, \u003ccode\u003ePubSubTopic\u003c/code\u003e, and \u003ccode\u003eStartTime\u003c/code\u003e, which provide detailed information about the operation's lifecycle and configuration.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMetadata\u003c/code\u003e class is part of the \u003ccode\u003eGoogle.Cloud.LifeSciences.V2Beta\u003c/code\u003e namespace, contained in the \u003ccode\u003eGoogle.Cloud.LifeSciences.V2Beta.dll\u003c/code\u003e assembly, and offers two constructors, one default and one that takes another \u003ccode\u003eMetadata\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eThere are multiple versions of this api documentation available, including the latest \u003ccode\u003e2.0.0-beta06\u003c/code\u003e, \u003ccode\u003e2.0.0-beta05\u003c/code\u003e, and \u003ccode\u003e1.0.0-beta02\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Cloud Life Sciences v2beta API - Class Metadata (2.0.0-beta06)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta06 (latest)](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/latest/Google.Cloud.LifeSciences.V2Beta.Metadata)\n- [2.0.0-beta05](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/2.0.0-beta05/Google.Cloud.LifeSciences.V2Beta.Metadata)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/1.0.0-beta02/Google.Cloud.LifeSciences.V2Beta.Metadata) \n\n public sealed class Metadata : IMessage\u003cMetadata\u003e, IEquatable\u003cMetadata\u003e, IDeepCloneable\u003cMetadata\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud Life Sciences v2beta API class Metadata.\n\nCarries information about the pipeline execution that is returned\nin the long running operation's metadata field. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Metadata \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[Metadata](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/latest/Google.Cloud.LifeSciences.V2Beta.Metadata), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[Metadata](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/latest/Google.Cloud.LifeSciences.V2Beta.Metadata), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[Metadata](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/latest/Google.Cloud.LifeSciences.V2Beta.Metadata), [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.LifeSciences.V2Beta](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/latest/Google.Cloud.LifeSciences.V2Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.LifeSciences.V2Beta.dll\n\nConstructors\n------------\n\n### Metadata()\n\n public Metadata()\n\n### Metadata(Metadata)\n\n public Metadata(Metadata other)\n\nProperties\n----------\n\n### CreateTime\n\n public Timestamp CreateTime { get; set; }\n\nThe time at which the operation was created by the API.\n\n### EndTime\n\n public Timestamp EndTime { get; set; }\n\nThe time at which execution was completed and resources were cleaned up.\n\n### Events\n\n public RepeatedField\u003cEvent\u003e Events { get; }\n\nThe list of events that have happened so far during the execution of this\noperation.\n\n### Labels\n\n public MapField\u003cstring, string\u003e Labels { get; }\n\nThe user-defined labels associated with this operation.\n\n### Pipeline\n\n public Pipeline Pipeline { get; set; }\n\nThe pipeline this operation represents.\n\n### PubSubTopic\n\n public string PubSubTopic { get; set; }\n\nThe name of the Cloud Pub/Sub topic where notifications of operation status\nchanges are sent.\n\n### StartTime\n\n public Timestamp StartTime { get; set; }\n\nThe first time at which resources were allocated to execute the pipeline."]]