Class Completeness.Builder (2.46.0)

  public 
  
 static 
  
 final 
  
 class 
 Completeness 
 . 
 Builder 
  
 extends 
  
 GeneratedMessageV3 
 . 
 Builder<Completeness 
 . 
 Builder 
>  
 implements 
  
 CompletenessOrBuilder 
 

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

Protobuf type grafeas.v1.Completeness

Static Methods

getDescriptor()

  public 
  
 static 
  
 final 
  
 Descriptors 
 . 
 Descriptor 
  
 getDescriptor 
 () 
 
Returns
Type
Description

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

  public 
  
 Completeness 
 . 
 Builder 
  
 addRepeatedField 
 ( 
 Descriptors 
 . 
 FieldDescriptor 
  
 field 
 , 
  
 Object 
  
 value 
 ) 
 
Parameters
Name
Description
value
Returns
Type
Description
Overrides

build()

  public 
  
 Completeness 
  
 build 
 () 
 
Returns
Type
Description

buildPartial()

  public 
  
 Completeness 
  
 buildPartial 
 () 
 
Returns
Type
Description

clear()

  public 
  
 Completeness 
 . 
 Builder 
  
 clear 
 () 
 
Returns
Type
Description
Overrides

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;

Returns
Type
Description

This builder for chaining.

clearEnvironment()

  public 
  
 Completeness 
 . 
 Builder 
  
 clearEnvironment 
 () 
 

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

bool environment = 2;

Returns
Type
Description

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

  public 
  
 Completeness 
 . 
 Builder 
  
 clearField 
 ( 
 Descriptors 
 . 
 FieldDescriptor 
  
 field 
 ) 
 
Parameter
Name
Description
Returns
Type
Description
Overrides

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;

Returns
Type
Description

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

  public 
  
 Completeness 
 . 
 Builder 
  
 clearOneof 
 ( 
 Descriptors 
 . 
 OneofDescriptor 
  
 oneof 
 ) 
 
Parameter
Name
Description
Returns
Type
Description
Overrides

clone()

  public 
  
 Completeness 
 . 
 Builder 
  
 clone 
 () 
 
Returns
Type
Description
Overrides

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;

Returns
Type
Description

The arguments.

getDefaultInstanceForType()

  public 
  
 Completeness 
  
 getDefaultInstanceForType 
 () 
 
Returns
Type
Description

getDescriptorForType()

  public 
  
 Descriptors 
 . 
 Descriptor 
  
 getDescriptorForType 
 () 
 
Returns
Type
Description
Overrides

getEnvironment()

  public 
  
 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 
  
 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.

internalGetFieldAccessorTable()

  protected 
  
 GeneratedMessageV3 
 . 
 FieldAccessorTable 
  
 internalGetFieldAccessorTable 
 () 
 
Returns
Type
Description
Overrides

isInitialized()

  public 
  
 final 
  
 boolean 
  
 isInitialized 
 () 
 
Returns
Type
Description
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

  public 
  
 Completeness 
 . 
 Builder 
  
 mergeFrom 
 ( 
 CodedInputStream 
  
 input 
 , 
  
 ExtensionRegistryLite 
  
 extensionRegistry 
 ) 
 
Parameters
Name
Description
extensionRegistry
Returns
Type
Description
Overrides
Exceptions
Type
Description

mergeFrom(Message other)

  public 
  
 Completeness 
 . 
 Builder 
  
 mergeFrom 
 ( 
 Message 
  
 other 
 ) 
 
Parameter
Name
Description
other
Returns
Type
Description
Overrides

mergeFrom(Completeness other)

  public 
  
 Completeness 
 . 
 Builder 
  
 mergeFrom 
 ( 
 Completeness 
  
 other 
 ) 
 
Parameter
Name
Description
other
Returns
Type
Description

mergeUnknownFields(UnknownFieldSet unknownFields)

  public 
  
 final 
  
 Completeness 
 . 
 Builder 
  
 mergeUnknownFields 
 ( 
 UnknownFieldSet 
  
 unknownFields 
 ) 
 
Parameter
Name
Description
unknownFields
Returns
Type
Description
Overrides

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;

Parameter
Name
Description
value
boolean

The arguments to set.

Returns
Type
Description

This builder for chaining.

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;

Parameter
Name
Description
value
boolean

The environment to set.

Returns
Type
Description

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

  public 
  
 Completeness 
 . 
 Builder 
  
 setField 
 ( 
 Descriptors 
 . 
 FieldDescriptor 
  
 field 
 , 
  
 Object 
  
 value 
 ) 
 
Parameters
Name
Description
value
Returns
Type
Description
Overrides

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;

Parameter
Name
Description
value
boolean

The materials to set.

Returns
Type
Description

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

  public 
  
 Completeness 
 . 
 Builder 
  
 setRepeatedField 
 ( 
 Descriptors 
 . 
 FieldDescriptor 
  
 field 
 , 
  
 int 
  
 index 
 , 
  
 Object 
  
 value 
 ) 
 
Parameters
Name
Description
index
int
value
Returns
Type
Description
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

  public 
  
 final 
  
 Completeness 
 . 
 Builder 
  
 setUnknownFields 
 ( 
 UnknownFieldSet 
  
 unknownFields 
 ) 
 
Parameter
Name
Description
unknownFields
Returns
Type
Description
Overrides
Design a Mobile Site
View Site in Mobile | Classic
Share by: