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 `InstancesSetLabelsRequest` class is part of the Google.Cloud.Compute.V1 namespace, specifically within the .NET environment, and is used for managing instance labels."],["Version 3.6.0 is the latest version available for `InstancesSetLabelsRequest`, while the lowest version available is 1.0.0, with a total of 29 listed version releases."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for comprehensive functionality."],["The `InstancesSetLabelsRequest` class includes properties like `HasLabelFingerprint`, `LabelFingerprint`, and `Labels` for handling label-related operations."],["`InstancesSetLabelsRequest` can be instantiated using two available constructors, a default one and one that takes an object of the same class type as a parameter."]]],[]]