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 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."]]],[]]