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."],[[["This webpage details the `Fingerprint` class, a component designed to uniquely identify a Docker image, and it is part of the `Grafeas.V1` namespace in version 2.2.0."],["The `Fingerprint` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default `Fingerprint()` and one that accepts another `Fingerprint` object as a parameter."],["`Fingerprint` contains three properties: `V1Name`, which represents the layer ID of the final layer in a Docker image's v1 representation; `V2Blob`, an ordered list of v2 blobs; and `V2Name`, the name of the image's v2 blobs computed from their hash values."],["The page also lists previous versions of `Fingerprint` that are available, ranging from 3.0.0 up to the latest, 3.7.0."]]],[]]