public sealed class TestIamPermissionsVpnGatewayRequest : IMessage<TestIamPermissionsVpnGatewayRequest>, IEquatable<TestIamPermissionsVpnGatewayRequest>, IDeepCloneable<TestIamPermissionsVpnGatewayRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class TestIamPermissionsVpnGatewayRequest.
A request message for VpnGateways.TestIamPermissions. 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-04-09 UTC."],[[["This webpage provides documentation for the `TestIamPermissionsVpnGatewayRequest` class within the Google Cloud Compute Engine v1 API, specifically for version 3.2.0 and other versions, including the latest version 3.6.0."],["The `TestIamPermissionsVpnGatewayRequest` class is used to request the testing of permissions on VPN gateways, as detailed in the API documentation and is used as a request message for `VpnGateways.TestIamPermissions` method."],["The class inherits from several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it is part of the `Google.Cloud.Compute.V1` namespace within the Google.Cloud.Compute.V1.dll assembly."],["Key properties of the `TestIamPermissionsVpnGatewayRequest` class include `Project`, `Region`, `Resource`, and `TestPermissionsRequestResource`, which are used to specify the context and parameters of the request, such as the project ID, region, resource name/ID, and permissions test request body."],["The document lists different versions of the API, ranging from 1.0.0 up to the latest 3.6.0 version, each version linking to it's own documentation."]]],[]]