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."],[[["The `TestIamPermissionsDiskRequest` class is used for requesting permission checks on disks in the Google Cloud Compute API, specifically within the `Google.Cloud.Compute.V1` namespace."],["This class is implemented as part of a request message for the `Disks.TestIamPermissions` method, according to the provided information, which is used to check permissions on a specified disk."],["The `TestIamPermissionsDiskRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer message operations, respectively."],["The class has several properties, such as `Project`, `Resource`, `TestPermissionsRequestResource`, and `Zone`, which define the parameters for the request, including the project ID, resource name or ID, the body of the permissions request, and the zone name."],["The latest version available for `TestIamPermissionsDiskRequest` is 3.6.0, while the data set shows it has many versions available, starting from 1.0.0 all the way up to 3.6.0."]]],[]]