public sealed class SetLabelsImageRequest : IMessage<SetLabelsImageRequest>, IEquatable<SetLabelsImageRequest>, IDeepCloneable<SetLabelsImageRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class SetLabelsImageRequest.
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-09 UTC."],[[["This webpage provides documentation for the `SetLabelsImageRequest` class within the Google Compute Engine v1 API for .NET, specifically version 3.3.0."],["`SetLabelsImageRequest` is used to send a request to set labels on an image resource, as per the API's method description."],["The class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with the Google.Protobuf library."],["Key properties of `SetLabelsImageRequest` include `GlobalSetLabelsRequestResource` (the request body), `Project` (the project ID), and `Resource` (the resource name or ID)."],["The documentation references several other versions, from 1.0.0 to 3.6.0, that allow the user to navigate to the respective version documentation for `SetLabelsImageRequest`."]]],[]]