Show / Hide Table of Contents

Class Completeness

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

Inheritance
object
Completeness
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ContainerAnalysis.v1.Data
Assembly: Google.Apis.ContainerAnalysis.v1.dll
Syntax
public class Completeness : IDirectResponseSchema

Properties

Arguments

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

Declaration
[JsonProperty("arguments")]
public virtual bool? Arguments { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Environment

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

Declaration
[JsonProperty("environment")]
public virtual bool? Environment { get; set; }
Property Value
Type Description
bool?

Materials

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

Declaration
[JsonProperty("materials")]
public virtual bool? Materials { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX