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-04-09 UTC."],[[["This webpage details the `InstancesSetLabelsRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically version 3.3.0 of the .NET library."],["The latest version for this class is 3.6.0, and the page offers access to numerous previous versions, from 1.0.0 up to 3.5.0, including 2.x versions."],["`InstancesSetLabelsRequest` is a class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `InstancesSetLabelsRequest` class include `HasLabelFingerprint` (a boolean), `LabelFingerprint` (a string), and `Labels` (a MapField of string key-value pairs)."],["The class provides two constructors: a default constructor `InstancesSetLabelsRequest()` and a copy constructor `InstancesSetLabelsRequest(InstancesSetLabelsRequest other)`."]]],[]]