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, detailing its functionality and usage."],["The `TestPermissionsRequest` class is a sealed class that implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class includes a property called `Permissions`, which is a `RepeatedField\u003cstring\u003e` used to specify the set of permissions to be checked, without the use of wildcards."],["The documentation is available for different versions of the API ranging from 1.0.0 to the latest version 3.6.0 of `TestPermissionsRequest`."],["The provided documentation covers the contructors for `TestPermissionsRequest`, one of which is a default constructor, while the other is a copy constructor."]]],[]]