public sealed class SetLabelsImageRequest : IMessage<SetLabelsImageRequest>, IEquatable<SetLabelsImageRequest>, IDeepCloneable<SetLabelsImageRequest>, IBufferMessage, IMessage
A request message for Images.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-04-02 UTC."],[[["The webpage details the `SetLabelsImageRequest` class within the `Google.Cloud.Compute.V1` namespace, used for sending requests to set labels on images."],["The latest version of this request type is 3.6.0, with many other versions ranging from 1.0.0 to 3.5.0 also documented."],["`SetLabelsImageRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality and interaction within the .NET framework."],["The class includes constructors for default initialization and creating a copy from another `SetLabelsImageRequest` instance."],["It has three key properties: `GlobalSetLabelsRequestResource` (the resource body for the request), `Project` (the project ID), and `Resource` (the resource's name or ID)."]]],[]]