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-04-09 UTC."],[[["This page provides documentation for the `GetIamPolicyDiskRequest` class within the Google.Cloud.Compute.V1 namespace, specifically for version 3.2.0, and offers reference material and code samples for interacting with the Compute Engine v1 API."],["The `GetIamPolicyDiskRequest` class is a request message for retrieving the IAM policy of a disk, and it inherits from `object` while implementing multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes properties such as `OptionsRequestedPolicyVersion`, `Project`, `Resource`, and `Zone`, allowing users to specify the version of the IAM policy, project ID, resource name/ID, and the zone, respectively."],["The page offers links to older version of this class, going all the way back to version 1.0.0, as well as the latest version, which is 3.6.0."],["The class has 2 constructors, the main constructor, and a second one that creates a copy of the object."]]],[]]