public sealed class TestIamPermissionsRegionDiskRequest : IMessage<TestIamPermissionsRegionDiskRequest>, IEquatable<TestIamPermissionsRegionDiskRequest>, IDeepCloneable<TestIamPermissionsRegionDiskRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class TestIamPermissionsRegionDiskRequest.
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."],[[["The provided content details the `TestIamPermissionsRegionDiskRequest` class within the Google.Cloud.Compute.V1 namespace, specifically for the .NET environment, and lists its availability across numerous versions, with version 3.6.0 being the latest."],["The `TestIamPermissionsRegionDiskRequest` class is used as a request message for testing permissions on region disks in the Compute Engine v1 API and inherits from Object while implementing multiple interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["This class has inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` from the base Object class, with no overidden members."],["The `TestIamPermissionsRegionDiskRequest` class has properties such as `Project`, `Region`, `Resource`, and `TestPermissionsRequestResource`, all being used to test the permissions of a given resource."],["There are two constructors available when creating an instance of `TestIamPermissionsRegionDiskRequest`, a default constructor, and one that will clone from another `TestIamPermissionsRegionDiskRequest` instance."]]],[]]