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-24 UTC."],[[["The `SetLabelsSnapshotRequest` class is a request message used for the `Snapshots.SetLabels` method in the Google Cloud Compute V1 API, as part of the .NET library."],["The latest documented version of `SetLabelsSnapshotRequest` is 3.6.0, with a history of documented versions going back to 1.0.0."],["This class implements several interfaces, including `IMessage`, `IEquatable\u003cSetLabelsSnapshotRequest\u003e`, `IDeepCloneable\u003cSetLabelsSnapshotRequest\u003e`, and `IBufferMessage`, indicating its role in message handling and object management."],["The class has two constructors, one of which accepts another `SetLabelsSnapshotRequest` as a parameter."],["The class has three properties, `GlobalSetLabelsRequestResource`, `Project`, and `Resource`, which are used for providing the body resource, the project ID, and the name or id of the resource, respectively."]]],[]]