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 provides documentation for the `InstancesSetLabelsRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically in the context of .NET development."],["The latest version of `InstancesSetLabelsRequest` documented is 3.6.0, which can be found here: `/dotnet/docs/reference/Google.Cloud.Compute.V1/latest/Google.Cloud.Compute.V1.InstancesSetLabelsRequest`, and the page offers documentation for various previous versions, dating back to 1.0.0."],["`InstancesSetLabelsRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its functionality within the Google.Protobuf library."],["Key properties of `InstancesSetLabelsRequest` include `HasLabelFingerprint`, `LabelFingerprint`, and `Labels`, allowing for managing the labels of instances within the Google Cloud Compute environment, where the `LabelFingerprint` property is used to prevent conflicts and to add or change labels."],["The `InstancesSetLabelsRequest` class has two constructors: a default constructor and one that accepts another `InstancesSetLabelsRequest` as a parameter, for copying purposes."]]],[]]