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 to send a request to set labels on a snapshot and it is part of the `Google.Cloud.Compute.V1` namespace in the Google Cloud .NET library."],["The latest version of the `Google.Cloud.Compute.V1` library is 3.6.0, with a range of available versions from 1.0.0 to 3.6.0 listed, that all include the `SetLabelsSnapshotRequest`."],["The `SetLabelsSnapshotRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains a few properties, including `GlobalSetLabelsRequestResource`, `Project`, and `Resource`, to define the request."],["There are two constructors available for `SetLabelsSnapshotRequest`: one default and another that takes an existing `SetLabelsSnapshotRequest` object."]]],[]]