public sealed class ZoneSetLabelsRequest : IMessage<ZoneSetLabelsRequest>, IEquatable<ZoneSetLabelsRequest>, IDeepCloneable<ZoneSetLabelsRequest>, IBufferMessage, IMessage
The fingerprint of the previous set of labels for this resource, used to detect conflicts. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels. Make a get() request to the resource to get the latest fingerprint.
[[["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-04-09 UTC."],[[["The webpage provides documentation for the `ZoneSetLabelsRequest` class within the `Google.Cloud.Compute.V1` namespace, detailing its usage and implementation across multiple versions."],["The latest version of the `ZoneSetLabelsRequest` is 3.6.0, while the current page version is focused on the documentation of version 3.3.0 of the `ZoneSetLabelsRequest`."],["The `ZoneSetLabelsRequest` class is part of the Google.Cloud.Compute.V1.dll assembly, and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `ZoneSetLabelsRequest` include `HasLabelFingerprint`, `LabelFingerprint`, and `Labels`, which are essential for managing and updating resource labels."],["The provided documentation gives an overview of the constructors available for `ZoneSetLabelsRequest`, that include a default constructor, and a copy constructor that takes another `ZoneSetLabelsRequest` as a parameter."]]],[]]