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-24 UTC."],[[["The `TestIamPermissionsRegionDiskRequest` class is a request message for testing permissions on a region disk resource, as part of the Google Cloud Compute API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities like deep cloning and message handling."],["The latest version available is 3.6.0, and the documentation includes various other versions going as low as 1.0.0, providing historical context and allowing for usage with prior iterations of the API."],["The class includes properties such as `Project`, `Region`, `Resource`, and `TestPermissionsRequestResource`, which are crucial parameters for constructing a permissions test request."],["The `TestIamPermissionsRegionDiskRequest` class can be constructed either with no parameters, or by using another `TestIamPermissionsRegionDiskRequest` object as a template."]]],[]]