public sealed class InstancesSetLabelsRequest : IMessage<InstancesSetLabelsRequest>, IEquatable<InstancesSetLabelsRequest>, IDeepCloneable<InstancesSetLabelsRequest>, IBufferMessage, IMessage
Fingerprint of the previous set of labels for this resource, used to prevent conflicts. Provide the latest fingerprint value when making a request to add or change labels.
[[["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-03-21 UTC."],[[["This document outlines the `InstancesSetLabelsRequest` class within the `Google.Cloud.Compute.V1` namespace, detailing its properties, constructors, inheritance, and implementation of various interfaces."],["The `InstancesSetLabelsRequest` class is part of the `Google.Cloud.Compute.V1.dll` assembly, with the latest version being 3.6.0 and many other versions ranging from 1.0.0 to 3.5.0."],["The class inherits from `Object` and implements `IMessage\u003cInstancesSetLabelsRequest\u003e`, `IEquatable\u003cInstancesSetLabelsRequest\u003e`, `IDeepCloneable\u003cInstancesSetLabelsRequest\u003e`, `IBufferMessage`, and `IMessage`."],["Key properties of the `InstancesSetLabelsRequest` include `HasLabelFingerprint` (a boolean), `LabelFingerprint` (a string for conflict prevention), and `Labels` (a `MapField` for string-string key-value pairs)."],["The class has two constructors, one with no parameters and the other taking an instance of `InstancesSetLabelsRequest` as parameter."]]],[]]