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-09 UTC."],[[["This document provides versioned documentation for the `ZoneSetLabelsRequest` class within the `Google.Cloud.Compute.V1` namespace, with the latest version being 3.6.0."],["The `ZoneSetLabelsRequest` class is a part of the `Google.Cloud.Compute.V1` library, implemented as a sealed class, and includes functionality to handle labels and their fingerprints."],["The `ZoneSetLabelsRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `ZoneSetLabelsRequest` class include `HasLabelFingerprint` (a boolean indicating if the label fingerprint is set), `LabelFingerprint` (a string for conflict detection), and `Labels` (a map field for managing labels)."],["The documentation includes a comprehensive list of versions ranging from 1.0.0 to the latest 3.6.0, each linking to a specific versioned page for the `ZoneSetLabelsRequest`."]]],[]]