Interface CompletenessOrBuilder (2.71.0)

  public 
  
 interface 
 CompletenessOrBuilder 
  
 extends 
  
 MessageOrBuilder 
 

Implements

MessageOrBuilder

Methods

getArguments()

  public 
  
 abstract 
  
 boolean 
  
 getArguments 
 () 
 

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

bool arguments = 1;

Returns
Type
Description

The arguments.

getEnvironment()

  public 
  
 abstract 
  
 boolean 
  
 getEnvironment 
 () 
 

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

bool environment = 2;

Returns
Type
Description

The environment.

getMaterials()

  public 
  
 abstract 
  
 boolean 
  
 getMaterials 
 () 
 

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

bool materials = 3;

Returns
Type
Description

The materials.

Design a Mobile Site
View Site in Mobile | Classic
Share by: