Class ImageOccurrence.Builder (2.8.0)

  public 
  
 static 
  
 final 
  
 class 
 ImageOccurrence 
 . 
 Builder 
  
 extends 
  
 GeneratedMessageV3 
 . 
 Builder<ImageOccurrence 
 . 
 Builder 
>  
 implements 
  
 ImageOccurrenceOrBuilder 
 

Details of the derived image portion of the DockerImage relationship. This image would be produced from a Dockerfile with FROM <DockerImage.Basis in attached Note>.

Protobuf type grafeas.v1.ImageOccurrence

Static Methods

getDescriptor()

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

Methods

addAllLayerInfo(Iterable<? extends Layer> values)

  public 
  
 ImageOccurrence 
 . 
 Builder 
  
 addAllLayerInfo 
 ( 
 Iterable 
< ? 
  
 extends 
  
 Layer 
>  
 values 
 ) 
 

This contains layer-specific metadata, if populated it has length "distance" and is ordered with [distance] being the layer immediately following the base image and [1] being the final layer.

repeated .grafeas.v1.Layer layer_info = 3;

Parameter
Name Description
values Iterable < ? extends io.grafeas.v1.Layer >
Returns
Type Description
ImageOccurrence.Builder

addLayerInfo(int index, Layer value)

  public 
  
 ImageOccurrence 
 . 
 Builder 
  
 addLayerInfo 
 ( 
 int 
  
 index 
 , 
  
 Layer 
  
 value 
 ) 
 

This contains layer-specific metadata, if populated it has length "distance" and is ordered with [distance] being the layer immediately following the base image and [1] being the final layer.

repeated .grafeas.v1.Layer layer_info = 3;

Parameters
Name Description
index int
value Layer
Returns
Type Description
ImageOccurrence.Builder

addLayerInfo(int index, Layer.Builder builderForValue)

  public 
  
 ImageOccurrence 
 . 
 Builder 
  
 addLayerInfo 
 ( 
 int 
  
 index 
 , 
  
 Layer 
 . 
 Builder 
  
 builderForValue 
 ) 
 

This contains layer-specific metadata, if populated it has length "distance" and is ordered with [distance] being the layer immediately following the base image and [1] being the final layer.

repeated .grafeas.v1.Layer layer_info = 3;

Parameters
Name Description
index int
builderForValue Layer.Builder
Returns
Type Description
ImageOccurrence.Builder

addLayerInfo(Layer value)

  public 
  
 ImageOccurrence 
 . 
 Builder 
  
 addLayerInfo 
 ( 
 Layer 
  
 value 
 ) 
 

This contains layer-specific metadata, if populated it has length "distance" and is ordered with [distance] being the layer immediately following the base image and [1] being the final layer.

repeated .grafeas.v1.Layer layer_info = 3;

Parameter
Name Description
value Layer
Returns
Type Description
ImageOccurrence.Builder

addLayerInfo(Layer.Builder builderForValue)

  public 
  
 ImageOccurrence 
 . 
 Builder 
  
 addLayerInfo 
 ( 
 Layer 
 . 
 Builder 
  
 builderForValue 
 ) 
 

This contains layer-specific metadata, if populated it has length "distance" and is ordered with [distance] being the layer immediately following the base image and [1] being the final layer.

repeated .grafeas.v1.Layer layer_info = 3;

Parameter
Name Description
builderForValue Layer.Builder
Returns
Type Description
ImageOccurrence.Builder

addLayerInfoBuilder()

  public 
  
 Layer 
 . 
 Builder 
  
 addLayerInfoBuilder 
 () 
 

This contains layer-specific metadata, if populated it has length "distance" and is ordered with [distance] being the layer immediately following the base image and [1] being the final layer.

repeated .grafeas.v1.Layer layer_info = 3;

Returns
Type Description
Layer.Builder

addLayerInfoBuilder(int index)

  public 
  
 Layer 
 . 
 Builder 
  
 addLayerInfoBuilder 
 ( 
 int 
  
 index 
 ) 
 

This contains layer-specific metadata, if populated it has length "distance" and is ordered with [distance] being the layer immediately following the base image and [1] being the final layer.

repeated .grafeas.v1.Layer layer_info = 3;

Parameter
Name Description
index int
Returns
Type Description
Layer.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

  public 
  
 ImageOccurrence 
  
 build 
 () 
 
Returns
Type Description
ImageOccurrence

buildPartial()

  public 
  
 ImageOccurrence 
  
 buildPartial 
 () 
 
Returns
Type Description
ImageOccurrence

clear()

  public 
  
 ImageOccurrence 
 . 
 Builder 
  
 clear 
 () 
 
Returns
Type Description
ImageOccurrence.Builder
Overrides

clearBaseResourceUrl()

  public 
  
 ImageOccurrence 
 . 
 Builder 
  
 clearBaseResourceUrl 
 () 
 

Output only. This contains the base image URL for the derived image occurrence.

string base_resource_url = 4;

Returns
Type Description
ImageOccurrence.Builder

This builder for chaining.

clearDistance()

  public 
  
 ImageOccurrence 
 . 
 Builder 
  
 clearDistance 
 () 
 

Output only. The number of layers by which this image differs from the associated image basis.

int32 distance = 2;

Returns
Type Description
ImageOccurrence.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

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

clearFingerprint()

  public 
  
 ImageOccurrence 
 . 
 Builder 
  
 clearFingerprint 
 () 
 

Required. The fingerprint of the derived image.

.grafeas.v1.Fingerprint fingerprint = 1;

Returns
Type Description
ImageOccurrence.Builder

clearLayerInfo()

  public 
  
 ImageOccurrence 
 . 
 Builder 
  
 clearLayerInfo 
 () 
 

This contains layer-specific metadata, if populated it has length "distance" and is ordered with [distance] being the layer immediately following the base image and [1] being the final layer.

repeated .grafeas.v1.Layer layer_info = 3;

Returns
Type Description
ImageOccurrence.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

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

clone()

  public 
  
 ImageOccurrence 
 . 
 Builder 
  
 clone 
 () 
 
Returns
Type Description
ImageOccurrence.Builder
Overrides

getBaseResourceUrl()

  public 
  
 String 
  
 getBaseResourceUrl 
 () 
 

Output only. This contains the base image URL for the derived image occurrence.

string base_resource_url = 4;

Returns
Type Description
String

The baseResourceUrl.

getBaseResourceUrlBytes()

  public 
  
 ByteString 
  
 getBaseResourceUrlBytes 
 () 
 

Output only. This contains the base image URL for the derived image occurrence.

string base_resource_url = 4;

Returns
Type Description
ByteString

The bytes for baseResourceUrl.

getDefaultInstanceForType()

  public 
  
 ImageOccurrence 
  
 getDefaultInstanceForType 
 () 
 
Returns
Type Description
ImageOccurrence

getDescriptorForType()

  public 
  
 Descriptors 
 . 
 Descriptor 
  
 getDescriptorForType 
 () 
 
Returns
Type Description
Descriptor
Overrides

getDistance()

  public 
  
 int 
  
 getDistance 
 () 
 

Output only. The number of layers by which this image differs from the associated image basis.

int32 distance = 2;

Returns
Type Description
int

The distance.

getFingerprint()

  public 
  
 Fingerprint 
  
 getFingerprint 
 () 
 

Required. The fingerprint of the derived image.

.grafeas.v1.Fingerprint fingerprint = 1;

Returns
Type Description
Fingerprint

The fingerprint.

getFingerprintBuilder()

  public 
  
 Fingerprint 
 . 
 Builder 
  
 getFingerprintBuilder 
 () 
 

Required. The fingerprint of the derived image.

.grafeas.v1.Fingerprint fingerprint = 1;

Returns
Type Description
Fingerprint.Builder

getFingerprintOrBuilder()

  public 
  
 FingerprintOrBuilder 
  
 getFingerprintOrBuilder 
 () 
 

Required. The fingerprint of the derived image.

.grafeas.v1.Fingerprint fingerprint = 1;

Returns
Type Description
FingerprintOrBuilder

getLayerInfo(int index)

  public 
  
 Layer 
  
 getLayerInfo 
 ( 
 int 
  
 index 
 ) 
 

This contains layer-specific metadata, if populated it has length "distance" and is ordered with [distance] being the layer immediately following the base image and [1] being the final layer.

repeated .grafeas.v1.Layer layer_info = 3;

Parameter
Name Description
index int
Returns
Type Description
Layer

getLayerInfoBuilder(int index)

  public 
  
 Layer 
 . 
 Builder 
  
 getLayerInfoBuilder 
 ( 
 int 
  
 index 
 ) 
 

This contains layer-specific metadata, if populated it has length "distance" and is ordered with [distance] being the layer immediately following the base image and [1] being the final layer.

repeated .grafeas.v1.Layer layer_info = 3;

Parameter
Name Description
index int
Returns
Type Description
Layer.Builder

getLayerInfoBuilderList()

  public 
  
 List<Layer 
 . 
 Builder 
>  
 getLayerInfoBuilderList 
 () 
 

This contains layer-specific metadata, if populated it has length "distance" and is ordered with [distance] being the layer immediately following the base image and [1] being the final layer.

repeated .grafeas.v1.Layer layer_info = 3;

Returns
Type Description
List < Builder >

getLayerInfoCount()

  public 
  
 int 
  
 getLayerInfoCount 
 () 
 

This contains layer-specific metadata, if populated it has length "distance" and is ordered with [distance] being the layer immediately following the base image and [1] being the final layer.

repeated .grafeas.v1.Layer layer_info = 3;

Returns
Type Description
int

getLayerInfoList()

  public 
  
 List<Layer> 
  
 getLayerInfoList 
 () 
 

This contains layer-specific metadata, if populated it has length "distance" and is ordered with [distance] being the layer immediately following the base image and [1] being the final layer.

repeated .grafeas.v1.Layer layer_info = 3;

Returns
Type Description
List < Layer >

getLayerInfoOrBuilder(int index)

  public 
  
 LayerOrBuilder 
  
 getLayerInfoOrBuilder 
 ( 
 int 
  
 index 
 ) 
 

This contains layer-specific metadata, if populated it has length "distance" and is ordered with [distance] being the layer immediately following the base image and [1] being the final layer.

repeated .grafeas.v1.Layer layer_info = 3;

Parameter
Name Description
index int
Returns
Type Description
LayerOrBuilder

getLayerInfoOrBuilderList()

  public 
  
 List 
< ? 
  
 extends 
  
 LayerOrBuilder 
>  
 getLayerInfoOrBuilderList 
 () 
 

This contains layer-specific metadata, if populated it has length "distance" and is ordered with [distance] being the layer immediately following the base image and [1] being the final layer.

repeated .grafeas.v1.Layer layer_info = 3;

Returns
Type Description
List < ? extends io.grafeas.v1.LayerOrBuilder >

hasFingerprint()

  public 
  
 boolean 
  
 hasFingerprint 
 () 
 

Required. The fingerprint of the derived image.

.grafeas.v1.Fingerprint fingerprint = 1;

Returns
Type Description
boolean

Whether the fingerprint field is set.

internalGetFieldAccessorTable()

  protected 
  
 GeneratedMessageV3 
 . 
 FieldAccessorTable 
  
 internalGetFieldAccessorTable 
 () 
 
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

  public 
  
 final 
  
 boolean 
  
 isInitialized 
 () 
 
Returns
Type Description
boolean
Overrides

mergeFingerprint(Fingerprint value)

  public 
  
 ImageOccurrence 
 . 
 Builder 
  
 mergeFingerprint 
 ( 
 Fingerprint 
  
 value 
 ) 
 

Required. The fingerprint of the derived image.

.grafeas.v1.Fingerprint fingerprint = 1;

Parameter
Name Description
value Fingerprint
Returns
Type Description
ImageOccurrence.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeFrom(ImageOccurrence other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

removeLayerInfo(int index)

  public 
  
 ImageOccurrence 
 . 
 Builder 
  
 removeLayerInfo 
 ( 
 int 
  
 index 
 ) 
 

This contains layer-specific metadata, if populated it has length "distance" and is ordered with [distance] being the layer immediately following the base image and [1] being the final layer.

repeated .grafeas.v1.Layer layer_info = 3;

Parameter
Name Description
index int
Returns
Type Description
ImageOccurrence.Builder

setBaseResourceUrl(String value)

  public 
  
 ImageOccurrence 
 . 
 Builder 
  
 setBaseResourceUrl 
 ( 
 String 
  
 value 
 ) 
 

Output only. This contains the base image URL for the derived image occurrence.

string base_resource_url = 4;

Parameter
Name Description
value String

The baseResourceUrl to set.

Returns
Type Description
ImageOccurrence.Builder

This builder for chaining.

setBaseResourceUrlBytes(ByteString value)

  public 
  
 ImageOccurrence 
 . 
 Builder 
  
 setBaseResourceUrlBytes 
 ( 
 ByteString 
  
 value 
 ) 
 

Output only. This contains the base image URL for the derived image occurrence.

string base_resource_url = 4;

Parameter
Name Description
value ByteString

The bytes for baseResourceUrl to set.

Returns
Type Description
ImageOccurrence.Builder

This builder for chaining.

setDistance(int value)

  public 
  
 ImageOccurrence 
 . 
 Builder 
  
 setDistance 
 ( 
 int 
  
 value 
 ) 
 

Output only. The number of layers by which this image differs from the associated image basis.

int32 distance = 2;

Parameter
Name Description
value int

The distance to set.

Returns
Type Description
ImageOccurrence.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

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

setFingerprint(Fingerprint value)

  public 
  
 ImageOccurrence 
 . 
 Builder 
  
 setFingerprint 
 ( 
 Fingerprint 
  
 value 
 ) 
 

Required. The fingerprint of the derived image.

.grafeas.v1.Fingerprint fingerprint = 1;

Parameter
Name Description
value Fingerprint
Returns
Type Description
ImageOccurrence.Builder

setFingerprint(Fingerprint.Builder builderForValue)

  public 
  
 ImageOccurrence 
 . 
 Builder 
  
 setFingerprint 
 ( 
 Fingerprint 
 . 
 Builder 
  
 builderForValue 
 ) 
 

Required. The fingerprint of the derived image.

.grafeas.v1.Fingerprint fingerprint = 1;

Parameter
Name Description
builderForValue Fingerprint.Builder
Returns
Type Description
ImageOccurrence.Builder

setLayerInfo(int index, Layer value)

  public 
  
 ImageOccurrence 
 . 
 Builder 
  
 setLayerInfo 
 ( 
 int 
  
 index 
 , 
  
 Layer 
  
 value 
 ) 
 

This contains layer-specific metadata, if populated it has length "distance" and is ordered with [distance] being the layer immediately following the base image and [1] being the final layer.

repeated .grafeas.v1.Layer layer_info = 3;

Parameters
Name Description
index int
value Layer
Returns
Type Description
ImageOccurrence.Builder

setLayerInfo(int index, Layer.Builder builderForValue)

  public 
  
 ImageOccurrence 
 . 
 Builder 
  
 setLayerInfo 
 ( 
 int 
  
 index 
 , 
  
 Layer 
 . 
 Builder 
  
 builderForValue 
 ) 
 

This contains layer-specific metadata, if populated it has length "distance" and is ordered with [distance] being the layer immediately following the base image and [1] being the final layer.

repeated .grafeas.v1.Layer layer_info = 3;

Parameters
Name Description
index int
builderForValue Layer.Builder
Returns
Type Description
ImageOccurrence.Builder

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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