Reference documentation and code samples for the Grafeas V1 Client class SlsaCompleteness.
Indicates that the builder claims certain fields in this message to be complete.
Generated from protobuf message grafeas.v1.SlsaProvenance.SlsaCompleteness
Namespace
Grafeas \ V1 \ SlsaProvenanceMethods
__construct
Constructor.
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.
bool
setArguments
If true, the builder claims that recipe.arguments is complete, meaning that all external inputs are properly captured in the recipe.
var
bool
$this
getEnvironment
If true, the builder claims that recipe.environment is claimed to be complete.
bool
setEnvironment
If true, the builder claims that recipe.environment is claimed to be complete.
var
bool
$this
getMaterials
If true, the builder claims that materials are complete, usually through some controls to prevent network access. Sometimes called "hermetic".
bool
setMaterials
If true, the builder claims that materials are complete, usually through some controls to prevent network access. Sometimes called "hermetic".
var
bool
$this