public sealed class TestIamPermissionsDiskRequest : IMessage<TestIamPermissionsDiskRequest>, IEquatable<TestIamPermissionsDiskRequest>, IDeepCloneable<TestIamPermissionsDiskRequest>, IBufferMessage, IMessage
A request message for Disks.TestIamPermissions. See the method description for details.
[[["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 details the `TestIamPermissionsDiskRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically for .NET development."],["The latest version of the `TestIamPermissionsDiskRequest` documentation is 3.6.0, with many previous versions dating back to 1.0.0 available."],["`TestIamPermissionsDiskRequest` is used as a request message for the `Disks.TestIamPermissions` method to test the permissions of a specific disk."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling messages and cloning."],["The `TestIamPermissionsDiskRequest` class has properties for `Project`, `Resource`, `TestPermissionsRequestResource`, and `Zone`, which are all strings, used to specify the disk resource and its location."]]],[]]