public sealed class RegionSetLabelsRequest : IMessage<RegionSetLabelsRequest>, IEquatable<RegionSetLabelsRequest>, IDeepCloneable<RegionSetLabelsRequest>, 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 `RegionSetLabelsRequest` class is part of the `Google.Cloud.Compute.V1` namespace and is used for setting labels on resources."],["This class provides methods for managing labels, including getting, setting, and detecting conflicts using a fingerprint mechanism."],["The latest version of the `RegionSetLabelsRequest` documentation is 3.6.0, while this page details version 1.4.0 and contains links to versions from 1.0.0 through to 3.6.0."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for a wide range of operations on label management."],["The class has properties for managing `LabelFingerprint`, determining if it has a label fingerprint, and managing the `Labels` themselves via a map."]]],[]]