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 `ZoneSetLabelsRequest` class, part of the `Google.Cloud.Compute.V1` namespace, is used to set labels for resources in Google Cloud Compute."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for deep cloning, equality checks, and message handling."],["The `ZoneSetLabelsRequest` class has properties such as `LabelFingerprint`, used for conflict detection during label updates, and `Labels`, which stores the actual label data in a map."],["The latest version available for the `ZoneSetLabelsRequest` in the provided content is 3.6.0, while there is also many other version, all the way down to version 1.0.0."],["The two constructors available for the `ZoneSetLabelsRequest` class are the default constructor `ZoneSetLabelsRequest()`, and a copy constructor `ZoneSetLabelsRequest(ZoneSetLabelsRequest other)` that takes a `ZoneSetLabelsRequest` object as a parameter."]]],[]]