public sealed class SetIamPolicyRegionDiskRequest : IMessage<SetIamPolicyRegionDiskRequest>, IEquatable<SetIamPolicyRegionDiskRequest>, IDeepCloneable<SetIamPolicyRegionDiskRequest>, IBufferMessage, IMessage
A request message for RegionDisks.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."],[[["This webpage details the `SetIamPolicyRegionDiskRequest` class within the `Google.Cloud.Compute.V1` namespace, used to set IAM policies on region disks in Google Cloud."],["The latest available version is 3.6.0, with several older versions ranging from 3.5.0 down to 1.0.0 also accessible."],["The class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains properties like `Project`, `Region`, `RegionSetPolicyRequestResource`, and `Resource`, which are essential for specifying the target resource and the policy to apply."],["There are two constructors, one parameterless and one which takes in another `SetIamPolicyRegionDiskRequest` object."]]],[]]