public sealed class TestIamPermissionsRegionDiskRequest : IMessage<TestIamPermissionsRegionDiskRequest>, IEquatable<TestIamPermissionsRegionDiskRequest>, IDeepCloneable<TestIamPermissionsRegionDiskRequest>, IBufferMessage, IMessage
A request message for RegionDisks.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 `TestIamPermissionsRegionDiskRequest` class within the `Google.Cloud.Compute.V1` namespace, primarily focusing on its structure, inheritance, and implementation of various interfaces."],["The page offers access to different versions of the `TestIamPermissionsRegionDiskRequest` class, ranging from version 1.0.0 to the latest version 3.6.0."],["The `TestIamPermissionsRegionDiskRequest` class is utilized as a request message for the `RegionDisks.TestIamPermissions` method, enabling the testing of permissions on region disk resources."],["Key properties of the class include `Project`, `Region`, `Resource`, and `TestPermissionsRequestResource`, allowing users to specify project IDs, region names, resource names or IDs, and the body resource for permission testing requests."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable` and `IBufferMessage`, showcasing its compatibility and integration within the Google Protobuf ecosystem."]]],[]]