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 within the `Grafeas.V1` namespace, version 2.4.0 of the Grafeas library."],["The `Fingerprint` class is used to define a set of properties that uniquely identify a Docker image, inheriting from `Object` and implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, a default constructor, and one that takes another `Fingerprint` object as a parameter, offering the ability to initiate from another instance."],["Key properties of the `Fingerprint` class include `V1Name`, which represents the final layer ID in the v1 Docker image representation, and `V2Blob`, which contains an ordered list of v2 blobs."],["The class offers a `V2Name` property, which will contain the computed name of the v2 blobs that represent the image."]]],[]]