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."],[[["The `SetLabelsGlobalForwardingRuleRequest` class is a request message used for the `GlobalForwardingRules.SetLabels` method within the Google Cloud Compute API."],["This class is part of the `Google.Cloud.Compute.V1` namespace and is available in the `Google.Cloud.Compute.V1.dll` assembly, with the most recent version being `3.6.0`."],["The class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer management."],["It includes properties such as `GlobalSetLabelsRequestResource`, `Project`, and `Resource`, which are necessary to specify the labels to be set, the project ID, and the target resource's name or ID, respectively."],["The class offers two constructors: one default and another that takes another instance of the same class for creating a copy."]]],[]]