public sealed class SetLabelsGlobalForwardingRuleRequest : IMessage<SetLabelsGlobalForwardingRuleRequest>, IEquatable<SetLabelsGlobalForwardingRuleRequest>, IDeepCloneable<SetLabelsGlobalForwardingRuleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class SetLabelsGlobalForwardingRuleRequest.
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 provides documentation for the `SetLabelsGlobalForwardingRuleRequest` class in the Google Cloud Compute Engine v1 API, specifically for version 2.12.0."],["The `SetLabelsGlobalForwardingRuleRequest` class is used to send requests for setting labels on global forwarding rules, and it inherits from `object` and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and a constructor that accepts another `SetLabelsGlobalForwardingRuleRequest` object as a parameter for creating a new instance."],["The `SetLabelsGlobalForwardingRuleRequest` contains three main properties, being `GlobalSetLabelsRequestResource`, `Project`, and `Resource`, used to define the request body, project ID, and resource name, respectively."],["The documentation includes links to previous versions of the API, ranging from version 1.0.0 to the latest version 3.6.0, enabling users to browse through the historical development of this class."]]],[]]