Grafeas V1 Client - Class Completeness (0.7.1)

Reference documentation and code samples for the Grafeas V1 Client class Completeness.

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

Generated from protobuf message grafeas.v1.Completeness

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ arguments bool

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

↳ environment bool

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

↳ materials bool

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

getArguments

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

Returns
TypeDescription
bool

setArguments

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

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getEnvironment

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

Returns
TypeDescription
bool

setEnvironment

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

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getMaterials

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

Returns
TypeDescription
bool

setMaterials

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

Parameter
NameDescription
var bool
Returns
TypeDescription
$this