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-21 UTC."],[[["This webpage provides documentation for the `TestPermissionsRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically for version 2.15.0."],["The `TestPermissionsRequest` class is used to check permissions and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `object` class and offers two constructors, a default constructor and another that takes an existing `TestPermissionsRequest` object as a parameter."],["It includes a `Permissions` property, which is of type `RepeatedField\u003cstring\u003e`, representing the set of permissions being checked."],["The documentation contains links to older versions of this class, with the latest one being 3.6.0."]]],[]]