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-03-21 UTC."],[[["The `SetLabelsImageRequest` class is a request message used for setting labels on images within the Google Cloud Compute API, specifically in version 1.1.0, and is also available in many other versions, the latest being 3.6.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to function within the Google.Protobuf framework and support various operations like cloning and buffering."],["The `SetLabelsImageRequest` class includes properties such as `GlobalSetLabelsRequestResource`, `Project`, and `Resource`, which are used to specify the body of the request, the project ID, and the name or ID of the target resource, respectively."],["There are two constructors available for creating instances of `SetLabelsImageRequest`: a default constructor and a constructor that accepts another `SetLabelsImageRequest` object as a parameter for creating a copy."],["The page has links to documentation for SetLabelsImageRequest class that spans a multitude of versions of the Google.Cloud.Compute.V1 library, showing it's evolution from version 1.0.0 all the way up to 3.6.0."]]],[]]