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 webpage details the `GetIamPolicyDiskRequest` class within the `Google.Cloud.Compute.V1` namespace, used for retrieving IAM policies for disk resources."],["The latest version of this class available is 3.6.0, with a range of previous versions available going back to 1.0.0, all of which are listed with links for each."],["The `GetIamPolicyDiskRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling protocol buffer messages."],["Key properties of the class include `OptionsRequestedPolicyVersion`, `Project`, `Resource`, and `Zone`, which are essential for specifying the IAM policy version, project, resource, and zone for the request."],["The class has two constructors: a default constructor and a copy constructor that takes another `GetIamPolicyDiskRequest` object as a parameter."]]],[]]