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."],[[["The webpage details the `InstancesSetLabelsRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.10.0 of the .NET library."],["The content shows a list of all versions of the `InstancesSetLabelsRequest` class, ranging from version 1.0.0 to the latest version 3.6.0, each with links to their respective documentation."],["`InstancesSetLabelsRequest` inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffered message operations."],["The `InstancesSetLabelsRequest` class includes constructors and properties, such as `HasLabelFingerprint`, `LabelFingerprint`, and `Labels`, enabling the setting and management of labels on instances, and conflict prevention for label updates."],["The `LabelFingerprint` property provides a mechanism to prevent conflicts when updating labels by requiring the latest fingerprint value."]]],[]]