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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `Fingerprint` class in the Grafeas v1 API uniquely identifies a Docker image through a set of properties."],["It supports multiple versions of the Grafeas API, with version 3.7.0 being the latest available."],["The class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties include `V1Name`, `V2Blob` (a list of v2 blobs), and `V2Name`, which are used to represent the Docker image's layers and identifiers."],["The `Fingerprint` class has constructors for creating a new instance and a deep clone, showing how you can create the object, or create a deep copy."]]],[]]