public interface DerivedOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBaseResourceUrl()
public abstract String getBaseResourceUrl()Output only. This contains the base image URL for the derived image occurrence.
string base_resource_url = 4;
| Type | Description |
| String | The baseResourceUrl. |
getBaseResourceUrlBytes()
public abstract ByteString getBaseResourceUrlBytes()Output only. This contains the base image URL for the derived image occurrence.
string base_resource_url = 4;
| Type | Description |
| ByteString | The bytes for baseResourceUrl. |
getDistance()
public abstract int getDistance()Output only. The number of layers by which this image differs from the associated image basis.
int32 distance = 2;
| Type | Description |
| int | The distance. |
getFingerprint()
public abstract Fingerprint getFingerprint()Required. The fingerprint of the derived image.
.grafeas.v1beta1.image.Fingerprint fingerprint = 1;
| Type | Description |
| Fingerprint | The fingerprint. |
getFingerprintOrBuilder()
public abstract FingerprintOrBuilder getFingerprintOrBuilder()Required. The fingerprint of the derived image.
.grafeas.v1beta1.image.Fingerprint fingerprint = 1;
| Type | Description |
| FingerprintOrBuilder |
getLayerInfo(int index)
public abstract 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.v1beta1.image.Layer layer_info = 3;
| Name | Description |
| index | int |
| Type | Description |
| Layer |
getLayerInfoCount()
public abstract 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.v1beta1.image.Layer layer_info = 3;
| Type | Description |
| int |
getLayerInfoList()
public abstract 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.v1beta1.image.Layer layer_info = 3;
| Type | Description |
| List<Layer> |
getLayerInfoOrBuilder(int index)
public abstract 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.v1beta1.image.Layer layer_info = 3;
| Name | Description |
| index | int |
| Type | Description |
| LayerOrBuilder |
getLayerInfoOrBuilderList()
public abstract 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.v1beta1.image.Layer layer_info = 3;
| Type | Description |
| List<? extends io.grafeas.v1beta1.image.LayerOrBuilder> |
hasFingerprint()
public abstract boolean hasFingerprint()Required. The fingerprint of the derived image.
.grafeas.v1beta1.image.Fingerprint fingerprint = 1;
| Type | Description |
| boolean | Whether the fingerprint field is set. |