public sealed class GetIamPolicyDiskRequest : IMessage<GetIamPolicyDiskRequest>, IEquatable<GetIamPolicyDiskRequest>, IDeepCloneable<GetIamPolicyDiskRequest>, IBufferMessage, IMessage
A request message for Disks.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 page details the `GetIamPolicyDiskRequest` class within the `Google.Cloud.Compute.V1` namespace, used for retrieving IAM policies for disk resources."],["The latest version of this API reference is 3.6.0, with a range of previous versions accessible from 1.0.0 onwards, each with its corresponding documentation."],["The `GetIamPolicyDiskRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, comparison, cloning, and buffer management."],["Key properties of the `GetIamPolicyDiskRequest` class include `OptionsRequestedPolicyVersion`, `Project`, `Resource`, and `Zone`, which are used to specify the policy version, project ID, resource name/ID, and zone for the request, respectively."],["This class has two constructors: one default constructor, and one that makes a copy of another `GetIamPolicyDiskRequest` object, named `other`."]]],[]]