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."],[[["The latest version of the `ZoneSetLabelsRequest` is 3.6.0, as listed at the top of the version list."],["This page details the `ZoneSetLabelsRequest` class, a core component within the Google.Cloud.Compute.V1 namespace of the .NET library, with version 2.14.0 being the current context."],["The `ZoneSetLabelsRequest` class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to be used in google cloud functions."],["Key properties of the `ZoneSetLabelsRequest` class include `HasLabelFingerprint` (a boolean), `LabelFingerprint` (a string), and `Labels` (a `MapField` of string key-value pairs)."],["This page contains a list of 29 different versions of the `ZoneSetLabelsRequest` class that is currently available for developers, ranging from the most recent 3.6.0 version to the earliest 1.0.0 version."]]],[]]