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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The `Fingerprint` class in the Grafeas v1 API is used to uniquely identify a Docker image through its properties."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with its `Fingerprint` class."],["It provides constructors for creating new `Fingerprint` objects, either as an empty object or by copying an existing one."],["Key properties include `V1Name` representing the final layer ID, `V2Blob` storing an ordered list of v2 blobs, and `V2Name` for the calculated name of the final v2 blob."],["There are multiple versions of this API listed, starting from version 2.2.0 up to the most recent version, 3.7.0."]]],[]]