public sealed class SetLabelsSnapshotRequest : IMessage<SetLabelsSnapshotRequest>, IEquatable<SetLabelsSnapshotRequest>, IDeepCloneable<SetLabelsSnapshotRequest>, IBufferMessage, IMessage
A request message for Snapshots.SetLabels. See the method description for details.
[[["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 `SetLabelsSnapshotRequest` class is used for sending requests to set labels on snapshots within the Google Cloud Compute API, specifically in the `Google.Cloud.Compute.V1` namespace."],["Version 3.6.0 is the latest version of the `SetLabelsSnapshotRequest` object, and the webpage lists versions ranging from 1.0.0 to 3.6.0."],["The class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a parameterless constructor and one that takes another `SetLabelsSnapshotRequest` object as a parameter, to replicate its content."],["Key properties of the `SetLabelsSnapshotRequest` class include `GlobalSetLabelsRequestResource`, `Project`, and `Resource`, which are used to specify the labels to set, the project ID, and the resource name/ID respectively."]]],[]]