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 webpage details the `InstancesSetLabelsRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.14.0 of the library, which is part of the .NET framework."],["The `InstancesSetLabelsRequest` class is designed for managing labels on compute instances, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists available versions of this class, ranging from the latest 3.6.0 down to version 1.0.0, alongside its current version 2.14.0."],["The `InstancesSetLabelsRequest` class features constructors for creating instances and properties like `LabelFingerprint` and `Labels` to manage label-related data and prevent conflicts."],["This `InstancesSetLabelsRequest` class inherits from the `object` class, having inherited methods including `GetHashCode`, `GetType`, and `ToString`."]]],[]]