public sealed class TestPermissionsRequest : IMessage<TestPermissionsRequest>, IEquatable<TestPermissionsRequest>, IDeepCloneable<TestPermissionsRequest>, IBufferMessage, IMessage
[[["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 page provides documentation for the `TestPermissionsRequest` class within the `Google.Cloud.Compute.V1` namespace, detailing its usage and properties across multiple versions."],["The latest version of `TestPermissionsRequest` is 3.6.0, and the documentation provides access to versions ranging from 1.0.0 to 3.6.0."],["`TestPermissionsRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting members from the base `object` class."],["The `TestPermissionsRequest` class includes a `Permissions` property, which is a `RepeatedField\u003cstring\u003e` that represents the set of permissions to check, excluding wildcards."],["The class has two constructors, `TestPermissionsRequest()` and `TestPermissionsRequest(TestPermissionsRequest other)`, allowing for the creation of a new instance or a copy of an existing one."]]],[]]