Identifies the particular build invocation, which can be useful for finding
associated logs or other ad-hoc analysis. The value SHOULD be globally
unique, per in-toto Provenance spec.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[[["\u003cp\u003eThe latest version of the Grafeas v1 API class Metadata is 3.7.0, with documentation available for versions ranging from 2.2.0 to 3.7.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMetadata\u003c/code\u003e class provides reference documentation and code samples, and it inherits from \u003ccode\u003eobject\u003c/code\u003e while implementing 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 \u003ccode\u003eMetadata\u003c/code\u003e class include \u003ccode\u003eBuildFinishedOn\u003c/code\u003e, \u003ccode\u003eBuildInvocationId\u003c/code\u003e, \u003ccode\u003eBuildStartedOn\u003c/code\u003e, \u003ccode\u003eCompleteness\u003c/code\u003e, and \u003ccode\u003eReproducible\u003c/code\u003e, which provide details about the build process.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMetadata\u003c/code\u003e class has two constructors, one that takes no parameters, and another that takes a \u003ccode\u003eMetadata\u003c/code\u003e object as an argument, and it resides within the \u003ccode\u003eGrafeas.V1\u003c/code\u003e namespace within the \u003ccode\u003eGrafeas.V1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,["# Grafeas v1 API - Class Metadata (3.10.0)\n\nVersion latestkeyboard_arrow_down\n\n- [3.10.0 (latest)](/dotnet/docs/reference/Grafeas.V1/latest/Grafeas.V1.Metadata)\n- [3.8.0](/dotnet/docs/reference/Grafeas.V1/3.8.0/Grafeas.V1.Metadata)\n- [3.7.0](/dotnet/docs/reference/Grafeas.V1/3.7.0/Grafeas.V1.Metadata)\n- [3.6.0](/dotnet/docs/reference/Grafeas.V1/3.6.0/Grafeas.V1.Metadata)\n- [3.5.0](/dotnet/docs/reference/Grafeas.V1/3.5.0/Grafeas.V1.Metadata)\n- [3.4.0](/dotnet/docs/reference/Grafeas.V1/3.4.0/Grafeas.V1.Metadata)\n- [3.3.0](/dotnet/docs/reference/Grafeas.V1/3.3.0/Grafeas.V1.Metadata)\n- [3.2.0](/dotnet/docs/reference/Grafeas.V1/3.2.0/Grafeas.V1.Metadata)\n- [3.1.0](/dotnet/docs/reference/Grafeas.V1/3.1.0/Grafeas.V1.Metadata)\n- [3.0.0](/dotnet/docs/reference/Grafeas.V1/3.0.0/Grafeas.V1.Metadata)\n- [2.4.0](/dotnet/docs/reference/Grafeas.V1/2.4.0/Grafeas.V1.Metadata)\n- [2.3.0](/dotnet/docs/reference/Grafeas.V1/2.3.0/Grafeas.V1.Metadata)\n- [2.2.0](/dotnet/docs/reference/Grafeas.V1/2.2.0/Grafeas.V1.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 Grafeas v1 API class Metadata.\n\nOther properties of the build. \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/Grafeas.V1/latest/Grafeas.V1.Metadata), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[Metadata](/dotnet/docs/reference/Grafeas.V1/latest/Grafeas.V1.Metadata), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[Metadata](/dotnet/docs/reference/Grafeas.V1/latest/Grafeas.V1.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[Grafeas.V1](/dotnet/docs/reference/Grafeas.V1/latest/Grafeas.V1)\n\nAssembly\n--------\n\nGrafeas.V1.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### BuildFinishedOn\n\n public Timestamp BuildFinishedOn { get; set; }\n\nThe timestamp of when the build completed.\n\n### BuildInvocationId\n\n public string BuildInvocationId { get; set; }\n\nIdentifies the particular build invocation, which can be useful for finding\nassociated logs or other ad-hoc analysis. The value SHOULD be globally\nunique, per in-toto Provenance spec.\n\n### BuildStartedOn\n\n public Timestamp BuildStartedOn { get; set; }\n\nThe timestamp of when the build started.\n\n### Completeness\n\n public Completeness Completeness { get; set; }\n\nIndicates that the builder claims certain fields in this message to be\ncomplete.\n\n### Reproducible\n\n public bool Reproducible { get; set; }\n\nIf true, the builder claims that running the recipe on materials will\nproduce bit-for-bit identical output."]]