public sealed class ZoneSetLabelsRequest : IMessage<ZoneSetLabelsRequest>, IEquatable<ZoneSetLabelsRequest>, IDeepCloneable<ZoneSetLabelsRequest>, IBufferMessage, IMessage
The fingerprint of the previous set of labels for this resource, used to detect conflicts. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels. Make a get() request to the resource to get the latest fingerprint.
[[["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-03-24 UTC."],[[["This webpage details the `ZoneSetLabelsRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically version 3.1.0, for .NET."],["The `ZoneSetLabelsRequest` class is used to manage labels for resources and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, one default and one that takes another `ZoneSetLabelsRequest` object as a parameter for cloning."],["It has properties for `LabelFingerprint` (a string used for conflict detection when updating labels) and `Labels` (a map field to store key-value label pairs) as well as a `HasLabelFingerprint` boolean to check whether the fingerprint field is set."],["The page also provides a complete list of older versions, ranging from 3.6.0 all the way back to 1.0.0, which are also part of the `ZoneSetLabelsRequest` object."]]],[]]