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 V1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management."],["The `SetLabelsImageRequest` class is available across multiple versions of the Google Cloud Compute V1 API, ranging from version 1.0.0 to the latest version 3.6.0."],["It has two constructors: a default constructor and one that takes another `SetLabelsImageRequest` object as a parameter."],["`SetLabelsImageRequest` class contains three properties, `GlobalSetLabelsRequestResource`, `Project`, and `Resource`, which allow the setting of the request body, project ID and targeted resource."]]],[]]