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 to set labels for a region resource."],["Version 3.6.0 is the latest version, and the documentation provides links to many previous versions ranging from 1.0.0 all the way to 3.6.0 for the `RegionSetLabelsRequest` class."],["This class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, allowing it to be used in various contexts within the Google Cloud .NET library."],["The `RegionSetLabelsRequest` class has properties for managing labels, such as `Labels` and `LabelFingerprint`, where the fingerprint helps manage concurrent updates."],["The documentation gives access to the constructors, properties, inherited members, namespace and assembly of the `RegionSetLabelsRequest` class."]]],[]]