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-04-02 UTC."],[[["This webpage details the `ZoneSetLabelsRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically version 3.0.0, for .NET."],["The `ZoneSetLabelsRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to be used in protocol buffer messages and for deep cloning."],["The class offers two constructors, one default and one that accepts another `ZoneSetLabelsRequest` instance for copying, to facilitate the creation of `ZoneSetLabelsRequest` objects."],["Key properties of the `ZoneSetLabelsRequest` class include `HasLabelFingerprint`, which checks if a label fingerprint is set, `LabelFingerprint`, used for detecting conflicts when modifying labels, and `Labels`, which is a `MapField` containing the resource's labels."],["The page contains historical versions of the `ZoneSetLabelsRequest`, spanning from version 1.0.0 all the way to the latest version of 3.6.0, accessible through the provided links."]]],[]]