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.11.0."],["The `TestPermissionsRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object comparison within the .NET environment."],["The page lists all the different versions available for the `TestPermissionsRequest`, from version 1.0.0 up to version 3.6.0, with 3.6.0 being the latest."],["The class has two constructors: a default constructor and a constructor that takes another `TestPermissionsRequest` object as a parameter for cloning."],["It has one public property, `Permissions`, which is a `RepeatedField\u003cstring\u003e` used to define a set of permissions to check, but it does not allow wildcards."]]],[]]