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."],[[["This webpage details the `SetLabelsImageRequest` class within the `Google.Cloud.Compute.V1` namespace, used for setting labels on images."],["The latest version of `SetLabelsImageRequest` is 3.6.0, with the documentation providing links to older versions back to 1.0.0."],["The `SetLabelsImageRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains properties such as `GlobalSetLabelsRequestResource`, `Project`, and `Resource`, which are used to specify the details of the request."],["There are two constructors provided for the `SetLabelsImageRequest` class; one is parameterless and the other one takes another `SetLabelsImageRequest` as a parameter."]]],[]]