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 namespace, with multiple older versions available dating back to version 1.0.0."],["The `TestPermissionsRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality comparisons, deep cloning, and buffered message operations."],["This class inherits from the base `object` class and provides common methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The class includes a property called `Permissions`, a `RepeatedField` of strings, which is used to specify the set of permissions to be checked for a given resource, excluding permissions with wildcards."],["The `TestPermissionsRequest` class offers two constructors, a default one and another that takes another `TestPermissionsRequest` as a parameter for creating a new instance based on an existing one."]]],[]]