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-02 UTC."],[[["The `SetLabelsImageRequest` class is part of the Google Cloud Compute Engine v1 API, specifically within the `Google.Cloud.Compute.V1` namespace and is used for setting labels on images."],["This class, found in the `Google.Cloud.Compute.V1.dll` assembly, has a current latest version of 3.6.0 and the page provides direct links to different versions going back to version 1.0.0."],["`SetLabelsImageRequest` implements several interfaces including `IMessage`, `IEquatable\u003cSetLabelsImageRequest\u003e`, `IDeepCloneable\u003cSetLabelsImageRequest\u003e`, and `IBufferMessage`, showcasing its capabilities within the Protobuf ecosystem."],["The class can be instantiated with either a default constructor `SetLabelsImageRequest()` or a copy constructor `SetLabelsImageRequest(SetLabelsImageRequest other)`."],["The class has three accessible properties, these being `GlobalSetLabelsRequestResource` of type `GlobalSetLabelsRequest`, `Project` and `Resource` both of type string."]]],[]]