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."],[[["The latest version of the `TestPermissionsRequest` class is 3.6.0, part of the Google.Cloud.Compute.V1 library, with several older versions available as well."],["`TestPermissionsRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in Google's .NET libraries."],["The class inherits from `object` and provides methods like `GetHashCode`, `GetType`, and `ToString`, inherited from the base `object` class."],["It has two constructors: a default one and one that takes another `TestPermissionsRequest` instance as a parameter for copying."],["The class features a `Permissions` property of type `RepeatedField\u003cstring\u003e`, used to define the set of permissions to be checked for a given resource, not supporting wildcards."]]],[]]