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 provides documentation for the `InstancesSetLabelsRequest` class within the `Google.Cloud.Compute.V1` namespace, detailing its properties, inheritance, and implementations."],["The `InstancesSetLabelsRequest` class is available across multiple versions, ranging from the latest version 3.6.0 down to version 1.0.0, with links to their respective documentation pages."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which means it is for managing labels for instances."],["Key properties of the class include `HasLabelFingerprint`, `LabelFingerprint`, and `Labels`, which handle label management and conflict prevention."],["Two constructors are provided, one for creating an empty instance, and one that takes another `InstancesSetLabelsRequest` object to use for creating a new instance."]]],[]]