public sealed class SetIamPolicyDiskRequest : IMessage<SetIamPolicyDiskRequest>, IEquatable<SetIamPolicyDiskRequest>, IDeepCloneable<SetIamPolicyDiskRequest>, IBufferMessage, IMessage
A request message for Disks.SetIamPolicy. 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-24 UTC."],[[["The latest version for `SetIamPolicyDiskRequest` is 3.6.0, with various other versions available, dating back to 1.0.0."],["`SetIamPolicyDiskRequest` is a request message used for setting the IAM policy for disks in Google Cloud Compute."],["This class inherits from Object and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `SetIamPolicyDiskRequest` class contains properties like `Project`, `Resource`, `Zone`, and `ZoneSetPolicyRequestResource` which are used to specify the project, resource, zone, and the policy to be set, respectively."],["There are two constructors provided for `SetIamPolicyDiskRequest`: a default parameterless one, and another which accepts an existing `SetIamPolicyDiskRequest` for copying."]]],[]]