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."],[[["The `GetIamPolicyDiskRequest` class is a request message for retrieving IAM policies on disks, found within the `Google.Cloud.Compute.V1` namespace."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as deep cloning and equality checks."],["The class provides constructors to create a new instance or a copy of an existing `GetIamPolicyDiskRequest` object."],["Key properties of this class include `OptionsRequestedPolicyVersion`, `Project`, `Resource`, and `Zone`, which are used to specify details for the IAM policy request."],["The document details various versions of the class from version 1.0.0 up to the latest version 3.6.0."]]],[]]