public sealed class GetIamPolicyDiskRequest : IMessage<GetIamPolicyDiskRequest>, IEquatable<GetIamPolicyDiskRequest>, IDeepCloneable<GetIamPolicyDiskRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetIamPolicyDiskRequest.
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-31 UTC."],[[["This webpage provides reference documentation for the `GetIamPolicyDiskRequest` class within the Google Compute Engine v1 API for .NET, with version 3.6.0 being the latest and version 1.0.0 as the oldest listed."],["The `GetIamPolicyDiskRequest` class is used to request the IAM policy of a disk resource and is part of the `Google.Cloud.Compute.V1` namespace."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `GetIamPolicyDiskRequest` class include `OptionsRequestedPolicyVersion`, `Project`, `Resource`, and `Zone`, allowing you to specify the IAM policy version and identify the target resource and project."],["There are two constructors available for the class which are the default parameter-less constructor, and a copy constructor which accepts another `GetIamPolicyDiskRequest` object."]]],[]]