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, used for setting labels on Google Compute Engine instances."],["The latest version available for the `InstancesSetLabelsRequest` class is 3.6.0, with multiple previous versions ranging from 3.5.0 down to 1.0.0 accessible via provided links."],["The `InstancesSetLabelsRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `InstancesSetLabelsRequest` class include `LabelFingerprint` (a string to prevent conflicts) and `Labels` (a map field of string keys and values), and the property `HasLabelFingerprint` to get whether the field is set."],["There are two constructors for `InstancesSetLabelsRequest`, one default and another that accepts another `InstancesSetLabelsRequest` as a parameter."]]],[]]