public static final class ImageOccurrence.Builder extends GeneratedMessage.Builder<ImageOccurrence.Builder> implements ImageOccurrenceOrBuilderDetails 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
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ImageOccurrence.BuilderImplements
ImageOccurrenceOrBuilderStatic 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 |
|
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 |
|
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. |
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 |
|
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 |
|
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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ImageOccurrence.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ImageOccurrence.Builder |
|
mergeFrom(ImageOccurrence other)
public ImageOccurrence.Builder mergeFrom(ImageOccurrence other)| Parameter | |
|---|---|
| Name | Description |
other |
ImageOccurrence |
| Returns | |
|---|---|
| Type | Description |
ImageOccurrence.Builder |
|
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 |
StringThe 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 |
ByteStringThe 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 |
intThe distance to set. |
| Returns | |
|---|---|
| Type | Description |
ImageOccurrence.Builder |
This builder for chaining. |
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 |
|