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 page details the `InstancesSetLabelsRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.0.0, which is used to manage labels on compute instances."],["The class `InstancesSetLabelsRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management within the Google Cloud Compute framework."],["The class provides constructors to create new instances, either default or by cloning from existing `InstancesSetLabelsRequest` objects."],["Key properties include `LabelFingerprint`, which is used to prevent label conflicts, `HasLabelFingerprint` which is used to know if the previous property is set, and `Labels` which is used to manage a collection of string key-value pair, and which can be accessed using the `MapField` property type."],["The available versions of this class range from 1.0.0 to 3.6.0, with 3.6.0 being the most recent, and links to view the documentation for each version are provided."]]],[]]