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-24 UTC."],[[["The `GetIamPolicyRegionDiskRequest` class is used to request the IAM policy for a regional disk resource within the Google Cloud Compute API, version 1."],["This class has a current latest version of `3.6.0` and a history of older versions listed on the page, starting from `1.0.0` up to the latest."],["It inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with Google Protocol Buffers."],["The class includes properties like `Project`, `Region`, and `Resource` to specify the target resource, as well as `OptionsRequestedPolicyVersion` to set the desired IAM policy version."],["It provides a constructor to instantiate an empty object, and another to create a new request object from an existing `GetIamPolicyRegionDiskRequest`."]]],[]]