Specifies a fingerprint for this request, which is essentially a hash of the tags' contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update tags. You must always provide an up-to-date fingerprint hash in order to update or change tags. To see the latest fingerprint, make get() request to the instance.
[[["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-09 UTC."],[[["The `Tags` class in the Google.Cloud.Compute.V1 API provides a way to manage a set of instance tags, each tag being 1-63 characters long and compliant with RFC1035."],["Version 3.6.0 is the latest release for the Google.Cloud.Compute.V1 API's `Tags` class, while this specific documentation details version 2.13.0."],["The `Tags` class includes properties like `Fingerprint` for optimistic locking during updates, and `Items` to hold the array of tag strings."],["The `Fingerprint` property is a hash that changes after each modification, requiring users to always use an up-to-date fingerprint to update tags, obtainable via a get() request."],["The class `Tags` implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable` and `IBufferMessage` to help manage and operate the data."]]],[]]