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-24 UTC."],[[["This webpage provides documentation for the `InstancesSetLabelsRequest` class within the `Google.Cloud.Compute.V1` namespace, detailing its usage and available versions."],["The latest version of the `Google.Cloud.Compute.V1` package is 3.6.0, with older versions, including 3.5.0, 3.4.0, down to 1.0.0, also available for reference."],["The `InstancesSetLabelsRequest` class, used for setting labels on instances, inherits from the `object` class and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `InstancesSetLabelsRequest` class contains properties such as `HasLabelFingerprint`, `LabelFingerprint`, and `Labels`, which are essential for managing instance labels."],["The webpage content allows you to view all historical versions of the `InstancesSetLabelsRequest`, which will allow you to see the changes over time."]]],[]]