public sealed class SetLabelsSecurityPolicyRequest : IMessage<SetLabelsSecurityPolicyRequest>, IEquatable<SetLabelsSecurityPolicyRequest>, IDeepCloneable<SetLabelsSecurityPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class SetLabelsSecurityPolicyRequest.
A request message for SecurityPolicies.SetLabels. See the method description for details.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["This webpage provides documentation for the `SetLabelsSecurityPolicyRequest` class within the Google.Cloud.Compute.V1 namespace, part of the Compute Engine v1 API."],["The `SetLabelsSecurityPolicyRequest` class is used to send a request to set labels on security policies and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation covers versions of the library from 1.0.0 up to the latest, 3.6.0, allowing developers to access the code that corresponds to these past versions."],["Key properties of the `SetLabelsSecurityPolicyRequest` class include `GlobalSetLabelsRequestResource`, `Project`, and `Resource`, which are used to construct the label-setting request."],["The class has two constructors: a default constructor and a constructor that takes another `SetLabelsSecurityPolicyRequest` object for cloning."]]],[]]