[[["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\u003eThis document provides reference documentation for the \u003ccode\u003eCompleteness\u003c/code\u003e class within the Grafeas v1 API, which indicates that a builder claims certain message fields are complete.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCompleteness\u003c/code\u003e class 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, inheriting members from the base \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCompleteness\u003c/code\u003e class has three main properties: \u003ccode\u003eArguments\u003c/code\u003e, \u003ccode\u003eEnvironment\u003c/code\u003e, and \u003ccode\u003eMaterials\u003c/code\u003e, which are boolean flags indicating the completeness of the corresponding fields in the recipe, according to the builder.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation shows a list of available versions for the class, ranging from the latest 3.7.0 down to version 2.2.0, along with links to their respective documentations.\u003c/p\u003e\n"]]],[],null,["# Grafeas v1 API - Class Completeness (3.10.0)\n\nVersion latestkeyboard_arrow_down\n\n- [3.10.0 (latest)](/dotnet/docs/reference/Grafeas.V1/latest/Grafeas.V1.Completeness)\n- [3.8.0](/dotnet/docs/reference/Grafeas.V1/3.8.0/Grafeas.V1.Completeness)\n- [3.7.0](/dotnet/docs/reference/Grafeas.V1/3.7.0/Grafeas.V1.Completeness)\n- [3.6.0](/dotnet/docs/reference/Grafeas.V1/3.6.0/Grafeas.V1.Completeness)\n- [3.5.0](/dotnet/docs/reference/Grafeas.V1/3.5.0/Grafeas.V1.Completeness)\n- [3.4.0](/dotnet/docs/reference/Grafeas.V1/3.4.0/Grafeas.V1.Completeness)\n- [3.3.0](/dotnet/docs/reference/Grafeas.V1/3.3.0/Grafeas.V1.Completeness)\n- [3.2.0](/dotnet/docs/reference/Grafeas.V1/3.2.0/Grafeas.V1.Completeness)\n- [3.1.0](/dotnet/docs/reference/Grafeas.V1/3.1.0/Grafeas.V1.Completeness)\n- [3.0.0](/dotnet/docs/reference/Grafeas.V1/3.0.0/Grafeas.V1.Completeness)\n- [2.4.0](/dotnet/docs/reference/Grafeas.V1/2.4.0/Grafeas.V1.Completeness)\n- [2.3.0](/dotnet/docs/reference/Grafeas.V1/2.3.0/Grafeas.V1.Completeness)\n- [2.2.0](/dotnet/docs/reference/Grafeas.V1/2.2.0/Grafeas.V1.Completeness) \n\n public sealed class Completeness : IMessage\u003cCompleteness\u003e, IEquatable\u003cCompleteness\u003e, IDeepCloneable\u003cCompleteness\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Grafeas v1 API class Completeness.\n\nIndicates that the builder claims certain fields in this message to be\ncomplete. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Completeness \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[Completeness](/dotnet/docs/reference/Grafeas.V1/latest/Grafeas.V1.Completeness), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[Completeness](/dotnet/docs/reference/Grafeas.V1/latest/Grafeas.V1.Completeness), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[Completeness](/dotnet/docs/reference/Grafeas.V1/latest/Grafeas.V1.Completeness), [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### Completeness()\n\n public Completeness()\n\n### Completeness(Completeness)\n\n public Completeness(Completeness other)\n\nProperties\n----------\n\n### Arguments\n\n public bool Arguments { get; set; }\n\nIf true, the builder claims that recipe.arguments is complete, meaning that\nall external inputs are properly captured in the recipe.\n\n### Environment\n\n public bool Environment { get; set; }\n\nIf true, the builder claims that recipe.environment is claimed to be\ncomplete.\n\n### Materials\n\n public bool Materials { get; set; }\n\nIf true, the builder claims that materials are complete, usually through\nsome controls to prevent network access. Sometimes called \"hermetic\"."]]