Grafeas v1 API - Class Completeness (3.6.0)

public sealed class Completeness : IMessage<Completeness>, IEquatable<Completeness>, IDeepCloneable<Completeness>, IBufferMessage, IMessage

Reference documentation and code samples for the Grafeas v1 API class Completeness.

Indicates that the builder claims certain fields in this message to be complete.

Inheritance

object > Completeness

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

Completeness()

public Completeness()

Completeness(Completeness)

public Completeness(Completeness other)
Parameter
NameDescription
otherCompleteness

Properties

Arguments

public bool Arguments { get; set; }

If true, the builder claims that recipe.arguments is complete, meaning that all external inputs are properly captured in the recipe.

Property Value
TypeDescription
bool

Environment

public bool Environment { get; set; }

If true, the builder claims that recipe.environment is claimed to be complete.

Property Value
TypeDescription
bool

Materials

public bool Materials { get; set; }

If true, the builder claims that materials are complete, usually through some controls to prevent network access. Sometimes called "hermetic".

Property Value
TypeDescription
bool