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 details the `InstancesSetLabelsRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.16.0 of the library, and its associated versions."],["The `InstancesSetLabelsRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods and properties for managing instance labels."],["The class provides constructors `InstancesSetLabelsRequest()` and `InstancesSetLabelsRequest(InstancesSetLabelsRequest other)`, the later creating a new request based on an existing one, and it also includes properties such as `HasLabelFingerprint`, `LabelFingerprint`, and `Labels`."],["A history of versions is presented, starting from version 1.0.0 and up to 3.6.0, which is the latest version available for the `InstancesSetLabelsRequest` resource."]]],[]]