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 `TestPermissionsRequest` class is available across multiple versions, ranging from 1.0.0 to the latest 3.6.0, of the Google.Cloud.Compute.V1 package."],["`TestPermissionsRequest` is a sealed class that implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` within the Google.Protobuf namespace."],["The class inherits basic functionality from the `object` class, including methods like `GetHashCode()`, `GetType()`, and `ToString()`."],["It includes two constructors: a default `TestPermissionsRequest()` and another that accepts an existing `TestPermissionsRequest` object for cloning."],["The `Permissions` property of `TestPermissionsRequest`, which is of type `RepeatedField\u003cstring\u003e`, allows checking the set of permissions for a resource, but does not support permissions with wildcards."]]],[]]