public sealed class SetLabelsExternalVpnGatewayRequest : IMessage<SetLabelsExternalVpnGatewayRequest>, IEquatable<SetLabelsExternalVpnGatewayRequest>, IDeepCloneable<SetLabelsExternalVpnGatewayRequest>, IBufferMessage, IMessage
A request message for ExternalVpnGateways.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."],[[["The `SetLabelsExternalVpnGatewayRequest` class is a request message used for the `ExternalVpnGateways.SetLabels` method in the Google Cloud Compute API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for handling messages, equality, deep cloning, and buffering."],["The class includes properties like `GlobalSetLabelsRequestResource`, `Project`, and `Resource` to define the body of the request, the project ID, and the name/ID of the resource it applies to."],["The documentation provides links to various versions of the `SetLabelsExternalVpnGatewayRequest`, ranging from the latest (3.6.0) down to 1.0.0, allowing access to documentation on previous versions."],["The `SetLabelsExternalVpnGatewayRequest` class has two constructors, a parameterless one, and one that takes another `SetLabelsExternalVpnGatewayRequest` object."]]],[]]