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 latest version of the `InstancesSetLabelsRequest` is 3.6.0, part of the Google.Cloud.Compute.V1 library, with multiple older versions available dating back to 1.0.0."],["`InstancesSetLabelsRequest` is a class used for managing labels on compute instances within Google Cloud, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `LabelFingerprint` (a string) and `Labels` (a `MapField` of string key-value pairs), which allow for managing labels and preventing conflicts when updating them."],["This class can also be implemented using 2 different constructors, one of them including a copy of the class itself as a parameter."],["The class is part of the `Google.Cloud.Compute.V1` namespace within the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]