public sealed class GetIamPolicyRegionDiskRequest : IMessage<GetIamPolicyRegionDiskRequest>, IEquatable<GetIamPolicyRegionDiskRequest>, IDeepCloneable<GetIamPolicyRegionDiskRequest>, IBufferMessage, IMessage
A request message for RegionDisks.GetIamPolicy. 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 `GetIamPolicyRegionDiskRequest` class within the `Google.Cloud.Compute.V1` namespace, as found in the `Google.Cloud.Compute.V1.dll` assembly, used for requesting IAM policies for region disks."],["The class `GetIamPolicyRegionDiskRequest` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`, including methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The class has two constructors, a default one and one that takes another `GetIamPolicyRegionDiskRequest` object, to create new instances of the `GetIamPolicyRegionDiskRequest` class."],["The class includes properties like `HasOptionsRequestedPolicyVersion`, `OptionsRequestedPolicyVersion`, `Project`, `Region`, and `Resource`, which allow setting and getting the respective values."],["The page lists multiple versions of the `GetIamPolicyRegionDiskRequest` class, ranging from version 1.0.0 to the latest version, 3.6.0, and each version links to its respective API documentation."]]],[]]