public sealed class SetIamPolicyDiskRequest : IMessage<SetIamPolicyDiskRequest>, IEquatable<SetIamPolicyDiskRequest>, IDeepCloneable<SetIamPolicyDiskRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class SetIamPolicyDiskRequest.
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-31 UTC."],[[["This webpage provides documentation for the `SetIamPolicyDiskRequest` class within the Google Compute Engine v1 API, specifically for .NET development, spanning versions from 1.0.0 to the latest 3.6.0."],["The `SetIamPolicyDiskRequest` class is a request message used for setting IAM policies on disks, as described in the `Disks.SetIamPolicy` method description."],["The class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for use in protobuf related methods."],["The `SetIamPolicyDiskRequest` class has constructors for creating instances and includes properties to specify the Project ID, Resource name/id, Zone, and the body resource (`ZoneSetPolicyRequest`) for the request."],["The documentation provided also showcases inheritance, implementation, and members of the `SetIamPolicyDiskRequest` class to provide a full overview."]]],[]]