public
interface
FingerprintOrBuilder
extends
MessageOrBuilder
Implements
MessageOrBuilderMethods
getV1Name()
public
abstract
String
getV1Name
()
Required. The layer ID of the final layer in the Docker image's v1 representation.
string v1_name = 1;
getV1NameBytes()
public
abstract
ByteString
getV1NameBytes
()
Required. The layer ID of the final layer in the Docker image's v1 representation.
string v1_name = 1;
getV2Blob(int index)
public
abstract
String
getV2Blob
(
int
index
)
Required. The ordered list of v2 blobs that represent a given image.
repeated string v2_blob = 2;
getV2BlobBytes(int index)
public
abstract
ByteString
getV2BlobBytes
(
int
index
)
Required. The ordered list of v2 blobs that represent a given image.
repeated string v2_blob = 2;
getV2BlobCount()
public
abstract
int
getV2BlobCount
()
Required. The ordered list of v2 blobs that represent a given image.
repeated string v2_blob = 2;
getV2BlobList()
public
abstract
List<String>
getV2BlobList
()
Required. The ordered list of v2 blobs that represent a given image.
repeated string v2_blob = 2;
getV2Name()
public
abstract
String
getV2Name
()
Output only. The name of the image's v2 blobs computed via: [bottom] := v2_blob[bottom] [N] := sha256(v2_blob[N] + " " + v2_name[N+1]) Only the name of the final blob is kept.
string v2_name = 3;
getV2NameBytes()
public
abstract
ByteString
getV2NameBytes
()
Output only. The name of the image's v2 blobs computed via: [bottom] := v2_blob[bottom] [N] := sha256(v2_blob[N] + " " + v2_name[N+1]) Only the name of the final blob is kept.
string v2_name = 3;

