public sealed class SetLabelsGlobalForwardingRuleRequest : IMessage<SetLabelsGlobalForwardingRuleRequest>, IEquatable<SetLabelsGlobalForwardingRuleRequest>, IDeepCloneable<SetLabelsGlobalForwardingRuleRequest>, IBufferMessage, IMessage
A request message for GlobalForwardingRules.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-24 UTC."],[[["This webpage details the `SetLabelsGlobalForwardingRuleRequest` class within the `Google.Cloud.Compute.V1` namespace for .NET, which is used to send requests to set labels for global forwarding rules."],["The latest version of the `SetLabelsGlobalForwardingRuleRequest` class is 3.6.0, but the page also provides documentation for previous versions ranging from 1.0.0 to 3.5.0."],["The class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for diverse functionalities."],["The class has two constructors: a default one and another that accepts another `SetLabelsGlobalForwardingRuleRequest` object for copying."],["It includes properties such as `GlobalSetLabelsRequestResource`, `Project`, and `Resource` which are essential for sending the label-setting request, containing the body resource, project ID, and resource name."]]],[]]