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