public sealed class SetIamPolicySubnetworkRequest : IMessage<SetIamPolicySubnetworkRequest>, IEquatable<SetIamPolicySubnetworkRequest>, IDeepCloneable<SetIamPolicySubnetworkRequest>, IBufferMessage, IMessage
A request message for Subnetworks.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 `SetIamPolicySubnetworkRequest` class within the `Google.Cloud.Compute.V1` namespace, serving as a request message for setting IAM policies on subnetworks."],["The class `SetIamPolicySubnetworkRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has an inheritance path starting from `Object`."],["The latest version available is 3.6.0, while the documentation also provides access to multiple previous versions, from 3.5.0 all the way down to 1.0.0."],["`SetIamPolicySubnetworkRequest` includes properties like `Project`, `Region`, `RegionSetPolicyRequestResource`, and `Resource`, which define the scope and content of the policy-setting request."],["There are two constructors available, a default constructor and one that accepts another instance of `SetIamPolicySubnetworkRequest` for cloning."]]],[]]