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-21 UTC."],[[["This page 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 API reference available is 3.6.0, and the documentation includes versions ranging from 1.0.0 to 3.6.0, which are navigable via the versioned links provided."],["The `SetLabelsGlobalForwardingRuleRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `SetLabelsGlobalForwardingRuleRequest` class include `GlobalSetLabelsRequestResource` (the body of the request), `Project` (the ID of the project), and `Resource` (the name or ID of the resource)."],["This class has two constructors, a default parameterless one and one that takes another `SetLabelsGlobalForwardingRuleRequest` to initialize the new object, and it is within the Google.Cloud.Compute.V1.dll assembly."]]],[]]