public interface FingerprintOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getV1Name()
The layer-id of the final layer in the Docker image's v1 representation.
|
com.google.protobuf.ByteString |
getV1NameBytes()
The layer-id of the final layer in the Docker image's v1 representation.
|
String |
getV2Blob(int index)
The ordered list of v2 blobs that represent a given image.
|
com.google.protobuf.ByteString |
getV2BlobBytes(int index)
The ordered list of v2 blobs that represent a given image.
|
int |
getV2BlobCount()
The ordered list of v2 blobs that represent a given image.
|
List<String> |
getV2BlobList()
The ordered list of v2 blobs that represent a given image.
|
String |
getV2Name()
Output only.
|
com.google.protobuf.ByteString |
getV2NameBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getV1Name()
The layer-id of the final layer in the Docker image's v1 representation.
string v1_name = 1;com.google.protobuf.ByteString getV1NameBytes()
The layer-id of the final layer in the Docker image's v1 representation.
string v1_name = 1;List<String> getV2BlobList()
The ordered list of v2 blobs that represent a given image.
repeated string v2_blob = 2;int getV2BlobCount()
The ordered list of v2 blobs that represent a given image.
repeated string v2_blob = 2;String getV2Blob(int index)
The ordered list of v2 blobs that represent a given image.
repeated string v2_blob = 2;com.google.protobuf.ByteString getV2BlobBytes(int index)
The ordered list of v2 blobs that represent a given image.
repeated string v2_blob = 2;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;com.google.protobuf.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;Copyright © 2019 Google LLC. All rights reserved.