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-31 UTC."],[[["The latest version of the `TestPermissionsRequest` class is 3.6.0, part of the Google.Cloud.Compute.V1 namespace, with version 2.8.0 being featured as a main focus."],["This class, `TestPermissionsRequest`, provides a way to check permissions for a specific resource, and it's available in multiple versions, from 1.0.0 up to 3.6.0."],["The `TestPermissionsRequest` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class has two constructors: a default constructor `TestPermissionsRequest()` and another constructor `TestPermissionsRequest(TestPermissionsRequest other)` that accepts another `TestPermissionsRequest` object as a parameter."],["A key property of this class is `Permissions`, a `RepeatedField` of strings that represents the set of permissions being checked for a resource, with wildcards not being allowed."]]],[]]