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-09 UTC."],[[["This webpage details the `RegionSetLabelsRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically version 3.2.0, with links to older and newer versions."],["The `RegionSetLabelsRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality within the Google Cloud Compute environment."],["The class contains three properties, `HasLabelFingerprint`, `LabelFingerprint`, and `Labels`, that enable users to manage and modify resource labels, including managing concurrency control with `LabelFingerprint`."],["The page lists all the available versions for the class, with version 3.6.0 being the latest release and version 1.0.0 the oldest, along with links to each version's documentation."],["There are two constructors available, a default one, `RegionSetLabelsRequest()`, and another one that accepts another `RegionSetLabelsRequest` instance as a parameter, `RegionSetLabelsRequest(RegionSetLabelsRequest other)`."]]],[]]