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."],[[["The `InstancesSetLabelsRequest` class is used for managing labels on Google Cloud Compute instances, within the namespace `Google.Cloud.Compute.V1`, and is found in the Google.Cloud.Compute.V1.dll assembly."],["Version 3.6.0 is the latest version available for `InstancesSetLabelsRequest`, while version 3.5.0 is being displayed here, and it also covers versions going all the way back to version 1.0.0."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling messages, deep cloning, and equality comparisons."],["Key properties of `InstancesSetLabelsRequest` include `LabelFingerprint` (for conflict prevention) and `Labels` (a map field for label data)."],["The class provides two constructors, a default constructor, and one that accepts another `InstancesSetLabelsRequest` object, allowing for creating new instances and making copies."]]],[]]