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 a part of the `Google.Cloud.Compute.V1` namespace and is used to manage labels for instances."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, suggesting it is designed for use within a structured data environment."],["The class offers properties like `LabelFingerprint` and `Labels` to manage label settings and includes constructors for creating new instances of `InstancesSetLabelsRequest`."],["The documented version history shows a range of versions from 1.0.0 up to the latest 3.6.0, providing an overview of the development timeline."],["This `InstancesSetLabelsRequest` class inherits from the Object class, and has access to its methods such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]