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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["This webpage details the `InstancesSetLabelsRequest` class within the `Google.Cloud.Compute.V1` namespace, used for setting labels on Google Cloud Compute instances."],["The latest version of `InstancesSetLabelsRequest` is 3.6.0, with numerous previous versions available, ranging from 1.0.0 to 3.5.0."],["`InstancesSetLabelsRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `LabelFingerprint` (a string) and `Labels` (a map of string to string) for managing instance labels, as well as `HasLabelFingerprint` to identify if the label_fingerprint field has been set."],["The class has two constructors, a default one, and another one that takes another `InstancesSetLabelsRequest` object as a parameter."]]],[]]