public sealed class TestIamPermissionsDiskRequest : IMessage<TestIamPermissionsDiskRequest>, IEquatable<TestIamPermissionsDiskRequest>, IDeepCloneable<TestIamPermissionsDiskRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class TestIamPermissionsDiskRequest.
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 provides documentation for the `TestIamPermissionsDiskRequest` class within the Google.Cloud.Compute.V1 namespace, specifically for the Compute Engine v1 API."],["The `TestIamPermissionsDiskRequest` class is used to construct a request message for the `Disks.TestIamPermissions` method, which checks permissions on disk resources."],["The documentation covers versions ranging from 1.0.0 to the latest 3.6.0 and provides details on the class's inheritance, implemented interfaces, constructors, properties like `Project`, `Resource`, `TestPermissionsRequestResource`, and `Zone`."],["This class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, providing functionalities for message handling, equality checks, deep cloning, and buffer operations."],["The `TestIamPermissionsDiskRequest` class contains properties such as `Project` to set the project ID, `Resource` to set the name or id of the resource, `TestPermissionsRequestResource` to add the body of the request, and `Zone` to specify the zone for the request."]]],[]]