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-21 UTC."],[[["The `SetIamPolicyRegionDiskRequest` class is a request message for setting IAM policies on region disks, specifically within the Google Cloud Compute V1 API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the Google.Protobuf framework."],["There are numerous versions available, ranging from version 1.0.0 to the latest 3.6.0, showing its history and evolution of the API, all versions share the same structure and functionality of the `SetIamPolicyRegionDiskRequest`."],["Key properties of the `SetIamPolicyRegionDiskRequest` class include `Project`, `Region`, `RegionSetPolicyRequestResource`, and `Resource`, which allow for the specification of project, region, policy details, and the target resource in the request."],["The class has two constructors: a parameterless one and another allowing for cloning an existing `SetIamPolicyRegionDiskRequest` instance."]]],[]]