public sealed class TestIamPermissionsResponse : IMessage<TestIamPermissionsResponse>, IEquatable<TestIamPermissionsResponse>, IDeepCloneable<TestIamPermissionsResponse>, 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-04-17 UTC."],[[["This webpage provides documentation for the `TestIamPermissionsResponse` class, which is part of the Google Cloud IAM (Identity and Access Management) V1 library for .NET."],["`TestIamPermissionsResponse` is used as the response message for the `TestIamPermissions` method, indicating the permissions a caller is allowed."],["The latest version of `TestIamPermissionsResponse` documented is 3.4.0, while version 2.2.0 is specifically detailed in this content."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer operations."],["The response includes a `Permissions` property, which is a `RepeatedField` of strings that lists the permissions granted to the caller."]]],[]]