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 the `SetLabelsImageRequest` class is 3.6.0, and the page offers documentation for versions ranging from 1.0.0 to 3.6.0."],["`SetLabelsImageRequest` inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, providing methods for message handling, equality checks, deep cloning, and buffer management."],["The class has two constructors, a default one and another to create an instance based on another `SetLabelsImageRequest`, and it also contains three properties: `GlobalSetLabelsRequestResource`, `Project`, and `Resource`."],["The `SetLabelsImageRequest` is used to send requests to the server for the `Images.SetLabels` method."]]],[]]