public
static
final
class
Completeness
.
Builder
extends
GeneratedMessage
.
Builder<Completeness
.
Builder
>
implements
CompletenessOrBuilder
Indicates that the builder claims certain fields in this message to be complete.
Protobuf type grafeas.v1.Completeness
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > Completeness.BuilderImplements
CompletenessOrBuilderStatic Methods
getDescriptor()
public
static
final
Descriptors
.
Descriptor
getDescriptor
()
Methods
build()
public
Completeness
build
()
buildPartial()
public
Completeness
buildPartial
()
clear()
public
Completeness
.
Builder
clear
()
clearArguments()
public
Completeness
.
Builder
clearArguments
()
If true, the builder claims that recipe.arguments is complete, meaning that all external inputs are properly captured in the recipe.
bool arguments = 1;
clearEnvironment()
public
Completeness
.
Builder
clearEnvironment
()
If true, the builder claims that recipe.environment is claimed to be complete.
bool environment = 2;
clearMaterials()
public
Completeness
.
Builder
clearMaterials
()
If true, the builder claims that materials are complete, usually through some controls to prevent network access. Sometimes called "hermetic".
bool materials = 3;
getArguments()
public
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;
getDefaultInstanceForType()
public
Completeness
getDefaultInstanceForType
()
getDescriptorForType()
public
Descriptors
.
Descriptor
getDescriptorForType
()
getEnvironment()
public
boolean
getEnvironment
()
If true, the builder claims that recipe.environment is claimed to be complete.
bool environment = 2;
getMaterials()
public
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;
internalGetFieldAccessorTable()
protected
GeneratedMessage
.
FieldAccessorTable
internalGetFieldAccessorTable
()
isInitialized()
public
final
boolean
isInitialized
()
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public
Completeness
.
Builder
mergeFrom
(
CodedInputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
mergeFrom(Message other)
public
Completeness
.
Builder
mergeFrom
(
Message
other
)
mergeFrom(Completeness other)
public
Completeness
.
Builder
mergeFrom
(
Completeness
other
)
setArguments(boolean value)
public
Completeness
.
Builder
setArguments
(
boolean
value
)
If true, the builder claims that recipe.arguments is complete, meaning that all external inputs are properly captured in the recipe.
bool arguments = 1;
setEnvironment(boolean value)
public
Completeness
.
Builder
setEnvironment
(
boolean
value
)
If true, the builder claims that recipe.environment is claimed to be complete.
bool environment = 2;
setMaterials(boolean value)
public
Completeness
.
Builder
setMaterials
(
boolean
value
)
If true, the builder claims that materials are complete, usually through some controls to prevent network access. Sometimes called "hermetic".
bool materials = 3;

