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."],[[["The webpage provides documentation for the `InstancesSetLabelsRequest` class within the `Google.Cloud.Compute.V1` namespace, detailing its structure and usage."],["The `InstancesSetLabelsRequest` class is used to manage labels on Google Cloud Compute instances, supporting label addition and modification while preventing conflicts using a fingerprint system."],["Version 3.6.0 is the most current/latest version available, with a range of previous versions, down to version 1.0.0, also accessible on the page."],["The class is in the assembly Google.Cloud.Compute.V1.dll and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `InstancesSetLabelsRequest` has properties such as `HasLabelFingerprint`, `LabelFingerprint`, and `Labels` which are used to manage and check the label information of the instance."]]],[]]