public sealed class TestPermissionsResponse : IMessage<TestPermissionsResponse>, IEquatable<TestPermissionsResponse>, IDeepCloneable<TestPermissionsResponse>, 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 `TestPermissionsResponse` class is part of the `Google.Cloud.Compute.V1` namespace and is used to represent a response to a permissions test request within the Google Cloud Compute API."],["This documentation covers multiple versions of the `TestPermissionsResponse` class, ranging from version 1.0.0 to the latest version 3.6.0, each accessible through its respective link."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities such as message handling, equality comparisons, deep cloning, and buffered message operations."],["`TestPermissionsResponse` includes a `Permissions` property of type `RepeatedField\u003cstring\u003e`, which contains a list of permissions granted to the caller as a response to a `TestPermissionsRequest.permissions`."],["The `TestPermissionsResponse` class can be instantiated via an empty constructor, or via a constructor that accepts another instance of itself to clone."]]],[]]