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 is part of the `Google.Cloud.Compute.V1` namespace and is used for managing labels on Google Cloud Compute resources."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities such as deep cloning and protocol buffer message handling."],["The class offers two constructors: a default constructor and a copy constructor that takes another `ZoneSetLabelsRequest` object as a parameter."],["It includes properties such as `LabelFingerprint`, which is a string used for conflict detection when modifying labels, and `Labels`, which is a map used to set labels for a resource."],["The page provides a list of available versions of the `ZoneSetLabelsRequest` from version 1.0.0 up to 3.6.0 (latest), allowing users to navigate to the documentation for each version."]]],[]]